summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-12 17:17:45 +0200
committerMassimiliano Torromeo2017-06-12 17:17:45 +0200
commit4459aa5fe256502b25b538152fd8d2d2d138abfb (patch)
tree7289cb8e4f9e09f16a9b21f13a4ad4af33f1db77
parent4447c510d03f6b9b7e7e3e05a8810f7bd0e8e9dd (diff)
downloadaur-4459aa5fe256502b25b538152fd8d2d2d138abfb.tar.gz
Updated to 0.32-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65107a9b55db..42a2013c2af0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Apr 13 09:55:25 UTC 2017
+# Mon Jun 12 15:17:45 UTC 2017
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.32
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/openresty/headers-more-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.12.0.tar.gz
+ source = http://nginx.org/download/nginx-1.13.1.tar.gz
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.32/headers-more-0.32.tar.gz
- sha256sums = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
+ sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
sha256sums = c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720
pkgname = nginx-mainline-mod-headers-more
diff --git a/PKGBUILD b/PKGBUILD
index fc78606ca0a9..f3b39c195295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.32
pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.0
+_nginxver=1.13.1
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=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
+sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
build() {