Date: Mon, 25 Nov 2024 10:23:26 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 91182c4fd4f1 - main - devel/go-tools: update to 0.27.0 Message-ID: <202411251023.4APANQZe012660@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=91182c4fd4f1a1a5cf33e4d9bca72f6141b5d674 commit 91182c4fd4f1a1a5cf33e4d9bca72f6141b5d674 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-11-20 13:10:51 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-11-25 10:22:06 +0000 devel/go-tools: update to 0.27.0 Selected upstream changes: - cmd/bundle: enable materialized aliases - copyright: limit copyright checking to .go files - go.mod: update golang.org/x dependencies Changelog: https://github.com/golang/tools/compare/v0.26.0...v0.27.0 --- devel/go-tools/Makefile | 3 +-- devel/go-tools/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index f057797d88bd..fe7b2b7a0b6a 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -1,7 +1,6 @@ PORTNAME= tools DISTVERSIONPREFIX= v -DISTVERSION= 0.26.0 -PORTREVISION= 1 +DISTVERSION= 0.27.0 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= go- diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo index c7a3b588982f..6cbbe6e59c96 100644 --- a/devel/go-tools/distinfo +++ b/devel/go-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1728119654 -SHA256 (go/devel_go-tools/tools-v0.26.0/v0.26.0.mod) = 2ffc024c6bf14d146acbe147fb98104df3bc660cfb16a75de1c84fe50c8a34d0 -SIZE (go/devel_go-tools/tools-v0.26.0/v0.26.0.mod) = 341 -SHA256 (go/devel_go-tools/tools-v0.26.0/v0.26.0.zip) = 2e7f4eff4d5d5834c92f8aa59e44a889af5795c3fa8d1e146fc8224c778aefb5 -SIZE (go/devel_go-tools/tools-v0.26.0/v0.26.0.zip) = 3201407 +TIMESTAMP = 1732108202 +SHA256 (go/devel_go-tools/tools-v0.27.0/v0.27.0.mod) = ac8b70b92895457df1fcdfe4961a8cb6f3278fe857ec4f56562c708f1990a261 +SIZE (go/devel_go-tools/tools-v0.27.0/v0.27.0.mod) = 341 +SHA256 (go/devel_go-tools/tools-v0.27.0/v0.27.0.zip) = c568990def8355c800b9df8bfdbcff20d86ba07399e607b215990574c96749eb +SIZE (go/devel_go-tools/tools-v0.27.0/v0.27.0.zip) = 3267756
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411251023.4APANQZe012660>