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 5e9edd668e78..367fc2d6117f 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_11
+ pkgver = 2023_12_18
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-11.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-12-11/ZAP_WEEKLY_D-2023-12-11.zip
- sha256sums = a946cb9a06e449d8291a20d3f63aa75cac44f0d3f4823b61f3d89d6a64f17679
- b2sums = af4a5827b4d65e7eca9a9fd4b7a566c3a7759f561e5c19f1dd1c580105531cd5eb9c7bf8dc481e28be390432374a94a855db9e2da763715c8ff0347d9b489991
+ 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
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 0fae8147c7fc..87ff1909b5b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_12_11
+pkgver=2023_12_18
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=('a946cb9a06e449d8291a20d3f63aa75cac44f0d3f4823b61f3d89d6a64f17679')
-b2sums=('af4a5827b4d65e7eca9a9fd4b7a566c3a7759f561e5c19f1dd1c580105531cd5eb9c7bf8dc481e28be390432374a94a855db9e2da763715c8ff0347d9b489991')
+sha256sums=('70901f9714903eca98a980fc7e781d85eb280c240985e080e08036e725c97fc7')
+b2sums=('654f32200ec3fef901228bbcc3dbc4748452695b501f484db62b18ed2605e95c02f1fd9eca77ec64b5ee488669959ee4726c3263cfea17dd1a32531bd622e187')
prepare() {
cd ZAP_D-${pkgver//_/-}