From 0c9bdfaf6a080f9a39e495656a544987d9a033f2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 4 Feb 2026 21:46:29 +0900 Subject: [PATCH] Update manifest schema --- cargo-insta.json | 24 ++++- cargo-nextest.json | 27 +++++- coreutils.json | 214 ++++++++++++++++++++++++++++++++------------- knope.json | 30 ++++++- mise.json | 111 ++++++++++++++++++++++- release-plz.json | 26 +++++- syft.json | 36 +++++++- typos.json | 51 ++++++++++- uv.json | 42 ++++++++- wasmtime.json | 40 ++++++++- 10 files changed, 517 insertions(+), 84 deletions(-) diff --git a/cargo-insta.json b/cargo-insta.json index e1bbc141..1e84776e 100644 --- a/cargo-insta.json +++ b/cargo-insta.json @@ -20,13 +20,31 @@ }, "license_markdown": "[Apache-2.0](https://github.com/mitsuhiko/insta/blob/master/LICENSE)", "latest": { - "version": "1.46.2" + "version": "1.46.3" }, "1": { - "version": "1.46.2" + "version": "1.46.3" }, "1.46": { - "version": "1.46.2" + "version": "1.46.3" + }, + "1.46.3": { + "x86_64_linux_musl": { + "etag": "0x8DE62654FA63C64", + "checksum": "c738c47f8d7e834a0277dddb9410a1f7369d37818738fc6a380f22904a83f6e4" + }, + "x86_64_macos": { + "etag": "0x8DE62654F17E2DD", + "checksum": "d55ff42a08ad0fc6deed64bb9ab700c069da9c6da40947d9b658cc33fda3dcda" + }, + "x86_64_windows": { + "etag": "0x8DE62654F5E6091", + "checksum": "fa0cd6810e393392cf347decacd8a710de9ac95b6747a753f037c46b649209aa" + }, + "aarch64_macos": { + "etag": "0x8DE62654F1133A0", + "checksum": "1e620252db7964d876da6b4956872ad84d099ee281753ac7c850ae24413947df" + } }, "1.46.2": { "x86_64_linux_musl": { diff --git a/cargo-nextest.json b/cargo-nextest.json index 44112085..7f8ba034 100644 --- a/cargo-nextest.json +++ b/cargo-nextest.json @@ -19,10 +19,33 @@ }, "license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)", "latest": { - "version": "0.9.124" + "version": "0.9.125" }, "0.9": { - "version": "0.9.124" + "version": "0.9.125" + }, + "0.9.125": { + "previous_stable_version": "0.9.124", + "x86_64_linux_gnu": { + "etag": "0x8DE6388B068618B", + "checksum": "8e30496b8e68497aa45aaef7992e39f62919e2bd87d3f4530f7bd5d3acae9ea5" + }, + "x86_64_linux_musl": { + "etag": "0x8DE6387DBF365A0", + "checksum": "5c4c955f99f4497a37eb15b746e6acce55082297eee7b58b93e665e61a0b0258" + }, + "x86_64_macos": { + "etag": "0x8DE638862962D78", + "checksum": "0211423bd3a890c096f109b18046f5469c3a3900914e7a758cb8394f31268e8a" + }, + "x86_64_windows": { + "etag": "0x8DE6388A84E5B01", + "checksum": "219c8dd570f0f8ed51b456d3946c60f2d1a0c2e5e18097a5f87e19f32c9adbb4" + }, + "aarch64_linux_gnu": { + "etag": "0x8DE63887D605FD0", + "checksum": "ea3174c1d8941f85d9f4c6d5619178482811b0a3b78010d3ea369ba20705fc2b" + } }, "0.9.124": { "previous_stable_version": "0.9.123", diff --git a/coreutils.json b/coreutils.json index a6f624c7..b533f395 100644 --- a/coreutils.json +++ b/coreutils.json @@ -1,62 +1,90 @@ { "rust_crate": "coreutils", - "template": { - "x86_64_linux_musl": { - "url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-x86_64-unknown-linux-musl.tar.gz", - "bin": "coreutils-${version}-x86_64-unknown-linux-musl/coreutils" - }, - "x86_64_macos": { - "url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-x86_64-apple-darwin.tar.gz", - "bin": "coreutils-${version}-x86_64-apple-darwin/coreutils" - }, - "x86_64_windows": { - "url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-x86_64-pc-windows-msvc.zip", - "bin": "coreutils-${version}-x86_64-pc-windows-msvc/coreutils.exe" - }, - "aarch64_linux_musl": { - "url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-aarch64-unknown-linux-musl.tar.gz", - "bin": "coreutils-${version}-aarch64-unknown-linux-musl/coreutils" - }, - "aarch64_macos": { - "url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-aarch64-apple-darwin.tar.gz", - "bin": "coreutils-${version}-aarch64-apple-darwin/coreutils" - }, - "aarch64_windows": { - "url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-aarch64-pc-windows-msvc.zip", - "bin": "coreutils-${version}-aarch64-pc-windows-msvc/coreutils.exe" - } - }, + "template": null, "license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)", "latest": { - "version": "0.5.0" + "version": "0.6.0" + }, + "0.6": { + "version": "0.6.0" + }, + "0.6.0": { + "x86_64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.6.0/coreutils-0.6.0-x86_64-unknown-linux-musl.tar.gz", + "etag": "0x8DE624896875B8E", + "checksum": "6ddc463115e501a3edd368af601be9b32613f1af3b910e63679b7b273882b304", + "bin": "coreutils-x86_64-unknown-linux-musl/coreutils" + }, + "x86_64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.6.0/coreutils-0.6.0-x86_64-apple-darwin.tar.gz", + "etag": "0x8DE62497CF84E50", + "checksum": "ffb6b57a6640f32895eaec7a5e31f2191860b036dce27769ddcd3fd2786f2865", + "bin": "coreutils-x86_64-apple-darwin/coreutils" + }, + "x86_64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.6.0/coreutils-0.6.0-x86_64-pc-windows-msvc.zip", + "etag": "0x8DE624914778DB8", + "checksum": "f223058a51e8a2a4b92d9f1a1b2954f7a02b6d0f42e4a7e0413fcdb93be2e287", + "bin": "coreutils-x86_64-pc-windows-msvc/coreutils.exe" + }, + "aarch64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.6.0/coreutils-0.6.0-aarch64-unknown-linux-musl.tar.gz", + "etag": "0x8DE6247D6AF7544", + "checksum": "47a14a2ed2f64b2341731e0e15f916806b3f50cce0b6ffa2cae9ed531c0c9d33", + "bin": "coreutils-aarch64-unknown-linux-musl/coreutils" + }, + "aarch64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.6.0/coreutils-0.6.0-aarch64-apple-darwin.tar.gz", + "etag": "0x8DE6249C49393A1", + "checksum": "70319bbe063c015c8be25fd384478013f6f211fc7507282b6ed12f85eedb99dc", + "bin": "coreutils-aarch64-apple-darwin/coreutils" + }, + "aarch64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.6.0/coreutils-0.6.0-aarch64-pc-windows-msvc.zip", + "etag": "0x8DE62481C536BB1", + "checksum": "7183bd5aff648b76517182e50d94819efdaede637650f5b9ad9117c171c4eebf", + "bin": "coreutils-aarch64-pc-windows-msvc/coreutils.exe" + } }, "0.5": { "version": "0.5.0" }, "0.5.0": { "x86_64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.5.0/coreutils-0.5.0-x86_64-unknown-linux-musl.tar.gz", "etag": "0x8DE3A58E83993BE", - "checksum": "dc3ced6fa8ea63f20640b4cb610017c4afa8fdaf6318c998161bbaf5e7bfc830" + "checksum": "dc3ced6fa8ea63f20640b4cb610017c4afa8fdaf6318c998161bbaf5e7bfc830", + "bin": "coreutils-0.5.0-x86_64-unknown-linux-musl/coreutils" }, "x86_64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.5.0/coreutils-0.5.0-x86_64-apple-darwin.tar.gz", "etag": "0x8DE3A5B4C77B5CD", - "checksum": "9c6b68cb1e01619ed5ff2f9691e58d9e4035e6120e21030c4608f9a234a3089d" + "checksum": "9c6b68cb1e01619ed5ff2f9691e58d9e4035e6120e21030c4608f9a234a3089d", + "bin": "coreutils-0.5.0-x86_64-apple-darwin/coreutils" }, "x86_64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.5.0/coreutils-0.5.0-x86_64-pc-windows-msvc.zip", "etag": "0x8DE3A5967011891", - "checksum": "ba0a319a2acf0ab2c1786fb75a246090d905f49762638e903b4f8ff3195b72be" + "checksum": "ba0a319a2acf0ab2c1786fb75a246090d905f49762638e903b4f8ff3195b72be", + "bin": "coreutils-0.5.0-x86_64-pc-windows-msvc/coreutils.exe" }, "aarch64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.5.0/coreutils-0.5.0-aarch64-unknown-linux-musl.tar.gz", "etag": "0x8DE3A5814A6F76A", - "checksum": "a1ffa4faf1e1b6267edb58a5015fbc09dd6f787d80c4d59d781876374edb0f8e" + "checksum": "a1ffa4faf1e1b6267edb58a5015fbc09dd6f787d80c4d59d781876374edb0f8e", + "bin": "coreutils-0.5.0-aarch64-unknown-linux-musl/coreutils" }, "aarch64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.5.0/coreutils-0.5.0-aarch64-apple-darwin.tar.gz", "etag": "0x8DE3A5ACB7FBD12", - "checksum": "cb54ceebbd09936b2ee5167d5ff9318c3a9e28e2f154fddd3ec7febb7fc40624" + "checksum": "cb54ceebbd09936b2ee5167d5ff9318c3a9e28e2f154fddd3ec7febb7fc40624", + "bin": "coreutils-0.5.0-aarch64-apple-darwin/coreutils" }, "aarch64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.5.0/coreutils-0.5.0-aarch64-pc-windows-msvc.zip", "etag": "0x8DE3A586ED221E8", - "checksum": "96538e06f0092b23cb0f368426fc2b1132f494ce7195ccc53e0fc8071436f73c" + "checksum": "96538e06f0092b23cb0f368426fc2b1132f494ce7195ccc53e0fc8071436f73c", + "bin": "coreutils-0.5.0-aarch64-pc-windows-msvc/coreutils.exe" } }, "0.4": { @@ -64,28 +92,40 @@ }, "0.4.0": { "x86_64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.4.0/coreutils-0.4.0-x86_64-unknown-linux-musl.tar.gz", "etag": "0x8DE1FE2BC2BBF8B", - "checksum": "7658be348de0741308f59ddc0ceec0c84a879b5fad575226c4628a5ecd39c06d" + "checksum": "7658be348de0741308f59ddc0ceec0c84a879b5fad575226c4628a5ecd39c06d", + "bin": "coreutils-0.4.0-x86_64-unknown-linux-musl/coreutils" }, "x86_64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.4.0/coreutils-0.4.0-x86_64-apple-darwin.tar.gz", "etag": "0x8DE1FE48EEDC63C", - "checksum": "6e4be8429efe86c9a60247ae7a930221ed11770a975fb4b6fd09ff8d39b9a15c" + "checksum": "6e4be8429efe86c9a60247ae7a930221ed11770a975fb4b6fd09ff8d39b9a15c", + "bin": "coreutils-0.4.0-x86_64-apple-darwin/coreutils" }, "x86_64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.4.0/coreutils-0.4.0-x86_64-pc-windows-msvc.zip", "etag": "0x8DE1FE334CD6CFA", - "checksum": "3d22d9371118f3f6b2dbbc98d21cbfee5d3a752732af5b1efb456c6410095cda" + "checksum": "3d22d9371118f3f6b2dbbc98d21cbfee5d3a752732af5b1efb456c6410095cda", + "bin": "coreutils-0.4.0-x86_64-pc-windows-msvc/coreutils.exe" }, "aarch64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.4.0/coreutils-0.4.0-aarch64-unknown-linux-musl.tar.gz", "etag": "0x8DE1FE2D205235A", - "checksum": "426eb4b18dd2ba9af6397211f7710f6474a8ec700d0f3249f147c544318d85a3" + "checksum": "426eb4b18dd2ba9af6397211f7710f6474a8ec700d0f3249f147c544318d85a3", + "bin": "coreutils-0.4.0-aarch64-unknown-linux-musl/coreutils" }, "aarch64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.4.0/coreutils-0.4.0-aarch64-apple-darwin.tar.gz", "etag": "0x8DE1FE49AA328F5", - "checksum": "a148b660eeaf409af7a4406903f93d0e6713a5eb9adcaf71a1d732f1e3cc3522" + "checksum": "a148b660eeaf409af7a4406903f93d0e6713a5eb9adcaf71a1d732f1e3cc3522", + "bin": "coreutils-0.4.0-aarch64-apple-darwin/coreutils" }, "aarch64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.4.0/coreutils-0.4.0-aarch64-pc-windows-msvc.zip", "etag": "0x8DE1FE2D8191A32", - "checksum": "82b22fe1ca187d9aa136937aa52f2a485e40a98816f6fbecc6655199bf783198" + "checksum": "82b22fe1ca187d9aa136937aa52f2a485e40a98816f6fbecc6655199bf783198", + "bin": "coreutils-0.4.0-aarch64-pc-windows-msvc/coreutils.exe" } }, "0.3": { @@ -93,28 +133,40 @@ }, "0.3.0": { "x86_64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.3.0/coreutils-0.3.0-x86_64-unknown-linux-musl.tar.gz", "etag": "0x8DE134D1A56FA78", - "checksum": "4f31610e2681e278e7bce14f4dc0fc5f0265a10b102f7153c8cff40af640cf31" + "checksum": "4f31610e2681e278e7bce14f4dc0fc5f0265a10b102f7153c8cff40af640cf31", + "bin": "coreutils-0.3.0-x86_64-unknown-linux-musl/coreutils" }, "x86_64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.3.0/coreutils-0.3.0-x86_64-apple-darwin.tar.gz", "etag": "0x8DE134D802411C9", - "checksum": "f5990c7c50b0ec0d131e135df8974ab6f552ac07bab45173d734c871af725edb" + "checksum": "f5990c7c50b0ec0d131e135df8974ab6f552ac07bab45173d734c871af725edb", + "bin": "coreutils-0.3.0-x86_64-apple-darwin/coreutils" }, "x86_64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.3.0/coreutils-0.3.0-x86_64-pc-windows-msvc.zip", "etag": "0x8DE134CE2994BDF", - "checksum": "bcb447c03bc8e15ae78a749586eddf238f4c6d9576c1b4de6b6077fa3bce2a4f" + "checksum": "bcb447c03bc8e15ae78a749586eddf238f4c6d9576c1b4de6b6077fa3bce2a4f", + "bin": "coreutils-0.3.0-x86_64-pc-windows-msvc/coreutils.exe" }, "aarch64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.3.0/coreutils-0.3.0-aarch64-unknown-linux-musl.tar.gz", "etag": "0x8DE134C8A0A73A1", - "checksum": "44750ba4e31bb02dd8272f22a778e80dd2658504e5774b24c68edae160d6ac81" + "checksum": "44750ba4e31bb02dd8272f22a778e80dd2658504e5774b24c68edae160d6ac81", + "bin": "coreutils-0.3.0-aarch64-unknown-linux-musl/coreutils" }, "aarch64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.3.0/coreutils-0.3.0-aarch64-apple-darwin.tar.gz", "etag": "0x8DE134DCD7BEF42", - "checksum": "af60b273599671520b8bf2dc646fee455023d74bf72826e8491729b12748c563" + "checksum": "af60b273599671520b8bf2dc646fee455023d74bf72826e8491729b12748c563", + "bin": "coreutils-0.3.0-aarch64-apple-darwin/coreutils" }, "aarch64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.3.0/coreutils-0.3.0-aarch64-pc-windows-msvc.zip", "etag": "0x8DE134C4D7E8691", - "checksum": "e3dadc0af59461b2da53a7d9b70c930009183963cfbf34b0d3b9f5c5451f7f0a" + "checksum": "e3dadc0af59461b2da53a7d9b70c930009183963cfbf34b0d3b9f5c5451f7f0a", + "bin": "coreutils-0.3.0-aarch64-pc-windows-msvc/coreutils.exe" } }, "0.2": { @@ -122,54 +174,78 @@ }, "0.2.2": { "x86_64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.2/coreutils-0.2.2-x86_64-unknown-linux-musl.tar.gz", "etag": "0x8DDEFDAE198B69D", - "checksum": "71551a36b13ae5c7078b7e97d4c264a77446246c638379531efdeec813473921" + "checksum": "71551a36b13ae5c7078b7e97d4c264a77446246c638379531efdeec813473921", + "bin": "coreutils-0.2.2-x86_64-unknown-linux-musl/coreutils" }, "x86_64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.2/coreutils-0.2.2-x86_64-apple-darwin.tar.gz", "etag": "0x8DDEFDCDBF40B8F", - "checksum": "d60533c66d5f9d8b4c5aaec3837a25ef8b82227c1ace780c2d97f94da1c8b229" + "checksum": "d60533c66d5f9d8b4c5aaec3837a25ef8b82227c1ace780c2d97f94da1c8b229", + "bin": "coreutils-0.2.2-x86_64-apple-darwin/coreutils" }, "x86_64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.2/coreutils-0.2.2-x86_64-pc-windows-msvc.zip", "etag": "0x8DDEFDB12CFA83D", - "checksum": "45922f4f43a7b4cc1191d52548201b244343cfb3c27e7761f34ce654e4cfb1b1" + "checksum": "45922f4f43a7b4cc1191d52548201b244343cfb3c27e7761f34ce654e4cfb1b1", + "bin": "coreutils-0.2.2-x86_64-pc-windows-msvc/coreutils.exe" }, "aarch64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.2/coreutils-0.2.2-aarch64-unknown-linux-musl.tar.gz", "etag": "0x8DDEFDA5E470728", - "checksum": "fa60e7777d99e00cafe86a38e859b3d21a295b06c48ac6470f87b51964a3ead3" + "checksum": "fa60e7777d99e00cafe86a38e859b3d21a295b06c48ac6470f87b51964a3ead3", + "bin": "coreutils-0.2.2-aarch64-unknown-linux-musl/coreutils" }, "aarch64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.2/coreutils-0.2.2-aarch64-apple-darwin.tar.gz", "etag": "0x8DDEFDB559449D8", - "checksum": "7a48b23626bce2e114a2be674fae8af857438d96633bf6f6e9b80b0d4c18d69b" + "checksum": "7a48b23626bce2e114a2be674fae8af857438d96633bf6f6e9b80b0d4c18d69b", + "bin": "coreutils-0.2.2-aarch64-apple-darwin/coreutils" }, "aarch64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.2/coreutils-0.2.2-aarch64-pc-windows-msvc.zip", "etag": "0x8DDEFDA6C9C82B9", - "checksum": "c248ac5c0f0dca0971dfda1042c3db6b9e0d498d0666192922c51f358ccbff4a" + "checksum": "c248ac5c0f0dca0971dfda1042c3db6b9e0d498d0666192922c51f358ccbff4a", + "bin": "coreutils-0.2.2-aarch64-pc-windows-msvc/coreutils.exe" } }, "0.2.0": { "x86_64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.0/coreutils-0.2.0-x86_64-unknown-linux-musl.tar.gz", "etag": "0x8DDED3C424B1268", - "checksum": "aada79c3d4a590bd36d139634e0b5f7f1e29061e59af5a98dc7bb96d8440016b" + "checksum": "aada79c3d4a590bd36d139634e0b5f7f1e29061e59af5a98dc7bb96d8440016b", + "bin": "coreutils-0.2.0-x86_64-unknown-linux-musl/coreutils" }, "x86_64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.0/coreutils-0.2.0-x86_64-apple-darwin.tar.gz", "etag": "0x8DDED3E7986A885", - "checksum": "4ad19ce28d5b53331853891e87666310c0bcf1fd2d4daaee4dd3fe0d748c7257" + "checksum": "4ad19ce28d5b53331853891e87666310c0bcf1fd2d4daaee4dd3fe0d748c7257", + "bin": "coreutils-0.2.0-x86_64-apple-darwin/coreutils" }, "x86_64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.0/coreutils-0.2.0-x86_64-pc-windows-msvc.zip", "etag": "0x8DDED3C63D63EDF", - "checksum": "5b1b8d6e88b3ed8d3af1ca7b180b3d99674751286e797f9735c367d680cfc634" + "checksum": "5b1b8d6e88b3ed8d3af1ca7b180b3d99674751286e797f9735c367d680cfc634", + "bin": "coreutils-0.2.0-x86_64-pc-windows-msvc/coreutils.exe" }, "aarch64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.0/coreutils-0.2.0-aarch64-unknown-linux-musl.tar.gz", "etag": "0x8DDED3BD8D22D17", - "checksum": "1a93b2cc13129f5d876ed66ad83766e598af5297568d3df1b56a3180b95ac3e0" + "checksum": "1a93b2cc13129f5d876ed66ad83766e598af5297568d3df1b56a3180b95ac3e0", + "bin": "coreutils-0.2.0-aarch64-unknown-linux-musl/coreutils" }, "aarch64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.0/coreutils-0.2.0-aarch64-apple-darwin.tar.gz", "etag": "0x8DDED3CF809BDFB", - "checksum": "6f2995336117a9d5ff33c6ed67148b75c23a130649fbbc8aecd6a22f1d850454" + "checksum": "6f2995336117a9d5ff33c6ed67148b75c23a130649fbbc8aecd6a22f1d850454", + "bin": "coreutils-0.2.0-aarch64-apple-darwin/coreutils" }, "aarch64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.2.0/coreutils-0.2.0-aarch64-pc-windows-msvc.zip", "etag": "0x8DDED3BCAB7EDE2", - "checksum": "ed282fbb5a500574050e2a0c9e668d8ea13a7be4968625d2bb0e5a5758dcb08c" + "checksum": "ed282fbb5a500574050e2a0c9e668d8ea13a7be4968625d2bb0e5a5758dcb08c", + "bin": "coreutils-0.2.0-aarch64-pc-windows-msvc/coreutils.exe" } }, "0.1": { @@ -177,28 +253,40 @@ }, "0.1.0": { "x86_64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.1.0/coreutils-0.1.0-x86_64-unknown-linux-musl.tar.gz", "etag": "0x8DD9B07C650D18D", - "checksum": "463648347b1fc337414a864bda960c9cbd1bd4a540f344c010ff5bb35199e6d7" + "checksum": "463648347b1fc337414a864bda960c9cbd1bd4a540f344c010ff5bb35199e6d7", + "bin": "coreutils-0.1.0-x86_64-unknown-linux-musl/coreutils" }, "x86_64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.1.0/coreutils-0.1.0-x86_64-apple-darwin.tar.gz", "etag": "0x8DD9B0837D94459", - "checksum": "0a27f09f03811289b9ddcff8c6b7c1bf6e971b5eac3dd536208a40e2c1ea9cd9" + "checksum": "0a27f09f03811289b9ddcff8c6b7c1bf6e971b5eac3dd536208a40e2c1ea9cd9", + "bin": "coreutils-0.1.0-x86_64-apple-darwin/coreutils" }, "x86_64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.1.0/coreutils-0.1.0-x86_64-pc-windows-msvc.zip", "etag": "0x8DD9B07EF1F3F84", - "checksum": "4ff3c7e5149ade20a342487d1c09cc6cc63599af6dfb28d2558b925780a72d82" + "checksum": "4ff3c7e5149ade20a342487d1c09cc6cc63599af6dfb28d2558b925780a72d82", + "bin": "coreutils-0.1.0-x86_64-pc-windows-msvc/coreutils.exe" }, "aarch64_linux_musl": { + "url": "https://github.com/uutils/coreutils/releases/download/0.1.0/coreutils-0.1.0-aarch64-unknown-linux-musl.tar.gz", "etag": "0x8DD9B0770F0F163", - "checksum": "6572292ee74bb6a7efa88f05d0d0a7a5c696bae0ae341a438b983ae7775c9d47" + "checksum": "6572292ee74bb6a7efa88f05d0d0a7a5c696bae0ae341a438b983ae7775c9d47", + "bin": "coreutils-0.1.0-aarch64-unknown-linux-musl/coreutils" }, "aarch64_macos": { + "url": "https://github.com/uutils/coreutils/releases/download/0.1.0/coreutils-0.1.0-aarch64-apple-darwin.tar.gz", "etag": "0x8DD9B0840DF335A", - "checksum": "7d8068f3d11278d96f78eb42b67d240bb8fb2386724ea597481e97ec75265d9c" + "checksum": "7d8068f3d11278d96f78eb42b67d240bb8fb2386724ea597481e97ec75265d9c", + "bin": "coreutils-0.1.0-aarch64-apple-darwin/coreutils" }, "aarch64_windows": { + "url": "https://github.com/uutils/coreutils/releases/download/0.1.0/coreutils-0.1.0-aarch64-pc-windows-msvc.zip", "etag": "0x8DD9B078E16C3DB", - "checksum": "9faa0ec0f3df47cafa0a09fcead46da28e2640b5fe1316ad9cb7e11f19050bd4" + "checksum": "9faa0ec0f3df47cafa0a09fcead46da28e2640b5fe1316ad9cb7e11f19050bd4", + "bin": "coreutils-0.1.0-aarch64-pc-windows-msvc/coreutils.exe" } } } diff --git a/knope.json b/knope.json index f271c23d..9b9f5934 100644 --- a/knope.json +++ b/knope.json @@ -3,10 +3,36 @@ "template": null, "license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)", "latest": { - "version": "0.22.1" + "version": "0.22.2" }, "0.22": { - "version": "0.22.1" + "version": "0.22.2" + }, + "0.22.2": { + "x86_64_linux_musl": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.2/knope-x86_64-unknown-linux-musl.tgz", + "etag": "0x8DE6357D15B5205", + "checksum": "22c3cc42500f640ee7276abe56e2e6e35e172eacf3313cb24b4af0a7ac6efb64", + "bin": "knope-x86_64-unknown-linux-musl/knope" + }, + "x86_64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.2/knope-x86_64-apple-darwin.tgz", + "etag": "0x8DE6357D14A2751", + "checksum": "d1af2c402d9837ab18e538ba465675873d04458ba42540b73cd77566fb71be90", + "bin": "knope-x86_64-apple-darwin/knope" + }, + "x86_64_windows": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.2/knope-x86_64-pc-windows-msvc.tgz", + "etag": "0x8DE6357D1498BBC", + "checksum": "25e9c787e679712c8efdae4ac9d5c3a7400009bfc161642c8d168c71ac2ddace", + "bin": "knope-x86_64-pc-windows-msvc/knope.exe" + }, + "aarch64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.2/knope-aarch64-apple-darwin.tgz", + "etag": "0x8DE6357D14B109C", + "checksum": "1989892b7a7847217767536beada59564ff10feb51aa7e59be6c3e49da62b3a3", + "bin": "knope-aarch64-apple-darwin/knope" + } }, "0.22.1": { "x86_64_linux_musl": { diff --git a/mise.json b/mise.json index e01747c4..d3918186 100644 --- a/mise.json +++ b/mise.json @@ -28,10 +28,117 @@ }, "license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)", "latest": { - "version": "2026.1.12" + "version": "2026.2.3" }, "2026": { - "version": "2026.1.12" + "version": "2026.2.3" + }, + "2026.2": { + "version": "2026.2.3" + }, + "2026.2.3": { + "x86_64_linux_musl": { + "etag": "0x8DE63DEA3517E33", + "checksum": "de85a3f3245d626ae57cf048ab15673c7aa13e88a145e31344800aebd00b4a76" + }, + "x86_64_macos": { + "etag": "0x8DE63DEA55D506C", + "checksum": "23cd74527e116742a405572e0cfb886307f268e05738a636f9c651cf67f09085" + }, + "x86_64_windows": { + "etag": "0x8DE63DEA6A072D7", + "checksum": "b7dd9408f52a68c1a43372705ef6f907ece6736468b64c808cf0a1e80e07b894" + }, + "aarch64_linux_musl": { + "etag": "0x8DE63DE9FAE866B", + "checksum": "dd1d17b7d4e7992fa0ac4e1f65faac254fb99bffc12e29644226c8bab1564db5" + }, + "aarch64_macos": { + "etag": "0x8DE63DEA4545D79", + "checksum": "2ba668c8a552193d4dd6d261a76c151ce183c3f70416cbee760297dcd4b7ba63" + }, + "aarch64_windows": { + "etag": "0x8DE63DEA58592B6", + "checksum": "88bd067c8f6b949b6ed28cf1bf705b28ef1735189fe6c8da0a96b3e91adcf538" + } + }, + "2026.2.2": { + "x86_64_linux_musl": { + "etag": "0x8DE6332896B9CCD", + "checksum": "e92eeadcc9816f8162121c0c602b4e17a844fcc40d2be0e4be4aaf4465c5a859" + }, + "x86_64_macos": { + "etag": "0x8DE63328DA79221", + "checksum": "427877316ac15703722bf40265d275a8234bec49400be249191057fa2bff98bc" + }, + "x86_64_windows": { + "etag": "0x8DE63328EB51443", + "checksum": "5b3e079edd2687ba370e6bc5907dd231a3ec7ddd07e8ff6d4cd850ba2f57a95f" + }, + "aarch64_linux_musl": { + "etag": "0x8DE633283156578", + "checksum": "d1b4af5eeac4a7cd84fd24f161777c3c0915d615d9b589695adfef358e68b073" + }, + "aarch64_macos": { + "etag": "0x8DE63328C7E1BE5", + "checksum": "ba27908d3c4430b928542e654d21e275f4aadc7d804e41f6bc61f7967c8469d5" + }, + "aarch64_windows": { + "etag": "0x8DE63328E97E90B", + "checksum": "ba06a9d11e59833f643103d2c9a29ea5439d52aaf34dfedbf2d1a934091ea434" + } + }, + "2026.2.1": { + "x86_64_linux_musl": { + "etag": "0x8DE624D7C38B289", + "checksum": "54608f9385f7aef1f2e2ec9a3b41af79a384ed08c9734ebce4cf412f0a3ebba2" + }, + "x86_64_macos": { + "etag": "0x8DE624D7E55AF7D", + "checksum": "4e532bbd81f5dba08c1b4302f1f1e7836a98215a891532b71190dd9e624c853f" + }, + "x86_64_windows": { + "etag": "0x8DE624D7EE67720", + "checksum": "879ac13b2658565a9984a920d51a7e40915104e311bf29233105e2c3ce0a4dc0" + }, + "aarch64_linux_musl": { + "etag": "0x8DE624D79B3A4BD", + "checksum": "ad97ff31b003c916e53d70b238489cff90c6c6010cf15580a75f1c3b5ee5b6c3" + }, + "aarch64_macos": { + "etag": "0x8DE624D7D994DDC", + "checksum": "1287be99c7fd135e07c5d41c3347dca9340369ae8e71881889ac434cacd5678d" + }, + "aarch64_windows": { + "etag": "0x8DE624D7E728CDF", + "checksum": "cfa0b90ffa0c79b3bc9863251a17e593910cf271580a826bf0a127e796931ef8" + } + }, + "2026.2.0": { + "x86_64_linux_musl": { + "etag": "0x8DE618F39BDFC2B", + "checksum": "1693248fdee8dd316fc31cd64844f65fddc8778176e14842ed168de5b076d728" + }, + "x86_64_macos": { + "etag": "0x8DE618F3B9820DB", + "checksum": "0dcb83fdb17158907efdddd38acd8f1b13877f621c1d6779c8f96767daae71f1" + }, + "x86_64_windows": { + "etag": "0x8DE618F3C38677A", + "checksum": "c7472466f805751a029bc31926a8e60f503f4dea3888402b40fdf03c925b78ee" + }, + "aarch64_linux_musl": { + "etag": "0x8DE618F373B35DA", + "checksum": "66236534349671d9dc9815e802b6a883c2cddb7b28d10332bc2fd992e8ed50ee" + }, + "aarch64_macos": { + "etag": "0x8DE618F3AF40DEE", + "checksum": "f3bc94bcd49dbf4c2ac1feb0478de8a94b741d6dec8c1098c546f5e040c9eabd" + }, + "aarch64_windows": { + "etag": "0x8DE618F3BC6EB77", + "checksum": "e1e8107c3b9dbed293e49c352a420909e577ed8caedb8e35bf64afd4a3f97d03" + } }, "2026.1": { "version": "2026.1.12" diff --git a/release-plz.json b/release-plz.json index 73c11eaa..97215e9e 100644 --- a/release-plz.json +++ b/release-plz.json @@ -22,10 +22,32 @@ }, "license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)", "latest": { - "version": "0.3.153" + "version": "0.3.154" }, "0.3": { - "version": "0.3.153" + "version": "0.3.154" + }, + "0.3.154": { + "x86_64_linux_musl": { + "etag": "0x8DE636E1D23C434", + "checksum": "2d136e5bbf23a42ca131c6b03893ea72a553582ddf51357a0213714628269412" + }, + "x86_64_windows": { + "etag": "0x8DE636EAA98D626", + "checksum": "03b95a07835c3b862496ba0c27dd9ea4eb8f6d06180ed5e3674878f70159776d" + }, + "aarch64_linux_musl": { + "etag": "0x8DE636E2C3A369B", + "checksum": "81b0bf92f1b561d7e9d1ae1e8d29c584edf8b0cf9a21192678ea47764ba0dd4e" + }, + "aarch64_macos": { + "etag": "0x8DE636E11854C19", + "checksum": "eca23b8dc677dd176ae37c84a5f869b462c1281fa97d31adfc5d8094c6b43500" + }, + "aarch64_windows": { + "etag": "0x8DE636EEAC9BAA2", + "checksum": "b68a68ae8555a259f7ccad49f36988ceac4fb3f20438bae17995c9992b0700ef" + } }, "0.3.153": { "x86_64_linux_musl": { diff --git a/syft.json b/syft.json index 23e74d3a..3917b50b 100644 --- a/syft.json +++ b/syft.json @@ -32,13 +32,43 @@ }, "license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)", "latest": { - "version": "1.41.1" + "version": "1.41.2" }, "1": { - "version": "1.41.1" + "version": "1.41.2" }, "1.41": { - "version": "1.41.1" + "version": "1.41.2" + }, + "1.41.2": { + "x86_64_linux_musl": { + "etag": "0x8DE634FFC59C799", + "checksum": "7e0f45251d2a3998d29dfb6575bc662575dd5864c27bdc11625cc369760a17ad" + }, + "x86_64_macos": { + "etag": "0x8DE634FFC4C6921", + "checksum": "8a66c7566f7daa65eddb714fc4e72504dc92e9d4aa760ce5e105604df93e331d" + }, + "x86_64_windows": { + "etag": "0x8DE634FFC29C5DF", + "checksum": "693c8546e7497d3060b38e67dc1632e16bee60d83d95f44b9d13d4866336df33" + }, + "aarch64_linux_musl": { + "etag": "0x8DE634FFC4B0B21", + "checksum": "cc2966835ea2c000d20c0b67f21b4f04d89150dffc09cd791e1a73e99965f0ca" + }, + "aarch64_macos": { + "etag": "0x8DE634FFC5CAA85", + "checksum": "8047c772a7b901cc0864fe5c8aee8fd6ec56e70b796706c3150a50334eea26f0" + }, + "powerpc64le_linux_musl": { + "etag": "0x8DE634FFC1C676B", + "checksum": "8297c3224d86c7aa5518c52f4b096c4ce135f3fade849fdb0ae6aacc6ce51bb7" + }, + "s390x_linux_musl": { + "etag": "0x8DE634FFBEE5F44", + "checksum": "3724615a8cf576caf784e952b8d72633d4ca2096b58c968feeede3038408f80b" + } }, "1.41.1": { "x86_64_linux_musl": { diff --git a/typos.json b/typos.json index ff00db54..7f78c809 100644 --- a/typos.json +++ b/typos.json @@ -22,10 +22,57 @@ }, "license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)", "latest": { - "version": "1.42.3" + "version": "1.43.1" }, "1": { - "version": "1.42.3" + "version": "1.43.1" + }, + "1.43": { + "version": "1.43.1" + }, + "1.43.1": { + "x86_64_linux_musl": { + "etag": "0x8DE6348593AAFA0", + "checksum": "768e6b7af80a48093c964ec2d9bfbd0bbaf4791847064eec769ca4c5b88e558a" + }, + "x86_64_macos": { + "etag": "0x8DE6348BEA83CC0", + "checksum": "0c6533f5b68d1b1200cb76b232df899480b2f87f1d515a24ad4eee48cd4a0504" + }, + "x86_64_windows": { + "etag": "0x8DE63489CE9EE5C", + "checksum": "e7378ef04ef528df4fcd0e4259ad8a1ac51a62cc20e28f0f8255aaca9cac2322" + }, + "aarch64_linux_musl": { + "etag": "0x8DE634847BD2233", + "checksum": "03a74d503294945330cd31bb290e358a26765bd8e8f90ce92b60ed472ab0fa80" + }, + "aarch64_macos": { + "etag": "0x8DE63489A1C69E9", + "checksum": "f7a977db2de2b52458218600ab1c77f4f2810279e6bd2ed03fc8178e886acf8d" + } + }, + "1.43.0": { + "x86_64_linux_musl": { + "etag": "0x8DE6269260DC3BA", + "checksum": "dee53c808758b29fc23ff4920d78b482b126a7b19fb4d4e5cb39035a27a4b5aa" + }, + "x86_64_macos": { + "etag": "0x8DE62694E1B1AF6", + "checksum": "ff52408588fec1635cdf016ab763aabec3529d74791d0f6cf752ef0dd7e8fc18" + }, + "x86_64_windows": { + "etag": "0x8DE626967DF4AB4", + "checksum": "374f38bc07e01ba3e1d76029dd6cd36efdbfcdffd41ae471f7c2967f67e454dd" + }, + "aarch64_linux_musl": { + "etag": "0x8DE62692985BBAE", + "checksum": "e2ac9a4140e71bc9292acd8b4f330b086927b804a4166a659f7674e90c3c1ec8" + }, + "aarch64_macos": { + "etag": "0x8DE62694536235A", + "checksum": "ea448d21718fda39cb47b606dd068532b4a19c2ee06e014b2a2ffe4a32694dd7" + } }, "1.42": { "version": "1.42.3" diff --git a/uv.json b/uv.json index 0dcafd9d..6761c333 100644 --- a/uv.json +++ b/uv.json @@ -40,10 +40,48 @@ }, "license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)", "latest": { - "version": "0.9.28" + "version": "0.9.29" }, "0.9": { - "version": "0.9.28" + "version": "0.9.29" + }, + "0.9.29": { + "x86_64_linux_musl": { + "etag": "0x8DE635C4D2CE7D2", + "checksum": "44c93c73e8870e003bda17ab50d433e27d201d0cb28d2bb75351ef1497ffa9db" + }, + "x86_64_macos": { + "etag": "0x8DE635C4C7C115E", + "checksum": "d251e48db2a962272a2efeb2771c82c02e40f473193a255e8e5c05eb61112139" + }, + "x86_64_windows": { + "etag": "0x8DE635C4C98056F", + "checksum": "9825b1a5955d8a432b664e56660641aac8886ed30cd9c59a94aacc68ae9116ce" + }, + "aarch64_linux_musl": { + "etag": "0x8DE635C4A38F01E", + "checksum": "b1edc94f5d6c36bb28a20f8c8afb400e55a428fcf396b03bf78cb7394f75077c" + }, + "aarch64_macos": { + "etag": "0x8DE635C4977D80B", + "checksum": "0729ddd5c02df33669b03627aa5d9ac7cde4421657f808d54585e3cda944bb55" + }, + "aarch64_windows": { + "etag": "0x8DE635C49E2A549", + "checksum": "39f7dce0d2993cd18d67980c012945ea678a99aef199f7afcea522b5bd70ecf7" + }, + "powerpc64le_linux_gnu": { + "etag": "0x8DE635C4C028776", + "checksum": "1f4e1f859868abcf3557afe78b8b7525a938921af745945deef737927a017d82" + }, + "riscv64_linux_gnu": { + "etag": "0x8DE635C4C15F9BB", + "checksum": "18dc2d3b513c4bfe0fc4b3a67a80f62ce32077f84db343a1f0eb8003ab276732" + }, + "s390x_linux_gnu": { + "etag": "0x8DE635C4C43B43A", + "checksum": "10e6d5dcd72bf99daee6678f6b508d1056e9f1670f6d76c1cfdf02b7560bcb4a" + } }, "0.9.28": { "x86_64_linux_musl": { diff --git a/wasmtime.json b/wasmtime.json index de0011f8..f80553e8 100644 --- a/wasmtime.json +++ b/wasmtime.json @@ -36,13 +36,47 @@ }, "license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)", "latest": { - "version": "41.0.1" + "version": "41.0.2" }, "41": { - "version": "41.0.1" + "version": "41.0.2" }, "41.0": { - "version": "41.0.1" + "version": "41.0.2" + }, + "41.0.2": { + "x86_64_linux_gnu": { + "etag": "0x8DE62C883745A69", + "checksum": "d396eee140abad43f96b643f40df460a1b858975536cedf6589281d1671df244" + }, + "x86_64_macos": { + "etag": "0x8DE62C883FA5872", + "checksum": "87c011c6db25d72cc30de0a8f726c37ea8345990c3a1d20a0fd4baaf20ae88a1" + }, + "x86_64_windows": { + "etag": "0x8DE62C8852F8018", + "checksum": "625b11f39abe61c7fc630caf33f9801eb3c2853464dd29a2a1e374d875c955a1" + }, + "aarch64_linux_gnu": { + "etag": "0x8DE62C880F47887", + "checksum": "2d8008f1f53aa228d267ae0ad553885e45669e5eafee2e52f0c19fb2ec96d58c" + }, + "aarch64_macos": { + "etag": "0x8DE62C88139980B", + "checksum": "942cb8968dcb046ad4a0893932584285ab60a985d57818cc573d5c166fb3d852" + }, + "aarch64_windows": { + "etag": "0x8DE62C881969179", + "checksum": "90b1b7e109e4833e348bcf276074ab031862585618ec7eff912e48d729ab3905" + }, + "riscv64_linux_gnu": { + "etag": "0x8DE62C8829B9093", + "checksum": "76f51fcb827d803d8310043012a040273ed07810bd21e41f4d768d1fe844b3df" + }, + "s390x_linux_gnu": { + "etag": "0x8DE62C882F8D7CD", + "checksum": "6a9f11db21a52f4c29351d0800a5d6a6ebcbed510e62eab162552476cb9729b2" + } }, "41.0.1": { "x86_64_linux_gnu": {