summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2024-02-19 19:06:22 +0100
committerjohnnybash2024-02-19 19:06:22 +0100
commit6524378a82d78ab5b4d96ecd80d729d3908916a8 (patch)
treec11ec1900723630659e48b259e89714506d8293b
parentb60a170e42071665f102fc71bd1633b2c84d0f90 (diff)
downloadaur-6524378a82d78ab5b4d96ecd80d729d3908916a8.tar.gz
upgpkg: zaproxy-weekly 2024_02_19-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 34c5481636ea..220f489ff90e 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 = 2024_02_12
+ pkgver = 2024_02_19
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-2024-02-12.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-02-12/ZAP_WEEKLY_D-2024-02-12.zip
- sha256sums = 51aa15ffbf0f48354ffde23f6278e9c9cf5d807cd242a80142f38bd0852757a1
- b2sums = a8d10fc2204a146d4036b73fd2ce8be9d765009bfc5954a86ca8dda4ae8de39871d26ef96288b00e975d32c773f1a515e93a6a5fd7d1dd19398900fcbc97928a
+ source = ZAP_WEEKLY_D-2024-02-19.zip::https://github.com/zaproxy/zaproxy/releases/download/w2024-02-19/ZAP_WEEKLY_D-2024-02-19.zip
+ sha256sums = 6ef58467c61a5e5a5f309d82b2868b6c9a457d56526bd6ba414479f96dc3827f
+ b2sums = 00113d8aafbe165e905fe1274b0cc252ea22452c7f8813c9711671fb107175f9b25d92b92d260eb253804bed27c160b7b960e7696bc8573145d40d166e10b4db
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 6b63291bd1cf..a7db7c96bd94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2024_02_12
+pkgver=2024_02_19
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-2.0')
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=('51aa15ffbf0f48354ffde23f6278e9c9cf5d807cd242a80142f38bd0852757a1')
-b2sums=('a8d10fc2204a146d4036b73fd2ce8be9d765009bfc5954a86ca8dda4ae8de39871d26ef96288b00e975d32c773f1a515e93a6a5fd7d1dd19398900fcbc97928a')
+sha256sums=('6ef58467c61a5e5a5f309d82b2868b6c9a457d56526bd6ba414479f96dc3827f')
+b2sums=('00113d8aafbe165e905fe1274b0cc252ea22452c7f8813c9711671fb107175f9b25d92b92d260eb253804bed27c160b7b960e7696bc8573145d40d166e10b4db')
prepare() {
cd ZAP_D-${pkgver//_/-}