Date: Tue, 10 Dec 2024 11:52:28 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2a7e259db5a9 - main - net/ooni-probe-cli: update to 3.24.0, use Go 1.22 Message-ID: <202412101152.4BABqSSo016444@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a7e259db5a9d50cc647ea5bf6dfcd5557d3157f commit 2a7e259db5a9d50cc647ea5bf6dfcd5557d3157f Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-12-10 11:49:04 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-12-10 11:49:04 +0000 net/ooni-probe-cli: update to 3.24.0, use Go 1.22 PR: 282991 Approved by: maintainer timeout (egypcio, 14 days) --- net/ooni-probe-cli/Makefile | 4 ++-- net/ooni-probe-cli/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index f31272ca468d..b2a5c74a45da 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.23.0 +DISTVERSION= 3.24.0 CATEGORIES= net www benchmarks MAINTAINER= egypcio@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= go:modules +USES= go:1.22,modules GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' GO_MODULE= github.com/ooni/probe-cli/v3 diff --git a/net/ooni-probe-cli/distinfo b/net/ooni-probe-cli/distinfo index 55344a2a936a..df135ec89f9d 100644 --- a/net/ooni-probe-cli/distinfo +++ b/net/ooni-probe-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1723146998 -SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.23.0/v3.23.0.mod) = c12ebc4d7ea458834143e21005e8b4cfc7f06055783f5760f3d52b9a0272c622 -SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.23.0/v3.23.0.mod) = 7435 -SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.23.0/v3.23.0.zip) = fb5a7d9023442746fa9f6cc3576f2d792d22c09502a930a9b8cfd15b1e80805f -SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.23.0/v3.23.0.zip) = 3350089 +TIMESTAMP = 1732658881 +SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.24.0/v3.24.0.mod) = 7346e2090d4034446d25a4376690c7d730c640f4b10199b697b91142f948058e +SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.24.0/v3.24.0.mod) = 10444 +SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.24.0/v3.24.0.zip) = 63903b3e30820a5ec1861fd1c02dd8e61e2accef320f5ac72f37cbbb4f7a6069 +SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.24.0/v3.24.0.zip) = 3360542
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412101152.4BABqSSo016444>