summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-09-27 11:46:17 +0200
committerMassimiliano Torromeo2018-09-27 11:46:17 +0200
commitf4363b21672e4c4d1e428b3e2f0d338b99418d5a (patch)
tree0708f88ceffb2d4a12815101da9debe66725bd18
parent882196dddd8c1c7c3ec30a94a044d569236aa697 (diff)
downloadaur-f4363b21672e4c4d1e428b3e2f0d338b99418d5a.tar.gz
Updated to 0.31-15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11334e4f335a..2110880f3af9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nginx-mainline-mod-srcache
pkgdesc = Transparent subrequest-based caching layout for arbitrary nginx locations (module for mainline nginx)
pkgver = 0.31
- pkgrel = 14
+ pkgrel = 15
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.3.tar.gz
+ source = https://nginx.org/download/nginx-1.15.4.tar.gz
source = https://github.com/openresty/srcache-nginx-module/archive/v0.31/srcache-0.31.tar.gz
- sha256sums = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
+ sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
sha256sums = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
pkgname = nginx-mainline-mod-srcache
diff --git a/PKGBUILD b/PKGBUILD
index c5052415789a..1d26ff0a9ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-srcache
pkgver=0.31
-pkgrel=14
+pkgrel=15
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.3
+_nginxver=1.15.4
pkgdesc='Transparent subrequest-based caching layout for arbitrary nginx locations (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85'
+sha256sums=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
build() {