summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c690fe8a424d..2aa32496fcdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: johnnybash <georgpfahler at wachenzell dot org>
+# Maintainer: johnnybash <jb at wachenzell dot org>
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Joris Steyn <jorissteyn@gmail.com>
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2019_08_19
+pkgver=2019_09_16
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=('e0b856cf47fafae546bc0d24f2ca2e9ac7a7b9ef5699874987a693f02d824864')
+sha256sums=('fd823095ed8970dcf8e908ec7939da6b16ec8d354db2f4bbca8f7142b6891adc')
prepare() {
cd ZAP_D-${pkgver//_/-}