From 751ae7926e29d60f0c18383576d311ba8e80f305 Mon Sep 17 00:00:00 2001 From: purplerain Date: Wed, 20 Sep 2023 04:14:12 +0000 Subject: [PATCH] use SITES --- security/zaproxy/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/security/zaproxy/Makefile b/security/zaproxy/Makefile index 735d022e7..7d4d93a4b 100644 --- a/security/zaproxy/Makefile +++ b/security/zaproxy/Makefile @@ -1,19 +1,17 @@ COMMENT= Zed attack proxy +CATEGORIES= security +MAINTAINER= Purple Rain VERSION= 2.13.0 DISTNAME= ZAP_${VERSION}_Linux PKGNAME= zaproxy-${VERSION} -CATEGORIES= security - HOMEPAGE= https://www.zaproxy.org -MAINTAINER= Purple Rain - # Apache-2.0 PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/zaproxy/zaproxy/releases/download/v${VERSION}/ +SITES= https://github.com/zaproxy/zaproxy/releases/download/v${VERSION}/ MODULES= java MODJAVA_VER= 11+