summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-12-11 23:27:11 +0100
committerMassimiliano Torromeo2019-12-11 23:27:11 +0100
commitc1060fad40886f98aefd9ae63cfcd1c6b10e61b8 (patch)
tree1c86024d166a3139f0a5dc518d02d5d629e24bf8
parent149c864f44cf01ec6fb58c1c95cce53724358e03 (diff)
downloadaur-c1060fad40886f98aefd9ae63cfcd1c6b10e61b8.tar.gz
Updated to 0.3.8-34
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50d6d36d2039..4b1b7fb9a567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mainline-mod-redis
pkgdesc = Redis caching module for mainline nginx
pkgver = 0.3.8
- pkgrel = 33
+ pkgrel = 34
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.17.4.tar.gz
- source = https://nginx.org/download/nginx-1.17.4.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.6.tar.gz
+ source = https://nginx.org/download/nginx-1.17.6.tar.gz.asc
source = http://people.freebsd.org/~osa/ngx_http_redis-0.3.8.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555
+ sha256sums = 3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6
sha256sums = SKIP
sha256sums = 95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934
diff --git a/PKGBUILD b/PKGBUILD
index 3a8c2d9f7432..3a35a24fc6a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis
pkgver=0.3.8
-pkgrel=33
+pkgrel=34
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.4
+_nginxver=1.17.6
pkgdesc='Redis caching module for mainline nginx'
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555'
+sha256sums=('3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6'
'SKIP'
'95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')