From cdea10b3d753d4fae9cb6ff882e849ec09c31c2a Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 29 Feb 2024 09:32:24 -0600 Subject: [PATCH] golang: Bump 1.4 version * Per the golang bootstrap docs, this is a newer 1.4 dist of go with fixes needed to build up to go-1.19 --- dev-lang/golang/golang-1.4.3.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/golang/golang-1.4.3.recipe b/dev-lang/golang/golang-1.4.3.recipe index 893149bb2..5503c7ad7 100644 --- a/dev-lang/golang/golang-1.4.3.recipe +++ b/dev-lang/golang/golang-1.4.3.recipe @@ -12,9 +12,9 @@ interpreted language." HOMEPAGE="https://golang.org/" COPYRIGHT="2009-2018 The Go Authors" LICENSE="BSD (3-clause)" -REVISION="6" -SOURCE_URI="https://dl.google.com/go/go$portVersion.src.tar.gz" -CHECKSUM_SHA256="9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959" +REVISION="7" +SOURCE_URI="https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz" +CHECKSUM_SHA256="f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" SOURCE_DIR="go" PATCHES="golang-$portVersion.patchset"