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 4badb7e496d3..ff7bc016fe83 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_05_09
+ pkgver = 2023_05_15
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-05-09.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-05-09/ZAP_WEEKLY_D-2023-05-09.zip
- sha256sums = 1ab40d86380eda8458d5cc5b1ddb27e99834881414074923355a2a462340247e
- b2sums = aaad44336c5d3b047a7a388668b740623bdcdb6fc0b56a027a0bf8f492ff034cc0a8c2d6705fac2d885453ed8efec811a162c27812f608810c295ad5675f5225
+ source = ZAP_WEEKLY_D-2023-05-15.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-05-15/ZAP_WEEKLY_D-2023-05-15.zip
+ sha256sums = ee43f4c4c0f38aaa5142c9d35362c0ef0187a670bde2d8e11b61b472a7875719
+ b2sums = 4ca20044bd8495998d3a0420d0d1b80bce0a7594da8c02b6a47c24d9eab6fc69d65bd0c11de5e342e54c13aa9e046099056e301b99766d28f69b48b796dc5e4e
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index fd933ac522e9..cd6c40923a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_05_09
+pkgver=2023_05_15
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=('1ab40d86380eda8458d5cc5b1ddb27e99834881414074923355a2a462340247e')
-b2sums=('aaad44336c5d3b047a7a388668b740623bdcdb6fc0b56a027a0bf8f492ff034cc0a8c2d6705fac2d885453ed8efec811a162c27812f608810c295ad5675f5225')
+sha256sums=('ee43f4c4c0f38aaa5142c9d35362c0ef0187a670bde2d8e11b61b472a7875719')
+b2sums=('4ca20044bd8495998d3a0420d0d1b80bce0a7594da8c02b6a47c24d9eab6fc69d65bd0c11de5e342e54c13aa9e046099056e301b99766d28f69b48b796dc5e4e')
prepare() {
cd ZAP_D-${pkgver//_/-}