summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-09-27 11:40:41 +0200
committerMassimiliano Torromeo2018-09-27 11:40:41 +0200
commit1f7151bb9922e5838d9d4494cc1f74f7e9de17c4 (patch)
treeccb075d8db2cc9d05494e9d6763bba97dbfcfa6d
parentd51bd06a232d0da15d79aa64f842da8f207d9640 (diff)
downloadaur-1f7151bb9922e5838d9d4494cc1f74f7e9de17c4.tar.gz
Updated to 0.18-14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e97838eb482..f088163a4e6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nginx-mainline-mod-memc
pkgdesc = Extended version of the standard memcached module for mainline nginx
pkgver = 0.18
- pkgrel = 13
+ pkgrel = 14
url = https://github.com/openresty/memc-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.15.3.tar.gz
+ source = https://nginx.org/download/nginx-1.15.4.tar.gz
source = https://github.com/openresty/memc-nginx-module/archive/v0.18/memc-0.18.tar.gz
- sha256sums = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
+ sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
sha256sums = 4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d
pkgname = nginx-mainline-mod-memc
diff --git a/PKGBUILD b/PKGBUILD
index 7f3c585cda72..d2e2f33d8c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-memc
pkgver=0.18
-pkgrel=13
+pkgrel=14
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.3
+_nginxver=1.15.4
pkgdesc='Extended version of the standard memcached 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=('9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85'
+sha256sums=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
'4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d')
build() {