summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-12-28 19:58:37 +0100
committerMassimiliano Torromeo2020-12-28 19:58:37 +0100
commit1c3171be4973d97264b58cd04646c45d600a1e98 (patch)
treec7a88085d29ffe2accd7ddea23deaf21ba7b4995
parent741888459c94cf7d07f48f70e035d53a04134fbd (diff)
downloadaur-1c3171be4973d97264b58cd04646c45d600a1e98.tar.gz
Updated to 0.3.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d9d8e725d05..f3338137927d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nginx-mainline-mod-redis
pkgdesc = Redis caching module for mainline nginx
- pkgver = 0.3.8
- pkgrel = 42
+ pkgver = 0.3.9
+ pkgrel = 1
url = https://www.nginx.com/resources/wiki/modules/redis/
arch = i686
arch = x86_64
license = CUSTOM
makedepends = nginx-mainline-src
depends = nginx-mainline
- source = http://people.freebsd.org/~osa/ngx_http_redis-0.3.8.tar.gz
- sha256sums = 95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934
+ source = http://people.freebsd.org/~osa/ngx_http_redis-0.3.9.tar.gz
+ sha256sums = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46
pkgname = nginx-mainline-mod-redis
diff --git a/PKGBUILD b/PKGBUILD
index f4b676d39194..a4766fe7f159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-redis
-pkgver=0.3.8
-pkgrel=42
+pkgver=0.3.9
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
@@ -14,7 +14,7 @@ url="https://www.nginx.com/resources/wiki/modules/redis/"
license=('CUSTOM')
source=(http://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz)
-sha256sums=('95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
+sha256sums=('21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
prepare() {
mkdir -p build