diff options
Diffstat (limited to 'security/cosign/Makefile')
-rw-r--r-- | security/cosign/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cosign/Makefile b/security/cosign/Makefile index 5a8e00d37bc2..9766fa711a8b 100644 --- a/security/cosign/Makefile +++ b/security/cosign/Makefile @@ -1,6 +1,6 @@ PORTNAME= cosign DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 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= 37fbfc7018fb4d60a9a2c9175bd64c75dda5869a .include <bsd.port.pre.mk> |