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 d4ee264ec9dc..da2409041876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_10_17
+pkgver=2023_10_24
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')
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=('c0b7b09581e824e0b8444e6b353e55f60e0c65ccf06bcb0bec4122065dae4750')
-b2sums=('a7f9a13c7db66881a34f4851514c5762a65a73e460344cd43675fa9617dc08ac46eaf0f991ddbbfb798ef2b684baedf6407c87b57495aca1fb2b1874701f7ab5')
+sha256sums=('d2903c5d381b4f8e1bed1279163616124fab387853b3c0f3928b5dac3739e607')
+b2sums=('29b07c632f02e586e322245153a9abecfa486ad443ec04acec5d4d91ddd42b79e2403e57fc2d589ea177774ef9b46092550047fba8850c25c4b378616b39f300')
prepare() {
cd ZAP_D-${pkgver//_/-}