diff options
Diffstat (limited to 'security/lego/Makefile')
-rw-r--r-- | security/lego/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/lego/Makefile b/security/lego/Makefile index e2b6deead144..50563d9bb779 100644 --- a/security/lego/Makefile +++ b/security/lego/Makefile @@ -1,6 +1,7 @@ PORTNAME= lego DISTVERSIONPREFIX= v -DISTVERSION= 4.24.0 +DISTVERSION= 4.25.1 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= matt@matthoran.com @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/go-acme/lego/v4 GO_TARGET= ./cmd/lego GO_BUILDFLAGS= -ldflags '-X "main.version=${DISTVERSION}"' |