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 0fda006f3708..41c73fcb98e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_03_20
+pkgver=2023_03_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=('757f4d1ebdfab11aa4d6707ceb30a87b82921ab4fc848e27d57241bd02da354c')
-b2sums=('5dd4459066fea4d1dd995aa516c82d5f652eef6effa67093fd170516d69d93a68837c623a48c118110f61bc7fbd7b0b6fcfc03ece5df5b598435f681fae55612')
+sha256sums=('74db0b9385d4137f3e77cfff5118d99ebdb9b37f37ae46fb2d1342853357678a')
+b2sums=('ae272989aedb7524960a22cc0bdf543da6660b6173238bdd1ecc9235d82351e1897ef63649d1db6a9792ecbbeff77996cb408808ca79e133f85d39eed5273c9c')
prepare() {
cd ZAP_D-${pkgver//_/-}