]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: update 1.18.3 -> 1.18.4
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 20 Jul 2022 08:44:10 +0000 (10:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Jul 2022 12:55:13 +0000 (13:55 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-1.18.4.inc [moved from meta/recipes-devtools/go/go-1.18.3.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.18.4.bb [moved from meta/recipes-devtools/go/go-binary-native_1.18.3.bb with 83% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.18.4.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.18.3.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.18.4.bb [moved from meta/recipes-devtools/go/go-cross_1.18.3.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.18.4.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.18.3.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.18.4.bb [moved from meta/recipes-devtools/go/go-native_1.18.3.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.18.4.bb [moved from meta/recipes-devtools/go/go-runtime_1.18.3.bb with 100% similarity]
meta/recipes-devtools/go/go_1.18.4.bb [moved from meta/recipes-devtools/go/go_1.18.3.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.18.3.inc
rename to meta/recipes-devtools/go/go-1.18.4.inc
index 693b045e8f0fa99308e7cf8604d2d51611f0a4a4..bfda15c54f6709edb8dbb8f4bac3c9fe4c3a0fa7 100644 (file)
@@ -15,4 +15,4 @@ SRC_URI += "\
     file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
     file://filter-build-paths.patch \
 "
-SRC_URI[main.sha256sum] = "0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d"
+SRC_URI[main.sha256sum] = "4525aa6b0e3cecb57845f4060a7075aafc9ab752bb7b6b4cf8a212d43078e1e4"
similarity index 83%
rename from meta/recipes-devtools/go/go-binary-native_1.18.3.bb
rename to meta/recipes-devtools/go/go-binary-native_1.18.4.bb
index f207a47e90acb0e7d0620880efbdd88e27dcb494..252c467a0012a109416f19072bbedb9f2f457b29 100644 (file)
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
 PROVIDES = "go-native"
 
 SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}"
-SRC_URI[go_linux_amd64.sha256sum] = "956f8507b302ab0bb747613695cdae10af99bbd39a90cae522b7c0302cc27245"
-SRC_URI[go_linux_arm64.sha256sum] = "beacbe1441bee4d7978b900136d1d6a71d150f0a9bb77e9d50c822065623a35a"
+SRC_URI[go_linux_amd64.sha256sum] = "c9b099b68d93f5c5c8a8844a89f8db07eaa58270e3a1e01804f17f4cf8df02f5"
+SRC_URI[go_linux_arm64.sha256sum] = "35014d92b50d97da41dade965df7ebeb9a715da600206aa59ce1b2d05527421f"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"