summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6edf803c90d8..06ee2669d886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2024_03_25
+pkgver=2024_04_02
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=('0150a588b26bc538b813af2a699f19f1c8afd6ff212c3248a6d05358bd06eb7c')
-b2sums=('041013e8ab466dd8e314b37d329c1f9998eb158d0b07d014cc599f16808a422401f8e484bc4d9325eff7c0173e101a4a55f176a486908d2fce5ac2431b030199')
+sha256sums=('b01f405ed7026f20e5cebfaaf829c9efd852f5eeab35788bfdb6054d897dcb22')
+b2sums=('8d1d2ca75eb4771a22f8db9e748f31c1e9444f79fa9259b48f1e984929f4a265c8dfa8445547776bf0b893a930c04e758fdf0ec4d31c2f35ba55117afb79d060')
prepare() {
cd ZAP_D-${pkgver//_/-}