summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-07-31 18:16:10 +0200
committerMassimiliano Torromeo2018-07-31 18:16:10 +0200
commitfeb62e0f02c5550439c5ea430320bd04dcc98417 (patch)
tree2d0c9d89e8d8e09c3f04481903165c4f943e604a
parent1c15044267aac650bef6c0c5b4ba1d0a8640b9e0 (diff)
downloadaur-feb62e0f02c5550439c5ea430320bd04dcc98417.tar.gz
Updated to 0.14-12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51c0b772b467..dd65a5a6255c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Tue Jul 31 16:16:09 UTC 2018
pkgbase = nginx-mainline-mod-redis2
pkgdesc = Redis 2.0 protocol module for mainline nginx
pkgver = 0.14
- pkgrel = 11
+ pkgrel = 12
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.15.1.tar.gz
+ source = https://nginx.org/download/nginx-1.15.2.tar.gz
source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
- sha256sums = c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460
+ sha256sums = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
pkgname = nginx-mainline-mod-redis2
diff --git a/PKGBUILD b/PKGBUILD
index 8451d43758a7..8655672ec9bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis2
pkgver=0.14
-pkgrel=11
+pkgrel=12
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.1
+_nginxver=1.15.2
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=('c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460'
+sha256sums=('eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90'
'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
build() {