File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff 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`.
4747COREUTILS_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" ,
You can’t perform that action at this time.
0 commit comments