summaryrefslogtreecommitdiff
path: root/security/cosign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--security/cosign/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cosign/Makefile b/security/cosign/Makefile
index 5a8e00d37bc2..ae77371b9728 100644
--- a/security/cosign/Makefile
+++ b/security/cosign/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cosign
DISTVERSIONPREFIX= v
-DISTVERSION= 2.5.0
+DISTVERSION= 2.5.3
CATEGORIES= security
MAINTAINER= bofh@FreeBSD.org
@@ -10,7 +10,7 @@ WWW= https://www.sigstore.dev/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cpe go:1.23,modules
+USES= cpe go:modules
CPE_VENDOR= sigstore
GO_MODULE= github.com/sigstore/cosign/v2
@@ -23,7 +23,7 @@ GO_BUILDFLAGS= -ldflags="-buildid= \
PLIST_FILES= bin/${PORTNAME}
-GIT_HASH= 38bb98697005cdc5c092f031594c0e45d039f4a0
+GIT_HASH= 488ef8ceed5ab5d77379e9077a124a0d0df41d06
.include <bsd.port.pre.mk>