summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-11-19 08:29:31 +0100
committerMassimiliano Torromeo2018-11-19 08:29:31 +0100
commitdd0aea14ec5a8d6dab62316af0a96a0111bbdd27 (patch)
tree67be65528651ba7767190b734fb2bbd616ad9955
parent1e316714d892d0c50bd3bdca7838bb6758354c5b (diff)
downloadaur-dd0aea14ec5a8d6dab62316af0a96a0111bbdd27.tar.gz
Updated to 0.33-11
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5f246129839..7d515a0f98b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Wed Oct 31 09:01:50 UTC 2018
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.33
- pkgrel = 10
+ pkgrel = 11
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.5.tar.gz
- source = https://nginx.org/download/nginx-1.15.5.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.6.tar.gz
+ source = https://nginx.org/download/nginx-1.15.6.tar.gz.asc
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.33/headers-more-0.33.tar.gz
- sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
+ validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
+ sha256sums = a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6
sha256sums = SKIP
sha256sums = a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf
diff --git a/PKGBUILD b/PKGBUILD
index 69f8f3229f8c..586336d4b685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-headers-more
pkgver=0.33
-pkgrel=10
+pkgrel=11
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.5
+_nginxver=1.15.6
pkgdesc="Set and clear input and output headers (module for mainline nginx)"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
+sha256sums=('a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6'
'SKIP'
'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')