summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2024-03-18 17:25:58 +0100
committerjohnnybash2024-03-18 17:25:58 +0100
commit0c0b7c994c2d7042cf095b9e707a4c5b4ee01ca0 (patch)
tree32b6c77c63d9071cfe2194301d3d8a3872eea509
parent1e076e88d2d801ebcd9dd0ccddb153ca052adf8e (diff)
downloadaur-0c0b7c994c2d7042cf095b9e707a4c5b4ee01ca0.tar.gz
upgpkg: zaproxy-weekly 2024_03_18-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 4a255e5b0281..54dbcc317b8d 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 = 2024_03_11
+ pkgver = 2024_03_18
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-2024-03-11.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-03-11/ZAP_WEEKLY_D-2024-03-11.zip
- sha256sums = 3e6e5c246dc09e42e167889f15813c906f3db10d6c6ff5ff9c572503a241c5ba
- b2sums = cc4ae7212e34d5c10b94356c1e06a88df9ea8d53b3fe8588525564805fdf9bc874a2ecdc8d5c254fd72c95c069a3501e1ee2e2654856722747b7bd0710880b9e
+ source = ZAP_WEEKLY_D-2024-03-18.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-03-18/ZAP_WEEKLY_D-2024-03-18.zip
+ sha256sums = 6b9bbfb152171d7893200ef57ba74ef2a847f0a50c11c1fba2f6c236297fd4d0
+ b2sums = c2de9f0e3eac011dffff4d1fbc759df3f405902dc848e133a052e7f6d9bf21ecbf68e8dc657dee96d7ea57795a355ca2c5a6ee6f16177a3da01b2e04d0549b3e
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 88b20df47915..be5549f39f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2024_03_11
+pkgver=2024_03_18
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-2.0')
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=('3e6e5c246dc09e42e167889f15813c906f3db10d6c6ff5ff9c572503a241c5ba')
-b2sums=('cc4ae7212e34d5c10b94356c1e06a88df9ea8d53b3fe8588525564805fdf9bc874a2ecdc8d5c254fd72c95c069a3501e1ee2e2654856722747b7bd0710880b9e')
+sha256sums=('6b9bbfb152171d7893200ef57ba74ef2a847f0a50c11c1fba2f6c236297fd4d0')
+b2sums=('c2de9f0e3eac011dffff4d1fbc759df3f405902dc848e133a052e7f6d9bf21ecbf68e8dc657dee96d7ea57795a355ca2c5a6ee6f16177a3da01b2e04d0549b3e')
prepare() {
cd ZAP_D-${pkgver//_/-}