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 a7db7c96bd94..76e3fba48a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2024_02_19
+pkgver=2024_02_26
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=('6ef58467c61a5e5a5f309d82b2868b6c9a457d56526bd6ba414479f96dc3827f')
-b2sums=('00113d8aafbe165e905fe1274b0cc252ea22452c7f8813c9711671fb107175f9b25d92b92d260eb253804bed27c160b7b960e7696bc8573145d40d166e10b4db')
+sha256sums=('0601324a86568096e6f1161c529b92fdd97140affc74ffd3969df9def944cf5f')
+b2sums=('4ac0457a3e8337f7be78aafc13896d37e18f3aa95f4eb0633b5456cc6d40776b39aac51f16a0ca0dba49639ac404ee5ff06c9e6c2516b69bdbf87df5774228df')
prepare() {
cd ZAP_D-${pkgver//_/-}