summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-07-13 10:47:27 +0200
committerMassimiliano Torromeo2020-07-13 10:47:27 +0200
commit9f2b758be13c64241b6d7e4eae063952c3166933 (patch)
tree19b477f946e4a5bc67c10e69af89d86c7a40591b
parent0fe570905c2a46f73d88571733cbc7516a782db6 (diff)
downloadaur-9f2b758be13c64241b6d7e4eae063952c3166933.tar.gz
Updated to 0.33-31
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ae2839cfcb7..790c9c053d98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.33
- pkgrel = 30
+ pkgrel = 31
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.19.0.tar.gz
- source = https://nginx.org/download/nginx-1.19.0.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.19.1.tar.gz
+ source = https://nginx.org/download/nginx-1.19.1.tar.gz.asc
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.33/headers-more-0.33.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
+ sha256sums = a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
sha256sums = SKIP
sha256sums = a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf
diff --git a/PKGBUILD b/PKGBUILD
index 71d86aca086e..5cc0610ea691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-headers-more
pkgver=0.33
-pkgrel=30
+pkgrel=31
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.19.0
+_nginxver=1.19.1
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=('44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8'
+sha256sums=('a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492'
'SKIP'
'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')