summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a738049f9e..6cd3d44d3cee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Apr 23 13:44:28 UTC 2018
+# Fri Jun 8 15:10:58 UTC 2018
pkgbase = nginx-mainline-mod-memc
pkgdesc = Extended version of the standard memcached module for mainline nginx
pkgver = 0.18
- pkgrel = 9
+ pkgrel = 10
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.13.12.tar.gz
+ source = https://nginx.org/download/nginx-1.15.0.tar.gz
source = https://github.com/openresty/memc-nginx-module/archive/v0.18/memc-0.18.tar.gz
- sha256sums = fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de
+ sha256sums = b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516
sha256sums = 4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d
pkgname = nginx-mainline-mod-memc
diff --git a/PKGBUILD b/PKGBUILD
index cc882c458554..4ece109c2f49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-memc
pkgver=0.18
-pkgrel=9
+pkgrel=10
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.12
+_nginxver=1.15.0
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=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de'
+sha256sums=('b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516'
'4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d')
build() {