summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2019-07-29 17:08:13 +0200
committerjohnnybash2019-07-29 17:08:13 +0200
commit0caa69d6571909c20696c6faebc26ebf1773b8de (patch)
tree80e1ceaf1befb801e44f7737c6c9162985fe7913
parent5019b1cd46b1f046a9624ebd150491dd5e07ddb9 (diff)
downloadaur-0caa69d6571909c20696c6faebc26ebf1773b8de.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 64fdca5b6ae1..bb20d18843ff 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_07_01
+ pkgver = 2019_07_29
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-07-01.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-07-01/ZAP_WEEKLY_D-2019-07-01.zip
- sha256sums = 7e55bffd114502612588d9c9ff8d9b0ae3f826ee88a490eddcdc9a072df49893
+ source = ZAP_WEEKLY_D-2019-07-29.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-07-29/ZAP_WEEKLY_D-2019-07-29.zip
+ sha256sums = fcd77114df28f4caf2f995d62bb5393c342c82a2cf23f075e180eccd3139013a
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 974c448d879c..b728fb80a945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2019_07_01
+pkgver=2019_07_29
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=('7e55bffd114502612588d9c9ff8d9b0ae3f826ee88a490eddcdc9a072df49893')
+sha256sums=('fcd77114df28f4caf2f995d62bb5393c342c82a2cf23f075e180eccd3139013a')
prepare() {
cd ZAP_D-${pkgver//_/-}