summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2024-05-20 19:55:50 +0200
committerjohnnybash2024-05-20 19:55:50 +0200
commitcc7fe6c37c80406528b97ef253c3c4785dc8c623 (patch)
tree7727df29e61f2736802ac24655e9bccc548373de
parent08a51562b28a265476d47d76f07d255f6e411ffd (diff)
downloadaur-cc7fe6c37c80406528b97ef253c3c4785dc8c623.tar.gz
upgpkg: zaproxy-weekly 2024_05_20-1
upstream release new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5305603d8f0..eef1aab59f79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zaproxy-weekly
pkgdesc = Integrated penetration testing tool for finding vulnerabilities in web applications, weekly Pre-release
- pkgver = 2024_05_14
+ pkgver = 2024_05_20
pkgrel = 1
url = https://github.com/zaproxy/zaproxy
arch = any
@@ -8,8 +8,8 @@ pkgbase = zaproxy-weekly
depends = java-runtime
depends = ttf-font
conflicts = zaproxy
- source = ZAP_WEEKLY_D-2024-05-14.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-05-14/ZAP_WEEKLY_D-2024-05-14.zip
- sha256sums = c733bb773d0fb5cd2acd564d9000e0fa8cb98a13d86b242c4935ed22cc087994
- b2sums = 98cf8b1cf74b8087da0e74f5166f3b9456b090a9382e2d725178b3eca8f72f8682b2040bc68f30da124508f578d136a08eab9ae3730518fcb59b420e0c6db65c
+ source = ZAP_WEEKLY_D-2024-05-20.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-05-20/ZAP_WEEKLY_D-2024-05-20.zip
+ sha256sums = c681e3ae186701914478b91240420f07306a2ce33bd433792950fe5bdac01eef
+ b2sums = 80b6313cd2acd373030bb709ce5f429f7a69fd914e25b5001460d5dffdc3498dd09c746d28953d98d603c478d0d175c3e56c7d3228e84c1e1523b71dfe5b40fc
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 1fef51139b87..118fc1362389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: johnnybash <georg at grgw dot de> PGP D126E2910543DE2D
+# Maintainer: johnnybash <georg at grgw dot de>
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Joris Steyn <jorissteyn@gmail.com>
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2024_05_14
+pkgver=2024_05_20
pkgrel=1
pkgdesc='Integrated penetration testing tool for finding vulnerabilities in web applications, weekly Pre-release'
conflicts=('zaproxy')
@@ -13,8 +13,8 @@ arch=('any')
license=('Apache-2.0')
depends=('java-runtime' 'ttf-font')
source=(ZAP_WEEKLY_D-${pkgver//_/-}.zip::https://github.com/zaproxy/zaproxy/releases/download/w${pkgver//_/-}/ZAP_WEEKLY_D-${pkgver//_/-}.zip)
-sha256sums=('c733bb773d0fb5cd2acd564d9000e0fa8cb98a13d86b242c4935ed22cc087994')
-b2sums=('98cf8b1cf74b8087da0e74f5166f3b9456b090a9382e2d725178b3eca8f72f8682b2040bc68f30da124508f578d136a08eab9ae3730518fcb59b420e0c6db65c')
+sha256sums=('c681e3ae186701914478b91240420f07306a2ce33bd433792950fe5bdac01eef')
+b2sums=('80b6313cd2acd373030bb709ce5f429f7a69fd914e25b5001460d5dffdc3498dd09c746d28953d98d603c478d0d175c3e56c7d3228e84c1e1523b71dfe5b40fc')
prepare() {
cd ZAP_D-${pkgver//_/-}