summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohnnybash2022-04-11 18:35:38 +0200
committerjohnnybash2022-04-11 18:35:38 +0200
commitf280df11ae3b611b91c34ebde3134601530f7dd1 (patch)
tree5c4b1e75988528dd183ea1bf7ede0b13e4bacd33 /PKGBUILD
parent1269f028f4a3f4116383ba4718df37283cd8ca79 (diff)
downloadaur-f280df11ae3b611b91c34ebde3134601530f7dd1.tar.gz
upgpkg: zaproxy-weekly 2022_04_11-1
upstream release new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b8cc21c1051..86afea6348ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2022_04_05
+pkgver=2022_04_11
pkgrel=1
pkgdesc='Integrated penetration testing tool for finding vulnerabilities in web applications, weekly Pre-release'
conflicts=('zaproxy')
@@ -13,7 +13,7 @@ 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=('ad3c65fdf5661b8027e9aa4c7766ea71ded63e958cfcd33aea69a951532d982a')
+sha256sums=('33d4d3c475931f1fc158cac654cbdefcf0ee3d55d8d6d7f73fff8c26117b65ee')
prepare() {
cd ZAP_D-${pkgver//_/-}