summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-07-13 10:48:07 +0200
committerMassimiliano Torromeo2020-07-13 10:48:07 +0200
commit12fe7672ea661c33cd85d709af6a65d835df6c9b (patch)
tree26d3833da4fd70899e1ba8749d87c409358c63d0
parent746d6bf7b9b7e64a1889bdcb3602f8144e4a9267 (diff)
downloadaur-12fe7672ea661c33cd85d709af6a65d835df6c9b.tar.gz
Updated to 0.19-22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b138eaa9d90..e115109304f6 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 = 21
+ pkgrel = 22
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.19.0.tar.gz
- source = https://nginx.org/download/nginx-1.19.0.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.19.1.tar.gz
+ source = https://nginx.org/download/nginx-1.19.1.tar.gz.asc
source = https://github.com/openresty/memc-nginx-module/archive/v0.19/memc-0.19.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
+ sha256sums = a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
sha256sums = SKIP
sha256sums = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8
diff --git a/PKGBUILD b/PKGBUILD
index c10b74f7c5f6..49719e69ebfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-memc
pkgver=0.19
-pkgrel=21
+pkgrel=22
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.19.0
+_nginxver=1.19.1
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=('44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8'
+sha256sums=('a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492'
'SKIP'
'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')