Skip to content

Commit 49bf18c

Browse files
authored
refactor: update coreutils to 0.5.0 (#1221)
1 parent 8cf676e commit 49bf18c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

lib/private/coreutils_toolchain.bzl

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,32 @@ COREUTILS_PLATFORMS = {
4545
# The integrity hashes can be automatically fetched for the coreutils releases by running
4646
# `tools/coreutils_mirror_release.sh`.
4747
COREUTILS_VERSIONS = {
48+
"0.5.0": {
49+
"darwin_arm64": {
50+
"filename": "coreutils-0.5.0-aarch64-apple-darwin.tar.gz",
51+
"sha256": "sha256-y1TO670Jk2su5RZ9X/kxjDqeKOLxVP3dPsf+u3/EBiQ=",
52+
},
53+
"windows_arm64": {
54+
"filename": "coreutils-0.5.0-aarch64-pc-windows-msvc.zip",
55+
"sha256": "sha256-llOOBvAJKyPLDzaEJvwrETL0lM5xlczFPg/IBxQ29zw=",
56+
},
57+
"linux_arm64": {
58+
"filename": "coreutils-0.5.0-aarch64-unknown-linux-musl.tar.gz",
59+
"sha256": "sha256-of+k+vHhtiZ+21ilAV+8Cd1veH2AxNWdeBh2N07bD44=",
60+
},
61+
"darwin_amd64": {
62+
"filename": "coreutils-0.5.0-x86_64-apple-darwin.tar.gz",
63+
"sha256": "sha256-nGtoyx4BYZ7V/y+WkeWNnkA15hIOIQMMRgj5ojSjCJ0=",
64+
},
65+
"windows_amd64": {
66+
"filename": "coreutils-0.5.0-x86_64-pc-windows-msvc.zip",
67+
"sha256": "sha256-ugoxmirPCrLBeG+3WiRgkNkF9JdiY46QO0+P8xlbcr4=",
68+
},
69+
"linux_amd64": {
70+
"filename": "coreutils-0.5.0-x86_64-unknown-linux-musl.tar.gz",
71+
"sha256": "sha256-3Dztb6jqY/IGQLTLYQAXxK+o/a9jGMmYFhu69ee/yDA=",
72+
},
73+
},
4874
"0.1.0": {
4975
"darwin_arm64": {
5076
"filename": "coreutils-0.1.0-aarch64-apple-darwin.tar.gz",

0 commit comments

Comments
 (0)