summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-12 17:24:55 +0200
committerMassimiliano Torromeo2017-06-12 17:24:55 +0200
commitb18d63033b164de793b1dc746a0ccb7721e54d17 (patch)
tree717041712cffc3e16e202b15042b7b71c1d38fda
parentb9138d0bb013bf302993efc26b9b1eb672d1920f (diff)
downloadaur-b18d63033b164de793b1dc746a0ccb7721e54d17.tar.gz
Updated to 0.31-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9175482cd923..134e8f2e8fa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 12:49:25 UTC 2017
+# Mon Jun 12 15:24:55 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 = 3
+ pkgrel = 4
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.13.0.tar.gz
+ source = http://nginx.org/download/nginx-1.13.1.tar.gz
source = https://github.com/openresty/srcache-nginx-module/archive/v0.31/srcache-0.31.tar.gz
- sha256sums = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
+ sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
sha256sums = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
pkgname = nginx-mainline-mod-srcache
diff --git a/PKGBUILD b/PKGBUILD
index 148f41694fa7..7da156f41834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-srcache
pkgver=0.31
-pkgrel=3
+pkgrel=4
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.0
+_nginxver=1.13.1
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=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
+sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
build() {