summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-01-25 12:08:36 +0100
committerMassimiliano Torromeo2020-01-25 12:08:36 +0100
commited19e19b8bef0cf195b133ff3b3d4b0aa795ed97 (patch)
tree41d84641ddfe3315cc92351805f479f3f2bf5007
parent31861a7421edff836d94d17e8546b89d6f6bf207 (diff)
downloadaur-ed19e19b8bef0cf195b133ff3b3d4b0aa795ed97.tar.gz
Updated to 0.31-33
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6018127a3f26..90ca65c1f747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mainline-mod-srcache
pkgdesc = Transparent subrequest-based caching layout for arbitrary nginx locations (module for mainline nginx)
pkgver = 0.31
- pkgrel = 32
+ pkgrel = 33
url = https://github.com/openresty/srcache-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.17.7.tar.gz
- source = https://nginx.org/download/nginx-1.17.7.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.8.tar.gz
+ source = https://nginx.org/download/nginx-1.17.8.tar.gz.asc
source = https://github.com/openresty/srcache-nginx-module/archive/v0.31/srcache-0.31.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
+ sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
sha256sums = SKIP
sha256sums = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
diff --git a/PKGBUILD b/PKGBUILD
index 3e4d1765add4..dbe06586e134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-srcache
pkgver=0.31
-pkgrel=32
+pkgrel=33
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.7
+_nginxver=1.17.8
pkgdesc='Transparent subrequest-based caching layout for arbitrary nginx locations (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff'
+sha256sums=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
'SKIP'
'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')