summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-08-16 17:28:49 +0200
committerMassimiliano Torromeo2019-08-16 17:28:49 +0200
commitdc6cb7cc85c2fefbaae68f19419a7bfef6975f45 (patch)
tree72313b9eedb4c2482f04b207f554d6bb65178af0
parent68325e1a8544b83d5d1b309aa53d5dee41145f44 (diff)
downloadaur-dc6cb7cc85c2fefbaae68f19419a7bfef6975f45.tar.gz
Updated to 0.31-28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5ab0fed3d7f..203942c76680 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 = 27
+ pkgrel = 28
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.1.tar.gz
- source = https://nginx.org/download/nginx-1.17.1.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.3.tar.gz
+ source = https://nginx.org/download/nginx-1.17.3.tar.gz.asc
source = https://github.com/openresty/srcache-nginx-module/archive/v0.31/srcache-0.31.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
+ sha256sums = 3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c
sha256sums = SKIP
sha256sums = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
diff --git a/PKGBUILD b/PKGBUILD
index 6a827f4cd044..d17d80773414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-srcache
pkgver=0.31
-pkgrel=27
+pkgrel=28
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.1
+_nginxver=1.17.3
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=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
+sha256sums=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c'
'SKIP'
'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')