summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-03-09 09:55:07 +0100
committerMassimiliano Torromeo2020-03-09 09:55:07 +0100
commit4585e64eb0f05908108682a377e15ac35df7ff07 (patch)
treeeb24a26bccee5697017b98190d370f0fd0c0a2c4
parentb026d9520c8e1cd80293b6a35150fa7548891671 (diff)
downloadaur-4585e64eb0f05908108682a377e15ac35df7ff07.tar.gz
Updated to 0.19-18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fbf3a935667..6dfd6092c922 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 = 17
+ pkgrel = 18
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.17.8.tar.gz
- source = https://nginx.org/download/nginx-1.17.8.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.9.tar.gz
+ source = https://nginx.org/download/nginx-1.17.9.tar.gz.asc
source = https://github.com/openresty/memc-nginx-module/archive/v0.19/memc-0.19.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
+ sha256sums = 7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689
sha256sums = SKIP
sha256sums = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8
diff --git a/PKGBUILD b/PKGBUILD
index f6dd422f3821..c399511e402d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-memc
pkgver=0.19
-pkgrel=17
+pkgrel=18
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.8
+_nginxver=1.17.9
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=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
+sha256sums=('7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689'
'SKIP'
'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')