summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-08-16 17:17:58 +0200
committerMassimiliano Torromeo2019-08-16 17:17:58 +0200
commit86a624410de3b0c78b9713a8e04a895169528318 (patch)
tree69efbbcf886464c7e7fa1ea9217d70ed5dc01ad1
parentbbfcb780566479b650e0147a813ad2d5deb3710c (diff)
downloadaur-86a624410de3b0c78b9713a8e04a895169528318.tar.gz
Updated to 1.0.0-22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3733ff90a7c0..9f85a6a5b904 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.0
- pkgrel = 21
+ pkgrel = 22
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.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/SpiderLabs/ModSecurity-nginx/releases/download/v1.0.0/modsecurity-nginx-v1.0.0.tar.gz
source = https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v1.0.0/modsecurity-nginx-v1.0.0.tar.gz.asc
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
validpgpkeys = 190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277
- sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
+ sha256sums = 3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c
sha256sums = SKIP
sha256sums = 06f78eb6d33833cc247257c4095c0ee528e80a61f1f52e1da5fdca5e464975a0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c03b0be42eae..d02c37d11f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=nginx-mainline-mod-modsecurity
pkgver=1.0.0
-pkgrel=21
-_nginxver=1.17.1
+pkgrel=22
+_nginxver=1.17.3
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=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
+sha256sums=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c'
'SKIP'
'06f78eb6d33833cc247257c4095c0ee528e80a61f1f52e1da5fdca5e464975a0'
'SKIP')