summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohnnybash2022-03-21 17:14:03 +0100
committerjohnnybash2022-03-21 17:14:03 +0100
commitb9e52ab4b82cee486765bf8cb67d596dc27aad59 (patch)
tree929d8d9c8f284a6b89883a75f8596ec02cf691cb /PKGBUILD
parentca6fd682bb5d9aa816f2b10b6687b525bac4aa29 (diff)
downloadaur-b9e52ab4b82cee486765bf8cb67d596dc27aad59.tar.gz
upgpkg: zaproxy-weekly 2022_03_21-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 80e0eabe2ba7..8cd3e38d5678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2022_03_14
+pkgver=2022_03_21
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=('c465c766814c9bd4c509588eb392e657b9993ccfdcf8332611c12bc0bc98c689')
+sha256sums=('6870d76650d79d42d99b673c14e9b7210d65dc80cc6b32f8f8d8a207113b3149')
prepare() {
cd ZAP_D-${pkgver//_/-}