diff options
author | Massimiliano Torromeo | 2019-10-04 09:23:22 +0200 |
---|---|---|
committer | Massimiliano Torromeo | 2019-10-04 09:23:22 +0200 |
commit | 2702e11edd5a1d0df516c5d1155818d21d66e326 (patch) | |
tree | 8e3da869d3bd3f2885deacf39cf9a89af6aa934d /PKGBUILD | |
parent | 7d334340c2b9ebef0a3229e0c541e6da65b906f4 (diff) | |
download | aur-2702e11edd5a1d0df516c5d1155818d21d66e326.tar.gz |
Updated to 0.19-13
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,10 +2,10 @@ pkgname=nginx-mainline-mod-memc pkgver=0.19 -pkgrel=12 +pkgrel=13 _modname="${pkgname#nginx-mainline-mod-}" -_nginxver=1.17.3 +_nginxver=1.17.4 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=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c' +sha256sums=('62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555' 'SKIP' '8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8') |