summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2019-09-16 19:28:22 +0200
committerjohnnybash2019-09-16 19:28:22 +0200
commit5c5bd94ca9c783850d07b6f2c28b1d65b52995db (patch)
treeb8299654f81b4142d3dbb31ea7229d26a7bb6ced
parent381ab4303c8f19030fd2cea54f50981508af5766 (diff)
downloadaur-5c5bd94ca9c783850d07b6f2c28b1d65b52995db.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88a314fe0d10..1a48c29e1895 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_08_19
+ pkgver = 2019_09_16
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-08-19.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-08-19/ZAP_WEEKLY_D-2019-08-19.zip
- sha256sums = e0b856cf47fafae546bc0d24f2ca2e9ac7a7b9ef5699874987a693f02d824864
+ source = ZAP_WEEKLY_D-2019-09-16.zip::https://github.com/zaproxy/zaproxy/releases/download/w2019-09-16/ZAP_WEEKLY_D-2019-09-16.zip
+ sha256sums = fd823095ed8970dcf8e908ec7939da6b16ec8d354db2f4bbca8f7142b6891adc
pkgname = zaproxy-weekly
diff --git a/PKGBUILD b/PKGBUILD
index c690fe8a424d..2aa32496fcdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: johnnybash <georgpfahler at wachenzell dot org>
+# Maintainer: johnnybash <jb at wachenzell dot org>
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Joris Steyn <jorissteyn@gmail.com>
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy-weekly
-pkgver=2019_08_19
+pkgver=2019_09_16
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=('e0b856cf47fafae546bc0d24f2ca2e9ac7a7b9ef5699874987a693f02d824864')
+sha256sums=('fd823095ed8970dcf8e908ec7939da6b16ec8d354db2f4bbca8f7142b6891adc')
prepare() {
cd ZAP_D-${pkgver//_/-}