summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-12 17:24:39 +0200
committerMassimiliano Torromeo2017-06-12 17:32:41 +0200
commit4f972742d3493fe1208971f260c58b055a24f54c (patch)
tree421ed5c97bdcc19c79855f843f74f12939bb7c83
parent8a28dd9252e62d3dc2089afa704e685f6177f639 (diff)
downloadaur-4f972742d3493fe1208971f260c58b055a24f54c.tar.gz
Updated to 0.13-4
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddaf4563e59d..553add27798e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 12:50:19 UTC 2017
+# Mon Jun 12 15:32:39 UTC 2017
pkgbase = nginx-mainline-mod-redis2
pkgdesc = Redis 2.0 protocol module for mainline nginx
- pkgver = 0.13
- pkgrel = 3
+ pkgver = 0.14
+ pkgrel = 1
url = https://github.com/openresty/redis2-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.13.0.tar.gz
- source = https://github.com/openresty/redis2-nginx-module/archive/v0.13/redis2-0.13.tar.gz
- source = nginx-mainline-mod-redis2-0.13-default_port.patch::https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f.patch
- sha256sums = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
- sha256sums = 1d2486e38cf10390961d507e0e1252e898c8cbc89bbef618f7439d6c23708523
+ source = http://nginx.org/download/nginx-1.13.1.tar.gz
+ source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
+ source = nginx-mainline-mod-redis2-0.14-default_port.patch::https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f.patch
+ sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
+ sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
sha256sums = a3d26087eabe17708ab0a9b32026d80eb7004a7539768602a0c4aaa55988217c
pkgname = nginx-mainline-mod-redis2
diff --git a/PKGBUILD b/PKGBUILD
index f19beb12d010..b364a21da613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-redis2
-pkgver=0.13
-pkgrel=3
+pkgver=0.14
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.0
+_nginxver=1.13.1
pkgdesc='Redis 2.0 protocol module for mainline nginx'
arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@ source=(
$pkgname-$pkgver-default_port.patch::https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f.patch
)
-sha256sums=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
- '1d2486e38cf10390961d507e0e1252e898c8cbc89bbef618f7439d6c23708523'
+sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
+ 'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71'
'a3d26087eabe17708ab0a9b32026d80eb7004a7539768602a0c4aaa55988217c')
prepare() {