diff options
Diffstat (limited to 'net/ooni-probe-cli/Makefile')
-rw-r--r-- | net/ooni-probe-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index 28cc6bcdcd06..828cd8b3bfe9 100644 --- a/net/ooni-probe-cli/Makefile +++ b/net/ooni-probe-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= ooni-probe-cli DISTVERSIONPREFIX= v -DISTVERSION= 3.26.0 +DISTVERSION= 3.27.0 CATEGORIES= net www benchmarks MAINTAINER= rene@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= go:1.23,modules +USES= go:1.24,modules GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' GO_MODULE= github.com/ooni/probe-cli/v3 |