summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-07-03 14:47:50 +0200
committerMassimiliano Torromeo2017-07-03 14:47:50 +0200
commitf35c19f1ee02ceb4230fef87ceb47c9cda5b9d96 (patch)
tree540f467cd9c62d0bb814a5c7060ded186ad42842
parentd5ec43f250131b912295ea4482010e779c150c1d (diff)
downloadaur-f35c19f1ee02ceb4230fef87ceb47c9cda5b9d96.tar.gz
Updated to 0.3.8-5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15d06935000e..c298abe5f6c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Jun 26 07:41:23 UTC 2017
+# Mon Jul 3 12:47:50 UTC 2017
pkgbase = nginx-mainline-mod-redis
pkgdesc = Redis caching module for mainline nginx
pkgver = 0.3.8
- pkgrel = 4
+ pkgrel = 5
url = https://www.nginx.com/resources/wiki/modules/redis/
arch = i686
arch = x86_64
license = CUSTOM
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.13.1.tar.gz
+ source = https://nginx.org/download/nginx-1.13.2.tar.gz
source = http://people.freebsd.org/~osa/ngx_http_redis-0.3.8.tar.gz
- sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
+ sha256sums = d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70
sha256sums = 95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934
pkgname = nginx-mainline-mod-redis
diff --git a/PKGBUILD b/PKGBUILD
index 2defcc373938..37e185f68abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis
pkgver=0.3.8
-pkgrel=4
+pkgrel=5
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.1
+_nginxver=1.13.2
pkgdesc='Redis caching module for mainline nginx'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
http://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
)
-sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
+sha256sums=('d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70'
'95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
build() {