summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-13 11:56:29 +0200
committerMassimiliano Torromeo2017-04-13 11:56:29 +0200
commit8c34d742c57e1877e674a114f00fcb5062b5b2ad (patch)
tree88e1905fa975311e4262764bf143de238bfd0d1e
parent95957a3b895b77d2c494b10512f016db0b885efd (diff)
downloadaur-8c34d742c57e1877e674a114f00fcb5062b5b2ad.tar.gz
Updated for nginx 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99cb712e5f3e..82b311379353 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 09:27:37 UTC 2017
+# Thu Apr 13 09:56:29 UTC 2017
pkgbase = nginx-mainline-mod-redis
pkgdesc = Redis caching module for mainline nginx
pkgver = 0.3.8
- pkgrel = 1
+ pkgrel = 2
url = https://www.nginx.com/resources/wiki/modules/redis/
arch = i686
arch = x86_64
license = CUSTOM
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.11.10.tar.gz
+ source = http://nginx.org/download/nginx-1.12.0.tar.gz
source = http://people.freebsd.org/~osa/ngx_http_redis-0.3.8.tar.gz
- sha256sums = 778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d
+ sha256sums = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
sha256sums = 95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934
pkgname = nginx-mainline-mod-redis
diff --git a/PKGBUILD b/PKGBUILD
index f756bde8a50a..40f337319ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis
pkgver=0.3.8
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.11.10
+_nginxver=1.12.0
pkgdesc='Redis caching module for mainline nginx'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
http://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
)
-sha256sums=('778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d'
+sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
'95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
build() {