[arch-commits] Commit in zaproxy/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sat Jan 18 13:29:21 UTC 2020
Date: Saturday, January 18, 2020 @ 13:29:19
Author: anthraxx
Revision: 552981
upgpkg: zaproxy 2.9.0-1
Modified:
zaproxy/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-18 13:26:49 UTC (rev 552980)
+++ PKGBUILD 2020-01-18 13:29:19 UTC (rev 552981)
@@ -3,7 +3,7 @@
# Contributor: fnord0 <fnord0 AT riseup DOT net>
pkgname=zaproxy
-pkgver=2.8.1
+pkgver=2.9.0
pkgrel=1
pkgdesc='Integrated penetration testing tool for finding vulnerabilities in web applications'
url='https://www.owasp.org/index.php/ZAP'
@@ -10,8 +10,9 @@
arch=('any')
license=('Apache')
depends=('bash' 'java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/v${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('1cff2c6a99d404cb82ffd8b5a3a9bb223e2d9bfbc1ae009566ba6d11f5b3e2376d217b6ae2e0babc6515ab16852a5880081961ddec88b104c6afc3b2ff61cf53')
+source=(https://github.com/zaproxy/zaproxy/releases/download/v${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('0e348250564e307d5d88be0d22801f07ea3f0a831cd12a15b87e4fcce006b3392ec42285b197585fe2b163e76a15c77add749e2c38cf608c519bae055f2304f7')
+b2sums=('400cff9e8a940e48613b12c6b40edf0ede3e0f3c4a984919aad4256cf3131d7c168be49049320ca7d57e5420c3d0615ebee032d9018877b4a65d497631bb157f')
prepare() {
cd ZAP_${pkgver}
More information about the arch-commits
mailing list