summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-12 17:29:44 +0200
committerMassimiliano Torromeo2017-06-12 17:29:44 +0200
commit97357899b2c8258a4b2d4d0821ec92454cf5ab73 (patch)
tree2e10570ea3e9ab1a7d09c1e68c7b26f628ae53f9
parentf214e08112cc3a9402252ec6360cbc753fa607ba (diff)
downloadaur-97357899b2c8258a4b2d4d0821ec92454cf5ab73.tar.gz
Updated to 0.18
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fb5af9efe5e..f3e72f0752ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Mon Jun 12 15:18:10 UTC 2017
+# Mon Jun 12 15:29:37 UTC 2017
pkgbase = nginx-mainline-mod-memc
pkgdesc = Extended version of the standard memcached module for mainline nginx
- pkgver = 0.17
- pkgrel = 3
+ pkgver = 0.18
+ pkgrel = 1
url = https://github.com/openresty/memc-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
source = http://nginx.org/download/nginx-1.13.1.tar.gz
- source = https://github.com/openresty/memc-nginx-module/archive/v0.17/memc-0.17.tar.gz
- source = nginx-mainline-mod-memc-0.17-default_port.patch::https://github.com/openresty/memc-nginx-module/commit/c08cb7043440e427867838caf21cfd1e6cb2127a.patch
+ source = https://github.com/openresty/memc-nginx-module/archive/v0.18/memc-0.18.tar.gz
+ source = nginx-mainline-mod-memc-0.18-default_port.patch::https://github.com/openresty/memc-nginx-module/commit/c08cb7043440e427867838caf21cfd1e6cb2127a.patch
sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
- sha256sums = 25cbe3ff4931283a681260607bc91ae4a922075345d5770b293c6cd7f1e3bdcc
+ sha256sums = 4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d
sha256sums = b5f9b83a0d2a08f1efc71ce8099eaa4e1d283afd502a7062ac4f150d569140ff
pkgname = nginx-mainline-mod-memc
diff --git a/PKGBUILD b/PKGBUILD
index 9054cbdb748a..aea58d0a3693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-memc
-pkgver=0.17
-pkgrel=3
+pkgver=0.18
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver=1.13.1
@@ -20,7 +20,7 @@ source=(
)
sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
- '25cbe3ff4931283a681260607bc91ae4a922075345d5770b293c6cd7f1e3bdcc'
+ '4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d'
'b5f9b83a0d2a08f1efc71ce8099eaa4e1d283afd502a7062ac4f150d569140ff')
prepare() {