summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2023-10-02 17:27:35 +0200
committerjohnnybash2023-10-02 17:27:35 +0200
commit516b033abde17c3d96c7bf26d1c28c090a9fc082 (patch)
tree45ec4eea2a166af8cd90ed6a5fbf590b3a370436
parent39d2003d08cf4042a9acc2415f2a5cf2fd8600a5 (diff)
downloadaur-516b033abde17c3d96c7bf26d1c28c090a9fc082.tar.gz
upgpkg: zaproxy-weekly 2023_10_02-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 418d22e62ed2..d02ad771ae76 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_09_26
+ pkgver = 2023_10_02
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-09-26.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-09-26/ZAP_WEEKLY_D-2023-09-26.zip
- sha256sums = d405fc3acc8e15eeb3405b01137f90b14401edc5b7ca4f152b4d393d5dde51f3
- b2sums = a8642914c061b6ea749381667660dc1fc15f82b5f9d2e09646e15bfae4addecfa31ccd905d74c1d7f3d883a608a88ba39105a7ac4dc5b191260b9a4feedfd4c2
+ source = ZAP_WEEKLY_D-2023-10-02.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-10-02/ZAP_WEEKLY_D-2023-10-02.zip
+ sha256sums = 8dd3d1e622503c5cf402c5e16af0a6db7849d92e997524eb309f74de21c715fb
+ b2sums = 6ad37a38204f0bd335cfe3398046ee606feaf01778ed9248cef5f867d6277ae784821aeed24694b623793bb074be787dff482a8e95657dac93a344b7264b8316
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 8183571f2a49..59c4e9559f95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_09_26
+pkgver=2023_10_02
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=('d405fc3acc8e15eeb3405b01137f90b14401edc5b7ca4f152b4d393d5dde51f3')
-b2sums=('a8642914c061b6ea749381667660dc1fc15f82b5f9d2e09646e15bfae4addecfa31ccd905d74c1d7f3d883a608a88ba39105a7ac4dc5b191260b9a4feedfd4c2')
+sha256sums=('8dd3d1e622503c5cf402c5e16af0a6db7849d92e997524eb309f74de21c715fb')
+b2sums=('6ad37a38204f0bd335cfe3398046ee606feaf01778ed9248cef5f867d6277ae784821aeed24694b623793bb074be787dff482a8e95657dac93a344b7264b8316')
prepare() {
cd ZAP_D-${pkgver//_/-}