summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-09-10 12:42:34 +0200
committerMassimiliano Torromeo2018-09-10 12:42:34 +0200
commitd51bd06a232d0da15d79aa64f842da8f207d9640 (patch)
treeb46a44ab6e7a2891afaa22823742db93c82822dc
parent4fe37f729d67573b9606120c9d39cad8db5a27a5 (diff)
downloadaur-d51bd06a232d0da15d79aa64f842da8f207d9640.tar.gz
Updated to 0.18-13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 834ae544e7bf..4e97838eb482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Jul 31 16:10:50 UTC 2018
pkgbase = nginx-mainline-mod-memc
pkgdesc = Extended version of the standard memcached module for mainline nginx
pkgver = 0.18
- pkgrel = 12
+ pkgrel = 13
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.2.tar.gz
+ source = https://nginx.org/download/nginx-1.15.3.tar.gz
source = https://github.com/openresty/memc-nginx-module/archive/v0.18/memc-0.18.tar.gz
- sha256sums = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
+ sha256sums = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
sha256sums = 4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d
pkgname = nginx-mainline-mod-memc
diff --git a/PKGBUILD b/PKGBUILD
index 3405c64b5183..7f3c585cda72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-memc
pkgver=0.18
-pkgrel=12
+pkgrel=13
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.2
+_nginxver=1.15.3
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=('eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90'
+sha256sums=('9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85'
'4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d')
build() {