summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-03-28 12:19:41 +0200
committerMassimiliano Torromeo2018-03-28 12:19:41 +0200
commit357684cdc98bc8dbbe4781010635b7d1ded7dbc3 (patch)
treebccd2aa9d34a6037a565d5416f5051f4eba0ca05
parentdd224711d9cc6366307ef72c58482a193685ff47 (diff)
downloadaur-357684cdc98bc8dbbe4781010635b7d1ded7dbc3.tar.gz
Updated to 0.3.8-12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442379f8356e..2316f4d142c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Feb 27 08:43:16 UTC 2018
+# Wed Mar 28 10:19:41 UTC 2018
pkgbase = nginx-mainline-mod-redis
pkgdesc = Redis caching module for mainline nginx
pkgver = 0.3.8
- pkgrel = 11
+ pkgrel = 12
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.9.tar.gz
+ source = https://nginx.org/download/nginx-1.13.10.tar.gz
source = http://people.freebsd.org/~osa/ngx_http_redis-0.3.8.tar.gz
- sha256sums = 5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42
+ sha256sums = 336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885
sha256sums = 95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934
pkgname = nginx-mainline-mod-redis
diff --git a/PKGBUILD b/PKGBUILD
index 5e2fa71d1837..f476a42a3503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis
pkgver=0.3.8
-pkgrel=11
+pkgrel=12
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.9
+_nginxver=1.13.10
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=('5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42'
+sha256sums=('336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885'
'95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
build() {