summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2024-01-02 16:01:40 +0100
committerjohnnybash2024-01-02 16:01:40 +0100
commite6fbcc35297f35c5fb21c386ec688b3243e9bad9 (patch)
treefa1da3363da0cecd5be61f822f2d4c8f1b7a29f5
parentd99c99cb17b5459a5c0b64ae829a13d32c74e6eb (diff)
downloadaur-e6fbcc35297f35c5fb21c386ec688b3243e9bad9.tar.gz
upgpkg: zaproxy-weekly 2024_01_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 367fc2d6117f..701c28a8edd4 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_12_18
+ pkgver = 2024_01_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-12-18.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-12-18/ZAP_WEEKLY_D-2023-12-18.zip
- sha256sums = 70901f9714903eca98a980fc7e781d85eb280c240985e080e08036e725c97fc7
- b2sums = 654f32200ec3fef901228bbcc3dbc4748452695b501f484db62b18ed2605e95c02f1fd9eca77ec64b5ee488669959ee4726c3263cfea17dd1a32531bd622e187
+ source = ZAP_WEEKLY_D-2024-01-02.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-01-02/ZAP_WEEKLY_D-2024-01-02.zip
+ sha256sums = 9f01d0f27aed432edc2f792d568f5cfb39b6e9ae4baa8ed71663bbd2c4611868
+ b2sums = ecf9270fbd2f15dc41b26508a40e80986ab4bc165091b7914df080240ec1d357e8a12246043b4f06589090c3cc81843630f8dec696dd3976e0282bd87913cf86
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 87ff1909b5b4..ea13ca8477ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_12_18
+pkgver=2024_01_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=('70901f9714903eca98a980fc7e781d85eb280c240985e080e08036e725c97fc7')
-b2sums=('654f32200ec3fef901228bbcc3dbc4748452695b501f484db62b18ed2605e95c02f1fd9eca77ec64b5ee488669959ee4726c3263cfea17dd1a32531bd622e187')
+sha256sums=('9f01d0f27aed432edc2f792d568f5cfb39b6e9ae4baa8ed71663bbd2c4611868')
+b2sums=('ecf9270fbd2f15dc41b26508a40e80986ab4bc165091b7914df080240ec1d357e8a12246043b4f06589090c3cc81843630f8dec696dd3976e0282bd87913cf86')
prepare() {
cd ZAP_D-${pkgver//_/-}