summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2022-04-25 18:33:25 +0200
committerjohnnybash2022-04-25 18:33:25 +0200
commitb7a3afc721dba4976f21c85efa1fefea7e8ae534 (patch)
treecdc4822647dc16e1f2c60275155e28d3a1ee276a
parentfd0f6ca6b4023b471727e78b2ca5720e96ed0901 (diff)
downloadaur-b7a3afc721dba4976f21c85efa1fefea7e8ae534.tar.gz
upgpkg: zaproxy-weekly 2022_04_25-1
upstream release new version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0151b619e60..4982c3e6171b 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_20
+ pkgver = 2022_04_25
pkgrel = 1
url = https://github.com/zaproxy/zaproxy
arch = any
@@ -8,7 +8,8 @@ pkgbase = zaproxy-weekly
depends = java-runtime
depends = ttf-font
conflicts = zaproxy
- source = ZAP_WEEKLY_D-2022-04-20.zip::https://github.com/zaproxy/zaproxy/releases/download/w2022-04-20/ZAP_WEEKLY_D-2022-04-20.zip
- sha256sums = c64ffd18147ef378a5f3f9b9486145dc48bae486c4ee9026b526db3d7bbdc2b5
+ 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
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 662de5d2fe95..7e9162582419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2022_04_20
+pkgver=2022_04_25
pkgrel=1
pkgdesc='Integrated penetration testing tool for finding vulnerabilities in web applications, weekly Pre-release'
conflicts=('zaproxy')
@@ -13,7 +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=('c64ffd18147ef378a5f3f9b9486145dc48bae486c4ee9026b526db3d7bbdc2b5')
+sha256sums=('af39220806c3c5e16c8ea7e26000b47f3fb8d13acdefd52abbf085c01837624c')
+b2sums=('95bdc77abfe67a284db975f45b6189c0e7e954c85c57fe2da2ae1904ad7c321398528b199da2f77ef5380e45b3b14ba98bf92c243c9c0dcd7743daff9431f6de')
prepare() {
cd ZAP_D-${pkgver//_/-}