summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2020-01-07 19:05:56 +0100
committerjohnnybash2020-01-07 19:05:56 +0100
commitb4014f1290039b243ec1bf91cf18e0f6148712b0 (patch)
treed71daf78df079a925ffb2ada24cf3fac90cb110e
parent7a8b9d40410f4b4920e0c139e6defe8779882fcb (diff)
downloadaur-b4014f1290039b243ec1bf91cf18e0f6148712b0.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 093614caf716..bdca2ea0afac 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_12_02
+ pkgver = 2020_01_07
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-12-02.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-12-02/ZAP_WEEKLY_D-2019-12-02.zip
- sha256sums = c44a706906f5a47036506502da66cf70cc681b8a4c12a8dd6480265d940eadf5
+ source = ZAP_WEEKLY_D-2020-01-07.zip::https://github.com/zaproxy/zaproxy/releases/download/w2020-01-07/ZAP_WEEKLY_D-2020-01-07.zip
+ sha256sums = b5beccb4a3540761641a970b54ce3e2297f0e7cb54ddea40772b8ee6587854e8
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index 196503656f8e..65167f0f9af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2019_12_02
+pkgver=2020_01_07
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=('c44a706906f5a47036506502da66cf70cc681b8a4c12a8dd6480265d940eadf5')
+sha256sums=('b5beccb4a3540761641a970b54ce3e2297f0e7cb54ddea40772b8ee6587854e8')
prepare() {
cd ZAP_D-${pkgver//_/-}