summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-01-25 11:54:33 +0100
committerMassimiliano Torromeo2020-01-25 11:54:33 +0100
commit99075a107fd5c7be0b8f946360f771e63e98aa7b (patch)
tree39659a37d6903173a4f2996f58b9a70f63557489
parentc328ae87d57562b0053f5e2c062bdd5b9c8bccfb (diff)
downloadaur-99075a107fd5c7be0b8f946360f771e63e98aa7b.tar.gz
Updated to 1.0.1-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 711bad84c52e..cf2cd47fa8c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = nginx-mainline-mod-modsecurity
pkgdesc = ModSecurity v3 Nginx Connector (module for mainline nginx)
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/SpiderLabs/ModSecurity-nginx
arch = i686
arch = x86_64
license = GPL3
depends = nginx-mainline
depends = libmodsecurity
- 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/SpiderLabs/ModSecurity-nginx/releases/download/v1.0.1/modsecurity-nginx-v1.0.1.tar.gz
source = https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v1.0.1/modsecurity-nginx-v1.0.1.tar.gz.asc
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
validpgpkeys = 190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277
- sha256sums = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
+ sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
sha256sums = SKIP
sha256sums = def45a8db5bc9da14765eda75363457209a86c89538ccf5bfbd3aa02fa10833c
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 29d2a36dd1e9..973061f484c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=nginx-mainline-mod-modsecurity
pkgver=1.0.1
-pkgrel=2
-_nginxver=1.17.7
+pkgrel=3
+_nginxver=1.17.8
pkgdesc='ModSecurity v3 Nginx Connector (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
'190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277' # Felipe Zimmerle
)
-sha256sums=('b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff'
+sha256sums=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
'SKIP'
'def45a8db5bc9da14765eda75363457209a86c89538ccf5bfbd3aa02fa10833c'
'SKIP')