summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-27 14:04:28 +0200
committerMassimiliano Torromeo2017-04-27 14:04:28 +0200
commit4447c510d03f6b9b7e7e3e05a8810f7bd0e8e9dd (patch)
tree360bfc22055ca7b77c914cf46c0247c618fd7206
parent4b759e7321b5b4ad37574c55e44398f9cf7eec6f (diff)
downloadaur-4447c510d03f6b9b7e7e3e05a8810f7bd0e8e9dd.tar.gz
Updated for nginx-mainline 1.13.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 988651635bad..fc78606ca0a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-headers-more
pkgver=0.32
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.12.0
+_nginxver=1.13.0
pkgdesc="Set and clear input and output headers (module for mainline nginx)"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
build() {