summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2023-03-27 19:24:02 +0200
committerjohnnybash2023-03-27 19:24:02 +0200
commit5131aee5a456cafcb85a793a03928c58117e00c8 (patch)
tree576cf24779109371aa58026c544e4bcbf940b5f3
parentc418427939f6b7d0af72d316b9808dacdbaf7596 (diff)
downloadaur-5131aee5a456cafcb85a793a03928c58117e00c8.tar.gz
upgpkg: zaproxy-weekly 2023_03_27-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 6aa27a753174..a0a91137fa27 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_03_20
+ pkgver = 2023_03_27
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-03-20.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-03-20/ZAP_WEEKLY_D-2023-03-20.zip
- sha256sums = 757f4d1ebdfab11aa4d6707ceb30a87b82921ab4fc848e27d57241bd02da354c
- b2sums = 5dd4459066fea4d1dd995aa516c82d5f652eef6effa67093fd170516d69d93a68837c623a48c118110f61bc7fbd7b0b6fcfc03ece5df5b598435f681fae55612
+ source = ZAP_WEEKLY_D-2023-03-27.zip::https://github.com/zaproxy/zaproxy/releases/download/w2023-03-27/ZAP_WEEKLY_D-2023-03-27.zip
+ sha256sums = 74db0b9385d4137f3e77cfff5118d99ebdb9b37f37ae46fb2d1342853357678a
+ b2sums = ae272989aedb7524960a22cc0bdf543da6660b6173238bdd1ecc9235d82351e1897ef63649d1db6a9792ecbbeff77996cb408808ca79e133f85d39eed5273c9c
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 0fda006f3708..41c73fcb98e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2023_03_20
+pkgver=2023_03_27
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=('757f4d1ebdfab11aa4d6707ceb30a87b82921ab4fc848e27d57241bd02da354c')
-b2sums=('5dd4459066fea4d1dd995aa516c82d5f652eef6effa67093fd170516d69d93a68837c623a48c118110f61bc7fbd7b0b6fcfc03ece5df5b598435f681fae55612')
+sha256sums=('74db0b9385d4137f3e77cfff5118d99ebdb9b37f37ae46fb2d1342853357678a')
+b2sums=('ae272989aedb7524960a22cc0bdf543da6660b6173238bdd1ecc9235d82351e1897ef63649d1db6a9792ecbbeff77996cb408808ca79e133f85d39eed5273c9c')
prepare() {
cd ZAP_D-${pkgver//_/-}