summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-04-20 12:42:02 +0200
committerMassimiliano Torromeo2020-04-20 12:42:02 +0200
commit5b170b6637d320d5100e8e26128ff293d25d392c (patch)
tree991f4743c142938404940c69d52897b15e98c439
parent22a75e29bf25d396a2374b2ca71b507d0e8e169a (diff)
downloadaur-5b170b6637d320d5100e8e26128ff293d25d392c.tar.gz
Updated to 0.14-34
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9ac4ee141da..df2501f9220f 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 = 33
+ pkgrel = 34
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.17.9.tar.gz
- source = https://nginx.org/download/nginx-1.17.9.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.10.tar.gz
+ source = https://nginx.org/download/nginx-1.17.10.tar.gz.asc
source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689
+ sha256sums = a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83
sha256sums = SKIP
sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
diff --git a/PKGBUILD b/PKGBUILD
index 34f394fb0873..92f83594ae26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis2
pkgver=0.14
-pkgrel=33
+pkgrel=34
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.9
+_nginxver=1.17.10
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=('7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689'
+sha256sums=('a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83'
'SKIP'
'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')