diff options
author | Massimiliano Torromeo | 2017-04-27 14:48:02 +0200 |
---|---|---|
committer | Massimiliano Torromeo | 2017-04-27 14:48:02 +0200 |
commit | 70cdfd209e9e6870bfac5d29a6d13a7ff24987a6 (patch) | |
tree | 96be14ddc30854e804f00a40163392daf225a6fd | |
parent | 2562728f43500007f6c10d703ec30a92485e5167 (diff) | |
download | aur-70cdfd209e9e6870bfac5d29a6d13a7ff24987a6.tar.gz |
Rebuild for nginx-mainline 1.13.0
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,10 +2,10 @@ pkgname=nginx-mainline-mod-naxsi pkgver=0.55.3 -pkgrel=2 +pkgrel=3 _modname=naxsi -_nginxver=1.12.0 +_nginxver=1.13.0 pkgdesc='Nginx Anti XSS & SQL Injection (module for mainline nginx)' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ source=( https://github.com/nbs-system/$_modname/archive/$pkgver/$_modname-$pkgver.tar.gz ) -sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30' +sha256sums=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7' '0b3c95d250772dc89ad8b49e47c1e024c5ae2c76c0cffa445e9fe05c4dd13495') build() { |