summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-10-30 12:22:59 +0100
committerMassimiliano Torromeo2018-10-30 12:22:59 +0100
commit9d8355883c3ede42a8ade78fb0f2b2f628894fd1 (patch)
treebd43b58798b3f6e8b16a1f81aefa46cd64b23ff5
parent179a3c305b5eab03e72470de6f41c0903740836d (diff)
downloadaur-9d8355883c3ede42a8ade78fb0f2b2f628894fd1.tar.gz
Updated to 0.33-10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18e82f9fcbaf..976673f835a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.33
- pkgrel = 9
+ pkgrel = 10
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.15.4.tar.gz
+ source = https://nginx.org/download/nginx-1.15.5.tar.gz
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.33/headers-more-0.33.tar.gz
- sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
+ sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
sha256sums = a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf
pkgname = nginx-mainline-mod-headers-more
diff --git a/PKGBUILD b/PKGBUILD
index 078dc9150834..bec55eb500bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-headers-more
pkgver=0.33
-pkgrel=9
+pkgrel=10
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.4
+_nginxver=1.15.5
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=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
+sha256sums=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
build() {