summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-08-16 17:17:36 +0200
committerMassimiliano Torromeo2019-08-16 17:17:36 +0200
commit7d334340c2b9ebef0a3229e0c541e6da65b906f4 (patch)
tree55f069c4c632585786dadecac1695677e855c9d9
parentb0dd201d239b424b186340691e739f4f7feb15dc (diff)
downloadaur-7d334340c2b9ebef0a3229e0c541e6da65b906f4.tar.gz
Updated to 0.19-12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99236e8dfb69..a955c3bea773 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 = 11
+ pkgrel = 12
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.1.tar.gz
- source = https://nginx.org/download/nginx-1.17.1.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.3.tar.gz
+ source = https://nginx.org/download/nginx-1.17.3.tar.gz.asc
source = https://github.com/openresty/memc-nginx-module/archive/v0.19/memc-0.19.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
+ sha256sums = 3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c
sha256sums = SKIP
sha256sums = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8
diff --git a/PKGBUILD b/PKGBUILD
index 268bdc7ceafb..f3e6fe4e9dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-memc
pkgver=0.19
-pkgrel=11
+pkgrel=12
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.1
+_nginxver=1.17.3
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=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
+sha256sums=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c'
'SKIP'
'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')