summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2019-08-19 19:37:54 +0200
committerjohnnybash2019-08-19 19:37:54 +0200
commit381ab4303c8f19030fd2cea54f50981508af5766 (patch)
tree2e8bcc54945637a543748ba9be02abe9d87e835f
parent0caa69d6571909c20696c6faebc26ebf1773b8de (diff)
downloadaur-381ab4303c8f19030fd2cea54f50981508af5766.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 bb20d18843ff..88a314fe0d10 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_29
+ pkgver = 2019_08_19
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-29.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-07-29/ZAP_WEEKLY_D-2019-07-29.zip
- sha256sums = fcd77114df28f4caf2f995d62bb5393c342c82a2cf23f075e180eccd3139013a
+ source = ZAP_WEEKLY_D-2019-08-19.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-08-19/ZAP_WEEKLY_D-2019-08-19.zip
+ sha256sums = e0b856cf47fafae546bc0d24f2ca2e9ac7a7b9ef5699874987a693f02d824864
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index b728fb80a945..c690fe8a424d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2019_07_29
+pkgver=2019_08_19
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=('fcd77114df28f4caf2f995d62bb5393c342c82a2cf23f075e180eccd3139013a')
+sha256sums=('e0b856cf47fafae546bc0d24f2ca2e9ac7a7b9ef5699874987a693f02d824864')
prepare() {
cd ZAP_D-${pkgver//_/-}