summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2023-02-28 18:42:16 +0100
committerjohnnybash2023-02-28 18:42:16 +0100
commitf640e22b19c6d1e5da24fd8eb07d6496c8efd0a2 (patch)
tree0fb91c967d664778d2c31c5887df48e76bd46422
parent39de608a4cbe169548160802c88d74d7375d8dbe (diff)
downloadaur-f640e22b19c6d1e5da24fd8eb07d6496c8efd0a2.tar.gz
upgpkg: zaproxy-weekly 2023_02_27-1
upstream release new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9118fa3e4836..1c7515b244ca 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 = 2023_02_20
+ pkgver = 2023_02_27
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-2023-02-20.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-02-20/ZAP_WEEKLY_D-2023-02-20.zip
- sha256sums = 02615320d03731bb6c9da7a7055ec1b8913cc393b106f4549c0a5735062a2821
- b2sums = 52794013f32c79ccbee3cacb1aff1dfa0922c54dbfbe6828f6d6a5b68cde44ba611c24a5ccf48a1a3774401795e6349c027a2e9bea00704f81369e3f9c1e39c6
+ source = ZAP_WEEKLY_D-2023-02-27.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-02-27/ZAP_WEEKLY_D-2023-02-27.zip
+ sha256sums = 6bc3f726ca1d8cf7b3527718f1460586c1b7def15b1a9e1d238e5af6aab1fa23
+ b2sums = 7c106ed431625f11e01eaba7ca0a55f293e698abe70e8d0483cce4b75d681a3130b9df0c3e3a022520fea0cb72e0600b22d9bc2b21df78f99e24fcc7e8fd8921
pkgname = zaproxy-weekly
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//_/-}