summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-09-08 11:48:00 +0200
committerMassimiliano Torromeo2017-09-08 11:48:00 +0200
commite9e84dd3c95e3e2ec71072ac0a4dcfff8a831947 (patch)
treee56d5e3ed85d5e8a6206b71e71ff3ebff620cc28
parent969e75e6d63f5951b3bf69fdfa1f0f1b094fc2ae (diff)
downloadaur-e9e84dd3c95e3e2ec71072ac0a4dcfff8a831947.tar.gz
Updated to 0.31-7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23913525de42..ed6aef8c69c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 07:55:36 UTC 2017
+# Fri Sep 8 09:48:00 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 = 6
+ pkgrel = 7
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.13.3.tar.gz
+ source = https://nginx.org/download/nginx-1.13.4.tar.gz
source = https://github.com/openresty/srcache-nginx-module/archive/v0.31/srcache-0.31.tar.gz
- sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
+ sha256sums = de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba
sha256sums = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
pkgname = nginx-mainline-mod-srcache
diff --git a/PKGBUILD b/PKGBUILD
index 9482ecab6739..8de71a8581d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-srcache
pkgver=0.31
-pkgrel=6
+pkgrel=7
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.3
+_nginxver=1.13.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=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
+sha256sums=('de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba'
'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
build() {