summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2023-08-21 17:30:24 +0200
committerjohnnybash2023-08-21 17:30:24 +0200
commit438c747fe416ec635972fe09ad68f9a38392cb5a (patch)
tree39c1083127ea48cc3e5188cf245deef6ff92aedd
parent02fe40df6b9a580760096598ddf4fbbc2866b0f7 (diff)
downloadaur-438c747fe416ec635972fe09ad68f9a38392cb5a.tar.gz
upgpkg: zaproxy-weekly 2023_08_21-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 cf8784744887..1916853e9811 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_08_15
+ pkgver = 2023_08_21
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-08-15.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-08-15/ZAP_WEEKLY_D-2023-08-15.zip
- sha256sums = 52ac9a3987d1de55a7be7cf049a85618e97dc818f812b229c5d906b9a1c9fb22
- b2sums = 85b9ec2e194222f58ccb15da5907126fd9554863959336df5e8779c4652a805c97c762b74ba6f51b31ef74939f70b7a730ec4c74bb10078ec7e64588894f155e
+ source = ZAP_WEEKLY_D-2023-08-21.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-08-21/ZAP_WEEKLY_D-2023-08-21.zip
+ sha256sums = 9660da7492a086dd5cefcf1f42cd0b6e60fcca2390b0b9e363ca8236399d960d
+ b2sums = 13ed24453f85749e3d2974659e03dba995fbe5ec307e88e030970a1d81ed409a62b58ce330819043f13f252796d0bab292fa0bef4e604f4edad62dc20532c525
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 10c077bbe191..07fc00480383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_08_15
+pkgver=2023_08_21
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=('52ac9a3987d1de55a7be7cf049a85618e97dc818f812b229c5d906b9a1c9fb22')
-b2sums=('85b9ec2e194222f58ccb15da5907126fd9554863959336df5e8779c4652a805c97c762b74ba6f51b31ef74939f70b7a730ec4c74bb10078ec7e64588894f155e')
+sha256sums=('9660da7492a086dd5cefcf1f42cd0b6e60fcca2390b0b9e363ca8236399d960d')
+b2sums=('13ed24453f85749e3d2974659e03dba995fbe5ec307e88e030970a1d81ed409a62b58ce330819043f13f252796d0bab292fa0bef4e604f4edad62dc20532c525')
prepare() {
cd ZAP_D-${pkgver//_/-}