]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: update 1.19.2 -> 1.19.3
authorSakib Sajal <sakib.sajal@windriver.com>
Tue, 1 Nov 2022 18:52:45 +0000 (14:52 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Nov 2022 07:42:06 +0000 (07:42 +0000)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/go/go-1.19.3.inc [moved from meta/recipes-devtools/go/go-1.19.2.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.19.3.bb [moved from meta/recipes-devtools/go/go-binary-native_1.19.2.bb with 78% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.19.3.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.19.3.bb [moved from meta/recipes-devtools/go/go-cross_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.19.3.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.19.3.bb [moved from meta/recipes-devtools/go/go-native_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.19.3.bb [moved from meta/recipes-devtools/go/go-runtime_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go_1.19.3.bb [moved from meta/recipes-devtools/go/go_1.19.2.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.19.2.inc
rename to meta/recipes-devtools/go/go-1.19.3.inc
index 206ee3ca45b68eaf64899ad63b52a39f6d5ad4de..1245faba938b44de062edc7a860e1f52ce6d3736 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] = "2ce930d70a931de660fdaf271d70192793b1b240272645bf0275779f6704df6b"
+SRC_URI[main.sha256sum] = "18ac263e39210bcf68d85f4370e97fb1734166995a1f63fb38b4f6e07d90d212"
similarity index 78%
rename from meta/recipes-devtools/go/go-binary-native_1.19.2.bb
rename to meta/recipes-devtools/go/go-binary-native_1.19.3.bb
index 65d7c9de49afabb78f8d25d426eea3356b16b043..1eed2cde4150467cfd7235ef5fdf95b74eedc19a 100644 (file)
@@ -9,9 +9,9 @@ PROVIDES = "go-native"
 
 # Checksums available at https://go.dev/dl/
 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] = "5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6"
-SRC_URI[go_linux_arm64.sha256sum] = "b62a8d9654436c67c14a0c91e931d50440541f09eb991a987536cb982903126d"
-SRC_URI[go_linux_ppc64le.sha256sum] = "37e1d4342f7103aeb9babeabe8c71ef3dba23db28db525071119e94b2aa21d7d"
+SRC_URI[go_linux_amd64.sha256sum] = "74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba"
+SRC_URI[go_linux_arm64.sha256sum] = "99de2fe112a52ab748fb175edea64b313a0c8d51d6157dba683a6be163fd5eab"
+SRC_URI[go_linux_ppc64le.sha256sum] = "741dad06e7b17fe2c9cd9586b4048cec087ca1f7a317389b14e89b26c25d3542"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"