summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-13 11:56:39 +0200
committerMassimiliano Torromeo2017-04-13 11:56:39 +0200
commit636be317418c61527aa9363b8b2bea47c83d764b (patch)
tree5c8e5e389f578e7b46f9139a1f3000a3d6489e09
parent77b7ae7263d74639445a363a9c25b55cb98fcd37 (diff)
downloadaur-636be317418c61527aa9363b8b2bea47c83d764b.tar.gz
Updated for nginx 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d155a1a94cfc..4ee4dcba324c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 09:27:37 UTC 2017
+# Thu Apr 13 09:56:38 UTC 2017
pkgbase = nginx-mainline-mod-srcache
pkgdesc = Transparent subrequest-based caching layout for arbitrary nginx locations (module for mainline nginx)
pkgver = 0.31
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openresty/srcache-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.11.10.tar.gz
+ source = http://nginx.org/download/nginx-1.12.0.tar.gz
source = https://github.com/openresty/srcache-nginx-module/archive/v0.31/srcache-0.31.tar.gz
- sha256sums = 778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d
+ sha256sums = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
sha256sums = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
pkgname = nginx-mainline-mod-srcache
diff --git a/PKGBUILD b/PKGBUILD
index 69c68dbd8f81..c13fe604cc57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-srcache
pkgver=0.31
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.11.10
+_nginxver=1.12.0
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=('778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d'
+sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
build() {