summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-10-04 09:32:11 +0200
committerMassimiliano Torromeo2019-10-04 09:32:11 +0200
commit4027828e4c5fee8ccfb580d0b7fa092a709e5d6f (patch)
treebccc46b1985c992d64105725b701bb79fd1efd0c
parenta42fa3eba72df0d9f5376ff8a1fa0e837a7571f5 (diff)
downloadaur-4027828e4c5fee8ccfb580d0b7fa092a709e5d6f.tar.gz
Updated to 0.3.8-32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b6c88db6794..bd020e11737c 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 = 31
+ pkgrel = 32
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.3.tar.gz
- source = https://nginx.org/download/nginx-1.17.3.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.4.tar.gz
+ source = https://nginx.org/download/nginx-1.17.4.tar.gz.asc
source = http://people.freebsd.org/~osa/ngx_http_redis-0.3.8.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c
+ sha256sums = 62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555
sha256sums = SKIP
sha256sums = 95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934
diff --git a/PKGBUILD b/PKGBUILD
index c6d06c2cb9a5..a34b83ca4d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis
pkgver=0.3.8
-pkgrel=31
+pkgrel=32
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.3
+_nginxver=1.17.4
pkgdesc='Redis caching module for mainline nginx'
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c'
+sha256sums=('62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555'
'SKIP'
'95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')