summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-11-07 09:52:45 +0100
committerMassimiliano Torromeo2017-11-07 09:52:45 +0100
commit5831c65f2c0d82b854bfe345083c914bc018d56c (patch)
tree7169246427c179feedc4633ee7e4feadb6385cce
parent6ac07fe7ee9f40a2bf486ddbc2ee59088f5f89ac (diff)
downloadaur-5831c65f2c0d82b854bfe345083c914bc018d56c.tar.gz
Updated to 0.32-8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c86211be53f5..a7cc02e07dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Oct 25 09:51:03 UTC 2017
+# Tue Nov 7 08:52:44 UTC 2017
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.32
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/openresty/headers-more-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.13.5.tar.gz
+ source = https://nginx.org/download/nginx-1.13.6.tar.gz
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.32/headers-more-0.32.tar.gz
- sha256sums = 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e
+ sha256sums = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8
sha256sums = c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720
pkgname = nginx-mainline-mod-headers-more
diff --git a/PKGBUILD b/PKGBUILD
index 63bb096dea6c..e031df4019a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-headers-more
pkgver=0.32
-pkgrel=7
+pkgrel=8
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.5
+_nginxver=1.13.6
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=('0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e'
+sha256sums=('8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8'
'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
build() {