summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2019-05-15 20:31:34 +0200
committerjohnnybash2019-05-15 20:31:34 +0200
commit9fdc7e39c5b5553cfa0ba8565f2001508187931f (patch)
treebf02dd76a812bca82c3e856764b2ee44824beb28
parentc181ef20b7d7271bf6643bdc8736ec7e8fe7ee34 (diff)
downloadaur-9fdc7e39c5b5553cfa0ba8565f2001508187931f.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8470cff8cfd2..b2ee4134c178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zaproxy-weekly
pkgdesc = Integrated penetration testing tool for finding vulnerabilities in web applications, weekly Pre-release
- pkgver = 2019_05_07
+ pkgver = 2019_05_15
pkgrel = 1
url = https://github.com/zaproxy/zaproxy
arch = any
@@ -8,8 +8,8 @@ pkgbase = zaproxy-weekly
depends = java-runtime
depends = ttf-font
conflicts = zaproxy
- source = ZAP_WEEKLY_D-2019-05-07.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-05-07/ZAP_WEEKLY_D-2019-05-07.zip
- sha512sums = 073aa780bca2a552df375fbde34e56d9ee6f231f25a7cb4758d3e4a6fb03673ef80d5ac02a1155b414776c80762ff60ef991d45898cfe38bee6c4718caa9d529
+ source = ZAP_WEEKLY_D-2019-05-15.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-05-15/ZAP_WEEKLY_D-2019-05-15.zip
+ sha1sums = 419257164abf67f256bb81a2a2a9310bf253117a
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 2b41cf00c196..88bb6c27f31c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2019_05_07
+pkgver=2019_05_15
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)
-sha512sums=('073aa780bca2a552df375fbde34e56d9ee6f231f25a7cb4758d3e4a6fb03673ef80d5ac02a1155b414776c80762ff60ef991d45898cfe38bee6c4718caa9d529')
+sha1sums=('419257164abf67f256bb81a2a2a9310bf253117a')
prepare() {
cd ZAP_D-${pkgver//_/-}