diff options
author | Massimiliano Torromeo | 2018-03-28 12:19:41 +0200 |
---|---|---|
committer | Massimiliano Torromeo | 2018-03-28 12:19:41 +0200 |
commit | 357684cdc98bc8dbbe4781010635b7d1ded7dbc3 (patch) | |
tree | bccd2aa9d34a6037a565d5416f5051f4eba0ca05 | |
parent | dd224711d9cc6366307ef72c58482a193685ff47 (diff) | |
download | aur-357684cdc98bc8dbbe4781010635b7d1ded7dbc3.tar.gz |
Updated to 0.3.8-12
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,17 +1,17 @@ # Generated by mksrcinfo v8 -# Tue Feb 27 08:43:16 UTC 2018 +# Wed Mar 28 10:19:41 UTC 2018 pkgbase = nginx-mainline-mod-redis pkgdesc = Redis caching module for mainline nginx pkgver = 0.3.8 - pkgrel = 11 + pkgrel = 12 url = https://www.nginx.com/resources/wiki/modules/redis/ arch = i686 arch = x86_64 license = CUSTOM depends = nginx-mainline - source = https://nginx.org/download/nginx-1.13.9.tar.gz + source = https://nginx.org/download/nginx-1.13.10.tar.gz source = http://people.freebsd.org/~osa/ngx_http_redis-0.3.8.tar.gz - sha256sums = 5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42 + sha256sums = 336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885 sha256sums = 95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934 pkgname = nginx-mainline-mod-redis @@ -2,10 +2,10 @@ pkgname=nginx-mainline-mod-redis pkgver=0.3.8 -pkgrel=11 +pkgrel=12 _modname="${pkgname#nginx-mainline-mod-}" -_nginxver=1.13.9 +_nginxver=1.13.10 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=('5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42' +sha256sums=('336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885' '95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934') build() { |