summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-06-08 17:15:48 +0200
committerMassimiliano Torromeo2018-06-08 17:15:48 +0200
commit3a8156e1ccc6208b0840fabbe1d9cd84f49b8cb6 (patch)
tree195b1e1c71322af52bc320118452cc40adccb139
parent38c23e43ffc97b4e1f1bac13ccaf279c4d05563c (diff)
downloadaur-3a8156e1ccc6208b0840fabbe1d9cd84f49b8cb6.tar.gz
Updated to 0.14-10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2372d9135f6..3c0377dc9719 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Apr 23 13:49:44 UTC 2018
+# Fri Jun 8 15:15:48 UTC 2018
pkgbase = nginx-mainline-mod-redis2
pkgdesc = Redis 2.0 protocol module for mainline nginx
pkgver = 0.14
- pkgrel = 9
+ pkgrel = 10
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.12.tar.gz
+ source = https://nginx.org/download/nginx-1.15.0.tar.gz
source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
- sha256sums = fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de
+ sha256sums = b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516
sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
pkgname = nginx-mainline-mod-redis2
diff --git a/PKGBUILD b/PKGBUILD
index 2b639efc0ee7..89e080f41e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis2
pkgver=0.14
-pkgrel=9
+pkgrel=10
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.12
+_nginxver=1.15.0
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=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de'
+sha256sums=('b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516'
'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
build() {