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 5680faddb971..6de5bd1d83e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_02_20
+pkgver=2023_02_27
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=('02615320d03731bb6c9da7a7055ec1b8913cc393b106f4549c0a5735062a2821')
-b2sums=('52794013f32c79ccbee3cacb1aff1dfa0922c54dbfbe6828f6d6a5b68cde44ba611c24a5ccf48a1a3774401795e6349c027a2e9bea00704f81369e3f9c1e39c6')
+sha256sums=('6bc3f726ca1d8cf7b3527718f1460586c1b7def15b1a9e1d238e5af6aab1fa23')
+b2sums=('7c106ed431625f11e01eaba7ca0a55f293e698abe70e8d0483cce4b75d681a3130b9df0c3e3a022520fea0cb72e0600b22d9bc2b21df78f99e24fcc7e8fd8921')
prepare() {
cd ZAP_D-${pkgver//_/-}