summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohnnybash2019-05-24 15:39:53 +0200
committerjohnnybash2019-05-24 15:39:53 +0200
commit31ba42fa5982801202a77c9fbf09cf57a1228ee4 (patch)
treedd38a9bcedcf60cc15d73d5c6af5f29c9c69473e /PKGBUILD
parent9fdc7e39c5b5553cfa0ba8565f2001508187931f (diff)
downloadaur-31ba42fa5982801202a77c9fbf09cf57a1228ee4.tar.gz
new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88bb6c27f31c..7f94996e7ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2019_05_15
+pkgver=2019_05_23
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)
-sha1sums=('419257164abf67f256bb81a2a2a9310bf253117a')
+sha256sums=('91289cc769726be6541025aeaa85bb6b2b20ccf0d9c9dee76e13aa3666903a70')
prepare() {
cd ZAP_D-${pkgver//_/-}