summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-04-24 10:02:21 +0200
committerMassimiliano Torromeo2019-04-24 10:02:21 +0200
commit857fd5ab1602e79175ead5edeb7505aa86f9fa72 (patch)
tree4f30c1e0d4d3d9b63a20acdc08304c1f02637e11
parent758ce3862a9f762fe07646b539d6ee79ebb64ed4 (diff)
downloadaur-857fd5ab1602e79175ead5edeb7505aa86f9fa72.tar.gz
Updated to 0.19-9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 990ae706b2d8..d43fbb5115be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mainline-mod-memc
pkgdesc = Extended version of the standard memcached module for mainline nginx
pkgver = 0.19
- pkgrel = 8
+ pkgrel = 9
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.11.tar.gz
- source = https://nginx.org/download/nginx-1.15.11.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.12.tar.gz
+ source = https://nginx.org/download/nginx-1.15.12.tar.gz.asc
source = https://github.com/openresty/memc-nginx-module/archive/v0.19/memc-0.19.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad
+ sha256sums = 3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe
sha256sums = SKIP
sha256sums = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8
diff --git a/PKGBUILD b/PKGBUILD
index 6b288527496c..68a8208d6024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-memc
pkgver=0.19
-pkgrel=8
+pkgrel=9
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.11
+_nginxver=1.15.12
pkgdesc='Extended version of the standard memcached module for mainline nginx'
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad'
+sha256sums=('3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe'
'SKIP'
'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')