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
This commit is contained in:
Alexander von Gluck IV
2024-02-29 09:32:24 -06:00
parent fa79e3686d
commit cdea10b3d7

View File

@@ -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"