summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4982c3e6171b..7776ae2417bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zaproxy-weekly
pkgdesc = Integrated penetration testing tool for finding vulnerabilities in web applications, weekly Pre-release
- pkgver = 2022_04_25
+ pkgver = 2022_05_03
pkgrel = 1
url = https://github.com/zaproxy/zaproxy
arch = any
@@ -8,8 +8,8 @@ pkgbase = zaproxy-weekly
depends = java-runtime
depends = ttf-font
conflicts = zaproxy
- source = ZAP_WEEKLY_D-2022-04-25.zip::https://github.com/zaproxy/zaproxy/releases/download/w2022-04-25/ZAP_WEEKLY_D-2022-04-25.zip
- sha256sums = af39220806c3c5e16c8ea7e26000b47f3fb8d13acdefd52abbf085c01837624c
- b2sums = 95bdc77abfe67a284db975f45b6189c0e7e954c85c57fe2da2ae1904ad7c321398528b199da2f77ef5380e45b3b14ba98bf92c243c9c0dcd7743daff9431f6de
+ source = ZAP_WEEKLY_D-2022-05-03.zip::https://github.com/zaproxy/zaproxy/releases/download/w2022-05-03/ZAP_WEEKLY_D-2022-05-03.zip
+ sha256sums = a49cdd96e31988c3fa3e97529d540dea6230823a26e75c7a6287f428c829edb4
+ b2sums = 1142d52010cc4c98c31dcef9c041c642445d8170682e933cb8722980a5188396529cebab33a53a66469803bc6fe1107dc117af90554964eec87dd18bca63866f
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 7e9162582419..0bd38ce0fa8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2022_04_25
+pkgver=2022_05_03
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=('af39220806c3c5e16c8ea7e26000b47f3fb8d13acdefd52abbf085c01837624c')
-b2sums=('95bdc77abfe67a284db975f45b6189c0e7e954c85c57fe2da2ae1904ad7c321398528b199da2f77ef5380e45b3b14ba98bf92c243c9c0dcd7743daff9431f6de')
+sha256sums=('a49cdd96e31988c3fa3e97529d540dea6230823a26e75c7a6287f428c829edb4')
+b2sums=('1142d52010cc4c98c31dcef9c041c642445d8170682e933cb8722980a5188396529cebab33a53a66469803bc6fe1107dc117af90554964eec87dd18bca63866f')
prepare() {
cd ZAP_D-${pkgver//_/-}