summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-12-17 09:49:29 +0100
committerMassimiliano Torromeo2018-12-17 09:49:29 +0100
commit10e573bcab291b63a9ea52b9a3379ce1a814f9a4 (patch)
tree73de4e23fca1bb9245caccd0897a1941039d8223
parent122023214614973c004901fe59ee7665252bceea (diff)
downloadaur-10e573bcab291b63a9ea52b9a3379ce1a814f9a4.tar.gz
Updated to 0.14-19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c28ae552ba3..8a5af24fc3b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mainline-mod-redis2
pkgdesc = Redis 2.0 protocol module for mainline nginx
pkgver = 0.14
- pkgrel = 18
+ pkgrel = 19
url = https://github.com/openresty/redis2-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- 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://nginx.org/download/nginx-1.15.7.tar.gz
+ source = https://nginx.org/download/nginx-1.15.7.tar.gz.asc
source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6
+ sha256sums = 8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93
sha256sums = SKIP
sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
diff --git a/PKGBUILD b/PKGBUILD
index 2c10492e7b20..2c30b5a7f82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis2
pkgver=0.14
-pkgrel=18
+pkgrel=19
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.6
+_nginxver=1.15.7
pkgdesc='Redis 2.0 protocol module for mainline nginx'
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6'
+sha256sums=('8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93'
'SKIP'
'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')