summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohnnybash2022-03-28 19:13:20 +0200
committerjohnnybash2022-03-28 19:13:20 +0200
commit287e683490b9be9b17c2ce762d3c3aa963812928 (patch)
tree7840d3fab54c94836d8df56864902f3c457e59ca /PKGBUILD
parentb9e52ab4b82cee486765bf8cb67d596dc27aad59 (diff)
downloadaur-287e683490b9be9b17c2ce762d3c3aa963812928.tar.gz
upgpkg: zaproxy-weekly 2022_03_28-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 8cd3e38d5678..17dd07f2c01b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2022_03_21
+pkgver=2022_03_28
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=('6870d76650d79d42d99b673c14e9b7210d65dc80cc6b32f8f8d8a207113b3149')
+sha256sums=('81847e3addbd5975cf38478861cdf89a06f6e62f2cdc570b1506a1f669472fab')
prepare() {
cd ZAP_D-${pkgver//_/-}