summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-01-25 11:53:42 +0100
committerMassimiliano Torromeo2020-01-25 11:53:42 +0100
commitb026d9520c8e1cd80293b6a35150fa7548891671 (patch)
tree383845ad76417ceb6ea0dd51467e9971302ed397
parentad86c5d36a49980a8f17cb410662ebf4272ccb92 (diff)
downloadaur-b026d9520c8e1cd80293b6a35150fa7548891671.tar.gz
Updated to 0.19-17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a2d6bd5eafc..3fbf3a935667 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 = 16
+ pkgrel = 17
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.7.tar.gz
- source = https://nginx.org/download/nginx-1.17.7.tar.gz.asc
+ 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://github.com/openresty/memc-nginx-module/archive/v0.19/memc-0.19.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
+ sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
sha256sums = SKIP
sha256sums = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8
diff --git a/PKGBUILD b/PKGBUILD
index 5790113fa78f..f6dd422f3821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-memc
pkgver=0.19
-pkgrel=16
+pkgrel=17
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.7
+_nginxver=1.17.8
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=('b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff'
+sha256sums=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
'SKIP'
'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')