summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-07-13 10:48:36 +0200
committerMassimiliano Torromeo2020-07-13 10:48:36 +0200
commit2ca9199d2874e149a71b77d695a311d2cf0ca303 (patch)
tree7c66d3d6bfdb055079b221a2f491840e2a3fc6ae
parentc159f256f32b2c5e1baab760bc5e84f7e8efe898 (diff)
downloadaur-2ca9199d2874e149a71b77d695a311d2cf0ca303.tar.gz
Updated to 1.0.1-8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ce28ff5f9d6..6a67c64d6b25 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 = 7
+ pkgrel = 8
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.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/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 = 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
+ sha256sums = a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
sha256sums = SKIP
sha256sums = def45a8db5bc9da14765eda75363457209a86c89538ccf5bfbd3aa02fa10833c
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9c8070136ec1..ee45ef62403d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=nginx-mainline-mod-modsecurity
pkgver=1.0.1
-pkgrel=7
-_nginxver=1.19.0
+pkgrel=8
+_nginxver=1.19.1
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=('44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8'
+sha256sums=('a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492'
'SKIP'
'def45a8db5bc9da14765eda75363457209a86c89538ccf5bfbd3aa02fa10833c'
'SKIP')