summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohnnybash2019-09-16 19:28:22 +0200
committerjohnnybash2019-09-16 19:28:22 +0200
commit5c5bd94ca9c783850d07b6f2c28b1d65b52995db (patch)
treeb8299654f81b4142d3dbb31ea7229d26a7bb6ced /PKGBUILD
parent381ab4303c8f19030fd2cea54f50981508af5766 (diff)
downloadaur-5c5bd94ca9c783850d07b6f2c28b1d65b52995db.tar.gz
new version
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//_/-}