summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohnnybash2022-04-05 17:28:47 +0200
committerjohnnybash2022-04-05 17:28:47 +0200
commit1269f028f4a3f4116383ba4718df37283cd8ca79 (patch)
treead928c1cdd29a63ccdf83bcf1c49e4ea8db74951 /PKGBUILD
parent287e683490b9be9b17c2ce762d3c3aa963812928 (diff)
downloadaur-1269f028f4a3f4116383ba4718df37283cd8ca79.tar.gz
upgpkg: zaproxy-weekly 2022_04_05-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 17dd07f2c01b..1b8cc21c1051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2022_03_28
+pkgver=2022_04_05
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=('81847e3addbd5975cf38478861cdf89a06f6e62f2cdc570b1506a1f669472fab')
+sha256sums=('ad3c65fdf5661b8027e9aa4c7766ea71ded63e958cfcd33aea69a951532d982a')
prepare() {
cd ZAP_D-${pkgver//_/-}