diff options
Diffstat (limited to 'security/timestamp-authority/Makefile')
-rw-r--r-- | security/timestamp-authority/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/timestamp-authority/Makefile b/security/timestamp-authority/Makefile index 0a5ba4654d27..4d278042cdd3 100644 --- a/security/timestamp-authority/Makefile +++ b/security/timestamp-authority/Makefile @@ -1,7 +1,7 @@ PORTNAME= timestamp-authority DISTVERSIONPREFIX= v -DISTVERSION= 1.2.7 -PORTREVISION= 1 +DISTVERSION= 1.2.8 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org @@ -11,7 +11,7 @@ WWW= https://sigstore.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/sigstore/timestamp-authority |