Date: Thu, 8 Sep 2022 16:13:19 GMT From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: b37ce2ab0a36 - 2022Q3 - lang/go118: Update to 1.18.6 Message-ID: <202209081613.288GDJGQ074419@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=b37ce2ab0a361a92e807d1e6157577bec6360ada commit b37ce2ab0a361a92e807d1e6157577bec6360ada Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2022-09-08 15:58:14 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-09-08 16:12:24 +0000 lang/go118: Update to 1.18.6 Changes: https://go.dev/doc/devel/release#go1.18.minor Security: 6fea7103-2ea4-11ed-b403-3dae8ac60d3e (cherry picked from commit 4d7b9fbb0dbedad2db1f74aa42291c133d3ff73b) --- lang/go118/Makefile | 4 ++-- lang/go118/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/go118/Makefile b/lang/go118/Makefile index 7705c7b8981c..7922477d4452 100644 --- a/lang/go118/Makefile +++ b/lang/go118/Makefile @@ -1,6 +1,6 @@ -DISTVERSION= 1.18.5 +DISTVERSION= 1.18.6 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel -PORTREVISION= 1 +PORTREVISION= 0 MASTER_SITES= https://golang.org/dl/ \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ LOCAL/dmgk:bootstrap diff --git a/lang/go118/distinfo b/lang/go118/distinfo index 4f38e43ade58..ea94da4e00c2 100644 --- a/lang/go118/distinfo +++ b/lang/go118/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1659544915 -SHA256 (go1.18.5.src.tar.gz) = 9920d3306a1ac536cdd2c796d6cb3c54bc559c226fc3cc39c32f1e0bd7f50d2a -SIZE (go1.18.5.src.tar.gz) = 22847094 +TIMESTAMP = 1662551266 +SHA256 (go1.18.6.src.tar.gz) = a7f1d50424355dabce66d1112b1cae439b6ee5e4f15edba6f104c0a4b173e895 +SIZE (go1.18.6.src.tar.gz) = 22865753 SHA256 (go-freebsd-arm64-go1.17.9.tar.xz) = d9e9180bdc5ad0eec1654679a50084ebb31ecbe9bef24f0bd8ba917db8d1830c SIZE (go-freebsd-arm64-go1.17.9.tar.xz) = 38572776 SHA256 (go-freebsd-amd64-go1.17.9.tar.xz) = fd439ad091ed57d0ad728c05fc60465aad2e46e98da96e2d5b60b0c470f2efec
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209081613.288GDJGQ074419>