summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-04-02 10:17:54 +0200
committerMassimiliano Torromeo2019-04-02 10:17:54 +0200
commit8aeeb84f0068620c0bdd9aeb0bf22960c0bcb8bc (patch)
tree5d3d3fd86be4c5ccf766f3e464af6e460098432f
parent36367ce5600373dce5a1b6701755b40d41f62da3 (diff)
downloadaur-8aeeb84f0068620c0bdd9aeb0bf22960c0bcb8bc.tar.gz
Updated to 0.31-23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 084d26f2acc9..d18e941dcda9 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 = 22
+ pkgrel = 23
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.15.9.tar.gz
- source = https://nginx.org/download/nginx-1.15.9.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.10.tar.gz
+ source = https://nginx.org/download/nginx-1.15.10.tar.gz.asc
source = https://github.com/openresty/srcache-nginx-module/archive/v0.31/srcache-0.31.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43
+ sha256sums = b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c
sha256sums = SKIP
sha256sums = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
diff --git a/PKGBUILD b/PKGBUILD
index 5bec5349678d..1ce7528db6de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-srcache
pkgver=0.31
-pkgrel=22
+pkgrel=23
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.9
+_nginxver=1.15.10
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=('e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43'
+sha256sums=('b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c'
'SKIP'
'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')