summaryrefslogtreecommitdiff
path: root/security/cosign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/cosign/Makefile')
-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..25aa6f4e1082 100644
--- a/security/cosign/Makefile
+++ b/security/cosign/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cosign
DISTVERSIONPREFIX= v
-DISTVERSION= 2.5.0
+DISTVERSION= 2.5.2
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= af5a988bb15a03919ccaac7a2ddcad7a9d006f38
.include <bsd.port.pre.mk>