summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-08-16 17:28:28 +0200
committerMassimiliano Torromeo2019-08-16 17:28:28 +0200
commit17f236849853abeb29a03daf2f23e752fe3a591a (patch)
treebb8e4ac35a2f2a3bbda08273ee029e1e1ec60f83
parent6d7d536a5a09e752afc978d8196bdedc30873bf2 (diff)
downloadaur-17f236849853abeb29a03daf2f23e752fe3a591a.tar.gz
Updated to 0.14-27
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 438decc5ff12..77ddebd6ceaf 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 = 26
+ pkgrel = 27
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.1.tar.gz
- source = https://nginx.org/download/nginx-1.17.1.tar.gz.asc
+ 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://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
+ sha256sums = 3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c
sha256sums = SKIP
sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
diff --git a/PKGBUILD b/PKGBUILD
index abe73d693c82..4425017e36f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis2
pkgver=0.14
-pkgrel=26
+pkgrel=27
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.1
+_nginxver=1.17.3
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=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
+sha256sums=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c'
'SKIP'
'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')