summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8d0496513bb..6be39dd57966 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_04_08
+ pkgver = 2024_04_22
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-04-08.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-04-08/ZAP_WEEKLY_D-2024-04-08.zip
- sha256sums = 54cb462226b70fbcd8ce6dad3e907c8792de8c471107c168b99a3dbc595f17aa
- b2sums = 469658f82a17f007042e00dafac9713f7d5298f836188ea73b299e0864e3a40f645a71e69cf2c5d6f345707403453d29d81350dfa7efb6901a560e34d69d2dd5
+ source = ZAP_WEEKLY_D-2024-04-22.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-04-22/ZAP_WEEKLY_D-2024-04-22.zip
+ sha256sums = 344dd7757761329229073bbc450f7be4a24d032d786061e115676817aae02a07
+ b2sums = 9f8621d95503f3398531b2dc9eab2f20b1e6198d21247a5423522e0e9d592a2faeff43510ab857b1b7e5fa1d67fe88d2be0453530210a67b5619add6862315bb
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 646293bc6656..6ff33693aec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2024_04_08
+pkgver=2024_04_22
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=('54cb462226b70fbcd8ce6dad3e907c8792de8c471107c168b99a3dbc595f17aa')
-b2sums=('469658f82a17f007042e00dafac9713f7d5298f836188ea73b299e0864e3a40f645a71e69cf2c5d6f345707403453d29d81350dfa7efb6901a560e34d69d2dd5')
+sha256sums=('344dd7757761329229073bbc450f7be4a24d032d786061e115676817aae02a07')
+b2sums=('9f8621d95503f3398531b2dc9eab2f20b1e6198d21247a5423522e0e9d592a2faeff43510ab857b1b7e5fa1d67fe88d2be0453530210a67b5619add6862315bb')
prepare() {
cd ZAP_D-${pkgver//_/-}