summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-11-07 10:02:02 +0100
committerMassimiliano Torromeo2017-11-07 10:02:02 +0100
commit6542c2ead849afaee591950c3d066e7372f89fe5 (patch)
tree0b8630b11ad85bb186d3e9d48e977f2bc3c5d03d
parent0b1b7e10b31f614c6b8c10d98dea351ffbf3f95c (diff)
downloadaur-6542c2ead849afaee591950c3d066e7372f89fe5.tar.gz
Updated to 0.14-5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0787402600e..fac02602c38e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Oct 25 09:58:10 UTC 2017
+# Tue Nov 7 09:02:02 UTC 2017
pkgbase = nginx-mainline-mod-redis2
pkgdesc = Redis 2.0 protocol module for mainline nginx
pkgver = 0.14
- pkgrel = 4
+ pkgrel = 5
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.13.5.tar.gz
+ source = https://nginx.org/download/nginx-1.13.6.tar.gz
source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
- sha256sums = 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e
+ sha256sums = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8
sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
pkgname = nginx-mainline-mod-redis2
diff --git a/PKGBUILD b/PKGBUILD
index 64691565dae2..dd37b0abb157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis2
pkgver=0.14
-pkgrel=4
+pkgrel=5
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.5
+_nginxver=1.13.6
pkgdesc='Redis 2.0 protocol module for mainline nginx'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e'
+sha256sums=('8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8'
'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
build() {