summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-09-08 11:47:42 +0200
committerMassimiliano Torromeo2017-09-08 11:47:42 +0200
commitb3a0a23d179d160338f69415e4e7fe6cdeb14d5b (patch)
treecd3feaf27bc26e3063003941f553231af1113d3c
parente27699ef6f92ded4d2f45cd1a7ca6d918923be19 (diff)
downloadaur-b3a0a23d179d160338f69415e4e7fe6cdeb14d5b.tar.gz
Updated to 0.14-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de85ee7f476c..bd44c84d5294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 08:17:56 UTC 2017
+# Fri Sep 8 09:47:42 UTC 2017
pkgbase = nginx-mainline-mod-redis2
pkgdesc = Redis 2.0 protocol module for mainline nginx
pkgver = 0.14
- pkgrel = 2
+ pkgrel = 3
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.3.tar.gz
+ source = https://nginx.org/download/nginx-1.13.4.tar.gz
source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
- sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
+ sha256sums = de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba
sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
pkgname = nginx-mainline-mod-redis2
diff --git a/PKGBUILD b/PKGBUILD
index fb9fa9172c17..cf0fe5468717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis2
pkgver=0.14
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.3
+_nginxver=1.13.4
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=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
+sha256sums=('de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba'
'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
build() {