summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2024-04-29 17:24:08 +0200
committerjohnnybash2024-04-29 17:24:08 +0200
commitd91e8d61629bd77fbc92c62c646b4786e935c69b (patch)
tree04a3a3864808a5cf3bdc178027644696578ca3f2
parent903ce3207b70fc437fb5be01b344db8a7207bf8d (diff)
downloadaur-d91e8d61629bd77fbc92c62c646b4786e935c69b.tar.gz
upgpkg: zaproxy-weekly 2024_04_29-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 6be39dd57966..707c76c2fda8 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_04_22
+ pkgver = 2024_04_29
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-04-22.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-04-22/ZAP_WEEKLY_D-2024-04-22.zip
- sha256sums = 344dd7757761329229073bbc450f7be4a24d032d786061e115676817aae02a07
- b2sums = 9f8621d95503f3398531b2dc9eab2f20b1e6198d21247a5423522e0e9d592a2faeff43510ab857b1b7e5fa1d67fe88d2be0453530210a67b5619add6862315bb
+ source = ZAP_WEEKLY_D-2024-04-29.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-04-29/ZAP_WEEKLY_D-2024-04-29.zip
+ sha256sums = 0b6046c59262082c61d0193a593ae69795fb0179fd838aa5f4c5a4def529d3a4
+ b2sums = 5bd3f71db84625930efedf2af66a188dadc02cdd7a2f57cd744400e54a3d9c2b5fa35d660d9c981237c5e23b065270ccb16653a3a8e9430a1556419b22a12550
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 6ff33693aec7..c36b211cb9e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2024_04_22
+pkgver=2024_04_29
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=('344dd7757761329229073bbc450f7be4a24d032d786061e115676817aae02a07')
-b2sums=('9f8621d95503f3398531b2dc9eab2f20b1e6198d21247a5423522e0e9d592a2faeff43510ab857b1b7e5fa1d67fe88d2be0453530210a67b5619add6862315bb')
+sha256sums=('0b6046c59262082c61d0193a593ae69795fb0179fd838aa5f4c5a4def529d3a4')
+b2sums=('5bd3f71db84625930efedf2af66a188dadc02cdd7a2f57cd744400e54a3d9c2b5fa35d660d9c981237c5e23b065270ccb16653a3a8e9430a1556419b22a12550')
prepare() {
cd ZAP_D-${pkgver//_/-}