From 854cac6590aa759ac55db7f79e5866185f97cacd Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 9 Mar 2026 06:35:28 +0000 Subject: [PATCH] Update coreutils manifest --- manifests/coreutils.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/manifests/coreutils.json b/manifests/coreutils.json index b533f395..a3276dcd 100644 --- a/manifests/coreutils.json +++ b/manifests/coreutils.json @@ -5,6 +5,44 @@ "latest": { "version": "0.6.0" }, + "0.7.0": { + "x86_64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-x86_64-unknown-linux-musl.tar.gz", + "etag": "0x8DE7DA038F22345", + "checksum": "9f8f6039f162ace2d398b23fe989d74baeb108e8060aa58c0984b363175424ee", + "bin": "coreutils-0.7.0-x86_64-unknown-linux-musl/coreutils" + }, + "x86_64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-x86_64-apple-darwin.tar.gz", + "etag": "0x8DE7DA03083D203", + "checksum": "fd66dfbd5672eebdf5381a22d82c1b0bef6f5c3f6ebe9f90b59d4317f4435225", + "bin": "coreutils-0.7.0-x86_64-apple-darwin/coreutils" + }, + "x86_64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-x86_64-pc-windows-msvc.zip", + "etag": "0x8DE7DA035EBA741", + "checksum": "df878e29fc738bc4273e85c9d2c35ab898e31568021e6baf1c330c7961943c8f", + "bin": "coreutils-0.7.0-x86_64-pc-windows-msvc/coreutils.exe" + }, + "aarch64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-aarch64-unknown-linux-musl.tar.gz", + "etag": "0x8DE7DA02619A308", + "checksum": "5a7cd25ffa0f3450848762c70862f6fcdc2e274bc6703f1bdcaa8ff888130595", + "bin": "coreutils-0.7.0-aarch64-unknown-linux-musl/coreutils" + }, + "aarch64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-aarch64-apple-darwin.tar.gz", + "etag": "0x8DE7DA0221FC701", + "checksum": "96cb272063a13551744ceba2efdbb3c92264abd8cec0aa90a637fad5cd2be208", + "bin": "coreutils-0.7.0-aarch64-apple-darwin/coreutils" + }, + "aarch64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-aarch64-pc-windows-msvc.zip", + "etag": "0x8DE7DA02369BEFA", + "checksum": "372323492402f3249876599f1ff99aad9bd2aecaa217b1cb146608ef58d3ed4b", + "bin": "coreutils-0.7.0-aarch64-pc-windows-msvc/coreutils.exe" + } + }, "0.6": { "version": "0.6.0" },