From 83a0aaf92c8ebcd55437a1beba3e852fcfee33d1 Mon Sep 17 00:00:00 2001 From: purplerain Date: Tue, 21 May 2024 01:02:41 +0000 Subject: [PATCH] cleanup --- security/gitleaks/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/security/gitleaks/Makefile b/security/gitleaks/Makefile index b5ff2de5c..fee1cef3a 100644 --- a/security/gitleaks/Makefile +++ b/security/gitleaks/Makefile @@ -1,11 +1,9 @@ COMMENT= audit git repos for secrets -V= 8.18.2 MODGO_MODNAME= github.com/zricethezav/gitleaks/v8 -MODGO_VERSION= v${V} +MODGO_VERSION= v8.18.2 DISTNAME= gitleaks-${MODGO_VERSION} -PKGNAME= gitleaks-${V} CATEGORIES= security