summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-01-05 13:05:36 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-01-05 13:05:36 +0100
commit78cc9805b231799e91c062a42946111e43232168 (patch)
treecd5c4ac34070caadee818125fc9fdf45a0ce7de0
parent07950054d578ee04bd7ef90316a35faae13acb60 (diff)
downloadnginx-mod-ipscrub-78cc9805b231799e91c062a42946111e43232168.tar.xz
rebuild for new nginx version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec832f..5293082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mod-ipscrub
pkgdesc = IP address anonymizer for nginx log files
pkgver = 1.0.1
- pkgrel = 17
+ pkgrel = 18
url = https://github.com/masonicboom/ipscrub
arch = i686
arch = pentium4
@@ -10,13 +10,13 @@ pkgbase = nginx-mod-ipscrub
arch = armv7h
license = custom
depends = libbsd
- depends = nginx=1.22.0
- source = https://nginx.org/download/nginx-1.22.0.tar.gz
- source = https://nginx.org/download/nginx-1.22.0.tar.gz.asc
+ depends = nginx=1.22.1
+ source = https://nginx.org/download/nginx-1.22.1.tar.gz
+ source = https://nginx.org/download/nginx-1.22.1.tar.gz.asc
source = nginx-mod-ipscrub-1.0.1.tar.gz::https://github.com/masonicboom/ipscrub/archive/v1.0.1.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
validpgpkeys = 13C82A63B603576156E30A4EA0EA981B66B0D967
- sha512sums = 074782dba9cd5f8f493fbb57e20bda6dc9171814d919a47ee9f825d93f12c9f9d496e25d063c983191b55ad6a236bcef252ce16ecc1d253dc8b23433557559b1
+ sha512sums = 1d468dcfa9bbd348b8a5dc514ac1428a789e73a92384c039b73a51ce376785f74bf942872c5594a9fcda6bbf44758bd727ce15ac2395f1aa989c507014647dcc
sha512sums = SKIP
sha512sums = 71d376c8d26d1f697ded361675186a2bd44b56afbfe6a2db3bee82d83402876e7ac685bd1e1318d9b2143ee9f85196e60c828af62b2685e8b1165dcaa025d196
diff --git a/PKGBUILD b/PKGBUILD
index b62243f..c89a5b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
-_nginxver=1.22.0
+_nginxver=1.22.1
pkgname=nginx-mod-ipscrub
pkgver=1.0.1
-pkgrel=17
+pkgrel=18
pkgdesc='IP address anonymizer for nginx log files'
arch=('i686' 'pentium4' 'x86_64' 'armv6h' 'armv7h')
@@ -21,7 +21,7 @@ source=(
)
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
'13C82A63B603576156E30A4EA0EA981B66B0D967') # Konstantin Pavlov <thresh@nginx.com>
-sha512sums=('074782dba9cd5f8f493fbb57e20bda6dc9171814d919a47ee9f825d93f12c9f9d496e25d063c983191b55ad6a236bcef252ce16ecc1d253dc8b23433557559b1'
+sha512sums=('1d468dcfa9bbd348b8a5dc514ac1428a789e73a92384c039b73a51ce376785f74bf942872c5594a9fcda6bbf44758bd727ce15ac2395f1aa989c507014647dcc'
'SKIP'
'71d376c8d26d1f697ded361675186a2bd44b56afbfe6a2db3bee82d83402876e7ac685bd1e1318d9b2143ee9f85196e60c828af62b2685e8b1165dcaa025d196')