From a04f1609861cdd9c461566ad68b1eebdb7195136 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 12 Oct 2025 00:49:54 +0900 Subject: [PATCH] Update manifest schema --- cargo-binstall.json | 28 ++++++++++++++-------------- cargo-sort.json | 23 ++++++++++++++++++++++- release-plz.json | 26 ++++++++++++++++++++++++-- sccache.json | 31 ++++++++++++++++++++++++++++++- uv.json | 42 ++++++++++++++++++++++++++++++++++++++++-- 5 files changed, 130 insertions(+), 20 deletions(-) diff --git a/cargo-binstall.json b/cargo-binstall.json index 48f70437..918e6789 100644 --- a/cargo-binstall.json +++ b/cargo-binstall.json @@ -22,32 +22,32 @@ }, "license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)", "latest": { - "version": "1.15.6" + "version": "1.15.7" }, - "1.15.6": { + "1.15.7": { "x86_64_linux_musl": { - "etag": "0x8DDFCF3105072FD", - "checksum": "1f3ae88cbd8d279f18318a1ef066177d813d3658e4ea90b4733905c603a8c939" + "etag": "0x8DE08B3706E24ED", + "checksum": "67a63ea79ed48803af219051d67b3181ac22300b60c8c6894d3daa5a6807cb16" }, "x86_64_macos": { - "etag": "0x8DDFCF309661E74", - "checksum": "0ede1cf348c4b02758699fe60d94dce0c6582afc78946f91d75a8c1e4c2359e5" + "etag": "0x8DE08B3AA03B544", + "checksum": "0d21faf9dc62697141db4418ccba7ad8705261851824f903783577dd7945151b" }, "x86_64_windows": { - "etag": "0x8DDFCF39BB7DA14", - "checksum": "d27fe57b7784fdcf69098c1b086770a1bbe0047a83825eda2994ab3e1f65452a" + "etag": "0x8DE08B4375FD10A", + "checksum": "259ab9e3cd61ebb067307a6837ab9c5ada3484ce8963e8f0b46130dfccb45b44" }, "aarch64_linux_musl": { - "etag": "0x8DDFCF3232A822E", - "checksum": "a2b5dd1babe9395f14ba8b9b2066963a10f0871b516069da93923f0cf785ce97" + "etag": "0x8DE08B3B2BC79C2", + "checksum": "2f6b6877948912842b4be10e20aa8888a82dc6d44c7631eb48d7b6384c58b9c4" }, "aarch64_macos": { - "etag": "0x8DDFCF306014905", - "checksum": "ef63286247a30369c85a97fccfd3b18dc17d2a24a922fea467f9ae99103d8c47" + "etag": "0x8DE08B3C21D5416", + "checksum": "7ee035a18dc395d260c5dfd940ad0d7f9877e0a831645d9dcfba4010124c2f3a" }, "aarch64_windows": { - "etag": "0x8DDFCF39868BB2B", - "checksum": "aef9b27d3d61a9160ab913b01fd7d64135f611e6ed818756569dd20e2b4664f2" + "etag": "0x8DE08B4065219EF", + "checksum": "b3ba0187fb42fd5fd8644c05cddca502f08bed5a34fc9bddefe5c424de7d4d12" } } } diff --git a/cargo-sort.json b/cargo-sort.json index bd43e8ee..4ac8cfbe 100644 --- a/cargo-sort.json +++ b/cargo-sort.json @@ -9,11 +9,20 @@ }, "x86_64_windows": { "url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-x86_64-pc-windows-msvc.zip" + }, + "aarch64_macos": { + "url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-aarch64-apple-darwin.tar.gz" } }, "license_markdown": "[Apache-2.0 OR MIT](https://github.com/DevinR528/cargo-sort/blob/v1.0.9/Cargo.toml#L5)", "latest": { - "version": "1.0.9" + "version": "2.0.2" + }, + "2": { + "version": "2.0.2" + }, + "2.0": { + "version": "2.0.2" }, "2.0.2": { "x86_64_linux_gnu": { @@ -23,6 +32,10 @@ "x86_64_windows": { "etag": "0x8DDE737E805B113", "checksum": "83c7e38a9eec715a3e316371e660d210d20c3b197099dcc38577a9d343b027d5" + }, + "aarch64_macos": { + "etag": "0x8DDE737A964AC94", + "checksum": "46903faf2d281f95637cfb0b136b70d1901e15ec4aeb96b0011fb3d57ba2ad91" } }, "2.0.1": { @@ -33,6 +46,10 @@ "x86_64_windows": { "etag": "0x8DD99C09E29362F", "checksum": "441d80044560e482241152ec8b424c485c1532063a848a93f59143b8455cd29f" + }, + "aarch64_macos": { + "etag": "0x8DD99C0606AF2D4", + "checksum": "13eecca337385ed192a8491ce4c50d382633359f828aaf061321590192f7b7d2" } }, "2.0.0": { @@ -43,6 +60,10 @@ "x86_64_windows": { "etag": "0x8DD9964CEC798D5", "checksum": "d72a6fb2fc5dd35759198e88540be90334c54288b319b80c052d95d4b4feff0b" + }, + "aarch64_macos": { + "etag": "0x8DD99649388A467", + "checksum": "e121865b2467f0c45d3de35e68aebb48d2c67fa1f2d9a8bfd8d012eee1e40f8c" } }, "1": { diff --git a/release-plz.json b/release-plz.json index 79cd860d..1af885f4 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.147" + "version": "0.3.148" }, "0.3": { - "version": "0.3.147" + "version": "0.3.148" + }, + "0.3.148": { + "x86_64_linux_musl": { + "etag": "0x8DE0844E03820C3", + "checksum": "baa8282671c0f900997cff6291a9dd3ccaf3f807bc1eed50ef294ccc4cd903ed" + }, + "x86_64_windows": { + "etag": "0x8DE08455D9D9EDC", + "checksum": "59da1848d1487be90040af568488ce303aad2c4e3018496b687105e6bcf082b1" + }, + "aarch64_linux_musl": { + "etag": "0x8DE0844D669F1A3", + "checksum": "b953ecd615e8506b3b5a1ff17705df4385f43263af29c6c1775e07c9158ca7d1" + }, + "aarch64_macos": { + "etag": "0x8DE0844B7DB4448", + "checksum": "8664c8e63803980c2cf5581cd6cc7d20ac0bd58c17fa82988fe8e68e83fb31fd" + }, + "aarch64_windows": { + "etag": "0x8DE0845541DD6AF", + "checksum": "12ca64002b1df926b0260112f93a66af689fa9a2519df5ad164a5b274d44e258" + } }, "0.3.147": { "x86_64_linux_musl": { diff --git a/sccache.json b/sccache.json index b5751cad..5f1bd22a 100644 --- a/sccache.json +++ b/sccache.json @@ -28,7 +28,36 @@ }, "license_markdown": "[Apache-2.0](https://github.com/mozilla/sccache/blob/main/LICENSE)", "latest": { - "version": "0.10.0" + "version": "0.11.0" + }, + "0.11": { + "version": "0.11.0" + }, + "0.11.0": { + "x86_64_linux_musl": { + "etag": "0x8DE0830FA6FAC77", + "checksum": "c861cdb23e83433e1a9929f15b2e829c6f8f82d6e7ea2a6dc188b91e3c3e12fb" + }, + "x86_64_macos": { + "etag": "0x8DE0830F8FC3AB6", + "checksum": "3446f1c71be1796d798da0be5cb6012df41b98184ae301f5581ae08d4f1e6df9" + }, + "x86_64_windows": { + "etag": "0x8DE0830F9A8CF7C", + "checksum": "87fed97b4a18be6805d4a9907ce29b86ab569f06a4f2922c983948cdc17db967" + }, + "aarch64_linux_musl": { + "etag": "0x8DE0830F5FE6675", + "checksum": "46aaa502e06fdf3ac4c96f6a58f3579c6f76c6bcb3062098a1101fcffda2d021" + }, + "aarch64_macos": { + "etag": "0x8DE0830F49BF86E", + "checksum": "40edb4749a764fbbfbfc7843d336640a0e7b01d4e010b8fe6c1459c366ff31a7" + }, + "aarch64_windows": { + "etag": "0x8DE0830F547F1AC", + "checksum": "b3f6552a5ceefe4073e7a0cfc4f0b8dd514f5ae75988240637950c1d0450a747" + } }, "0.10": { "version": "0.10.0" diff --git a/uv.json b/uv.json index 924f8325..5cc0bb62 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.1" + "version": "0.9.2" }, "0.9": { - "version": "0.9.1" + "version": "0.9.2" + }, + "0.9.2": { + "x86_64_linux_musl": { + "etag": "0x8DE082F9BBF2C34", + "checksum": "42e4ac8e9dab04d560a9d44be2091cae994d14653238e779177c026e0dbf5779" + }, + "x86_64_macos": { + "etag": "0x8DE082F9B4AA674", + "checksum": "c887d2c4f629eee99b80a347880870f3bc77f7746db81923efe520f609f80857" + }, + "x86_64_windows": { + "etag": "0x8DE082F9B6A3FD5", + "checksum": "ba61d01b7470b282e09e7c82a053472723c2a737fb3d137bd0f111e420cc1d9f" + }, + "aarch64_linux_musl": { + "etag": "0x8DE082F98D6012E", + "checksum": "1456894c855d38a56d541b201abae306780d8494c3a3497aff2815abd3eba12f" + }, + "aarch64_macos": { + "etag": "0x8DE082F98367D0F", + "checksum": "90b1e69da3d04772565dd556ae8e72c86bdb7da85a8dfc2c6b50c400b0e6aa97" + }, + "aarch64_windows": { + "etag": "0x8DE082F987588FD", + "checksum": "b28ae90188f00c6d9e6f32fe252ace25a3698eeca1458d435ac1ca55049607ff" + }, + "powerpc64le_linux_gnu": { + "etag": "0x8DE082F9ABE1FB7", + "checksum": "216e11a9001d7985990b0c4b6efd734b27e5e96222f9815d23c6fc8a5a406718" + }, + "riscv64_linux_gnu": { + "etag": "0x8DE082F9AD1920A", + "checksum": "3fdbc9dc623a992c39ea4c126d4ebe1f78dc2013e9056f2ec93f42b0deb154eb" + }, + "s390x_linux_gnu": { + "etag": "0x8DE082F9AFFC0DB", + "checksum": "4e4aa34554891bcfb92d50fc2067e99cbbc5bec473ce4b8e3dedad0d42017c85" + } }, "0.9.1": { "x86_64_linux_musl": {