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 3aac03c37a78..79ad9c8cfee6 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_03_06
+ pkgver = 2023_03_13
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-03-06.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-03-06/ZAP_WEEKLY_D-2023-03-06.zip
- sha256sums = 9a919153c6dbbabf41914483c14d14d787aefa1896df427a17090328c1c4daf5
- b2sums = ada330e10890fd8a641d6ab37c99560def9af7caf38426878a580a7acddddeb558c229aa16fdf082bee161ace06f6f5a66410fe9ea848114318df6c75dcddf21
+ source = ZAP_WEEKLY_D-2023-03-13.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-03-13/ZAP_WEEKLY_D-2023-03-13.zip
+ sha256sums = 216f87fed12c3652e9b5c68cc98039bfb8e7f26ecaddda47cc0f9c8e942f2c4b
+ b2sums = 70d823066f8f5321998a6d0f8b801e50fe36f5caeef820be8c52b0e557eb0e91ef364cc74628adac43589ebc34b92f56126a85e601c769e9dea5a22763dda764
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index e9775b79da57..8e504e5368d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_03_06
+pkgver=2023_03_13
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=('9a919153c6dbbabf41914483c14d14d787aefa1896df427a17090328c1c4daf5')
-b2sums=('ada330e10890fd8a641d6ab37c99560def9af7caf38426878a580a7acddddeb558c229aa16fdf082bee161ace06f6f5a66410fe9ea848114318df6c75dcddf21')
+sha256sums=('216f87fed12c3652e9b5c68cc98039bfb8e7f26ecaddda47cc0f9c8e942f2c4b')
+b2sums=('70d823066f8f5321998a6d0f8b801e50fe36f5caeef820be8c52b0e557eb0e91ef364cc74628adac43589ebc34b92f56126a85e601c769e9dea5a22763dda764')
prepare() {
cd ZAP_D-${pkgver//_/-}