summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-11-19 08:35:05 +0100
committerMassimiliano Torromeo2018-11-19 08:35:05 +0100
commit79c52f76edc250acb97bc7f1d5ff69b2ffef1244 (patch)
tree81c23677cbfd5bd079fbd42110252918b659c727
parentd081c44225f5c3802d6ace62ca8a97b786e3ef8a (diff)
downloadaur-79c52f76edc250acb97bc7f1d5ff69b2ffef1244.tar.gz
Updated to 0.31-18
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef6c8748b78f..000bb9375120 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Wed Oct 31 09:03:03 UTC 2018
pkgbase = nginx-mainline-mod-srcache
pkgdesc = Transparent subrequest-based caching layout for arbitrary nginx locations (module for mainline nginx)
pkgver = 0.31
- pkgrel = 17
+ pkgrel = 18
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.5.tar.gz
- source = https://nginx.org/download/nginx-1.15.5.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.6.tar.gz
+ source = https://nginx.org/download/nginx-1.15.6.tar.gz.asc
source = https://github.com/openresty/srcache-nginx-module/archive/v0.31/srcache-0.31.tar.gz
- sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
+ validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
+ sha256sums = a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6
sha256sums = SKIP
sha256sums = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
diff --git a/PKGBUILD b/PKGBUILD
index 0df3f1a17332..879bda135740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-srcache
pkgver=0.31
-pkgrel=17
+pkgrel=18
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.5
+_nginxver=1.15.6
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=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
+sha256sums=('a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6'
'SKIP'
'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')