mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
zaproxy: update to 2.6.0.
This commit is contained in:
parent
d6e3e47c29
commit
4da3a6dbe9
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- build/build.xml
|
|
||||||
+++ build/build.xml
|
|
||||||
@@ -129,7 +129,7 @@
|
|
||||||
|
|
||||||
</target>
|
|
||||||
|
|
||||||
- <target name="dist" depends="compile" description="Generates the distribution">
|
|
||||||
+ <target name="dist" depends="setup, compile" description="Generates the distribution">
|
|
||||||
<echo message="Creating the distribution set..." />
|
|
||||||
|
|
||||||
<!-- Create the distribution directory -->
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zaproxy'
|
# Template file for 'zaproxy'
|
||||||
pkgname=zaproxy
|
pkgname=zaproxy
|
||||||
version=2.5.0
|
version=2.6.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="openjdk apache-ant"
|
hostmakedepends="openjdk apache-ant"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Nicklaus McClendon <nicklaus@kulinacs.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.owasp.org/index.php/ZAP"
|
homepage="https://www.owasp.org/index.php/ZAP"
|
||||||
distfiles="https://github.com/zaproxy/zaproxy/archive/${version}.tar.gz"
|
distfiles="https://github.com/zaproxy/zaproxy/archive/${version}.tar.gz"
|
||||||
checksum=3fc4e6700e8fc462f01cf8af27c6d531ad682bb4e016ffc9897ce72cb9e28866
|
checksum=ed9addbb3a074b208ae1bc3f509aee2c34d118ee28744a8f8f5f4e821afef687
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# Set version for ant
|
# Set version for ant
|
||||||
|
|
Loading…
Add table
Reference in a new issue