summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2019-06-17 20:04:19 +0200
committerjohnnybash2019-06-17 20:04:19 +0200
commite11e0f8cec62ab0e3b7dac4340f0266a2be1359f (patch)
tree3fb5b489e24c360bf20e1bde5fba6d3ffafdd343
parent31ba42fa5982801202a77c9fbf09cf57a1228ee4 (diff)
downloadaur-e11e0f8cec62ab0e3b7dac4340f0266a2be1359f.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 42357b3ef36c..b4732baa303f 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_23
+ pkgver = 2019_06_17
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-23.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-05-23/ZAP_WEEKLY_D-2019-05-23.zip
- sha256sums = 91289cc769726be6541025aeaa85bb6b2b20ccf0d9c9dee76e13aa3666903a70
+ source = ZAP_WEEKLY_D-2019-06-17.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-06-17/ZAP_WEEKLY_D-2019-06-17.zip
+ sha256sums = ac7a2a5d38536129f4ccc9ffd4baa8c79e35aae027a3e92faaa6171175413467
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 7f94996e7ef1..1e157a05aa50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2019_05_23
+pkgver=2019_06_17
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=('91289cc769726be6541025aeaa85bb6b2b20ccf0d9c9dee76e13aa3666903a70')
+sha256sums=('ac7a2a5d38536129f4ccc9ffd4baa8c79e35aae027a3e92faaa6171175413467')
prepare() {
cd ZAP_D-${pkgver//_/-}