Compare commits

...

14 Commits

Author SHA1 Message Date
Taiki Endo
01548646b5 Release 2.61.2 2025-09-12 08:48:22 +09:00
Taiki Endo
de9bc34a73 Update protoc@latest to 3.32.1 2025-09-12 06:16:19 +09:00
Taiki Endo
9a79a37eda Update mise@latest to 2025.9.9 2025-09-12 06:16:19 +09:00
Taiki Endo
cdcbe21114 Update vacuum@latest to 0.17.12 2025-09-12 03:19:50 +09:00
Taiki Endo
02a70f7854 Release 2.61.1 2025-09-11 19:54:25 +09:00
Taiki Endo
62e6f802d5 Update uv@latest to 0.8.17 2025-09-11 09:38:07 +09:00
Taiki Endo
20a9338e96 Update mise@latest to 2025.9.8 2025-09-11 09:38:07 +09:00
Taiki Endo
d621174621 Update release-plz@latest to 0.3.144 2025-09-11 03:25:05 +09:00
Taiki Endo
1dd4d60a58 Release 2.61.0 2025-09-10 22:17:57 +09:00
Taiki Endo
26333b7a62 Update changelog 2025-09-10 22:17:39 +09:00
John Vandenberg
4985851399 Add uv (#1138) 2025-09-10 22:13:37 +09:00
John Vandenberg
a51cc8f778 Add mise (#1137) 2025-09-10 20:38:34 +09:00
John Vandenberg
4fc6a629a2 Add ubi (#1135) 2025-09-10 20:38:08 +09:00
Taiki Endo
d91128902d Update coreutils@latest to 0.2.2 2025-09-10 06:38:30 +09:00
12 changed files with 593 additions and 9 deletions

View File

@@ -10,6 +10,32 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.61.2] - 2025-09-11
- Update `protoc@latest` to 3.32.1.
- Update `mise@latest` to 2025.9.9.
- Update `vacuum@latest` to 0.17.12.
## [2.61.1] - 2025-09-11
- Update `uv@latest` to 0.8.17.
- Update `mise@latest` to 2025.9.8.
- Update `release-plz@latest` to 0.3.144.
## [2.61.0] - 2025-09-10
- Add `uv`. ([#1138](https://github.com/taiki-e/install-action/pull/1138), thanks @jayvdb)
- Add `mise` ([#1137](https://github.com/taiki-e/install-action/pull/1137), thanks @jayvdb)
- Add `ubi` ([#1135](https://github.com/taiki-e/install-action/pull/1135), thanks @jayvdb)
- Update `coreutils@latest` to 0.2.2.
## [2.60.0] - 2025-09-08
- Add `fallback: cargo-install` input option to use `cargo install` instead of `cargo-binstall` for fallback.
@@ -4443,7 +4469,10 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.60.0...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.61.2...HEAD
[2.61.2]: https://github.com/taiki-e/install-action/compare/v2.61.1...v2.61.2
[2.61.1]: https://github.com/taiki-e/install-action/compare/v2.61.0...v2.61.1
[2.61.0]: https://github.com/taiki-e/install-action/compare/v2.60.0...v2.61.0
[2.60.0]: https://github.com/taiki-e/install-action/compare/v2.59.1...v2.60.0
[2.59.1]: https://github.com/taiki-e/install-action/compare/v2.59.0...v2.59.1
[2.59.0]: https://github.com/taiki-e/install-action/compare/v2.58.33...v2.59.0

View File

@@ -55,6 +55,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**mdbook**](https://github.com/rust-lang/mdBook) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-lang/mdBook/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE) |
| [**mdbook-alerts**](https://github.com/lambdalisue/rs-mdbook-alerts) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/lambdalisue/rs-mdbook-alerts/releases) | Linux, macOS, Windows | [MIT](https://github.com/lambdalisue/rs-mdbook-alerts/blob/main/LICENSE) |
| [**mdbook-linkcheck**](https://github.com/Michael-F-Bryan/mdbook-linkcheck) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases) | Linux, macOS, Windows | [MIT](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/master/LICENSE) |
| [**mise**](https://github.com/jdx/mise) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jdx/mise/releases) | Linux, macOS, Windows | [MIT](https://github.com/jdx/mise/blob/main/LICENSE) |
| [**osv-scanner**](https://github.com/google/osv-scanner) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/google/osv-scanner/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE) |
| [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT) |
| [**parse-dockerfile**](https://github.com/taiki-e/parse-dockerfile) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-dockerfile/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-MIT) |
@@ -69,6 +70,8 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**trivy**](https://github.com/aquasecurity/trivy) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/aquasecurity/trivy/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE) |
| [**trunk**](https://github.com/trunk-rs/trunk) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/trunk-rs/trunk/releases) | Linux, macOS, Windows | [MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE) |
| [**typos**](https://github.com/crate-ci/typos) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/crate-ci/typos/releases) | Linux, macOS, Windows | [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) |
| [**ubi**](https://github.com/houseabsolute/ubi) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/houseabsolute/ubi/releases) | Linux, macOS, Windows | [MIT](https://github.com/houseabsolute/ubi/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/houseabsolute/ubi/blob/master/LICENSE-APACHE) |
| [**uv**](https://github.com/astral-sh/uv) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/astral-sh/uv/releases) | Linux, macOS, Windows | [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) |
| [**vacuum**](https://github.com/daveshanley/vacuum) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/daveshanley/vacuum/releases) | Linux, macOS, Windows | [MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE) |
| [**valgrind**](https://valgrind.org/) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD) |
| [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) |

View File

@@ -28,7 +28,36 @@
},
"license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)",
"latest": {
"version": "0.1.0"
"version": "0.2.2"
},
"0.2": {
"version": "0.2.2"
},
"0.2.2": {
"x86_64_linux_musl": {
"etag": "0x8DDEFDAE198B69D",
"checksum": "71551a36b13ae5c7078b7e97d4c264a77446246c638379531efdeec813473921"
},
"x86_64_macos": {
"etag": "0x8DDEFDCDBF40B8F",
"checksum": "d60533c66d5f9d8b4c5aaec3837a25ef8b82227c1ace780c2d97f94da1c8b229"
},
"x86_64_windows": {
"etag": "0x8DDEFDB12CFA83D",
"checksum": "45922f4f43a7b4cc1191d52548201b244343cfb3c27e7761f34ce654e4cfb1b1"
},
"aarch64_linux_musl": {
"etag": "0x8DDEFDA5E470728",
"checksum": "fa60e7777d99e00cafe86a38e859b3d21a295b06c48ac6470f87b51964a3ead3"
},
"aarch64_macos": {
"etag": "0x8DDEFDB559449D8",
"checksum": "7a48b23626bce2e114a2be674fae8af857438d96633bf6f6e9b80b0d4c18d69b"
},
"aarch64_windows": {
"etag": "0x8DDEFDA6C9C82B9",
"checksum": "c248ac5c0f0dca0971dfda1042c3db6b9e0d498d0666192922c51f358ccbff4a"
}
},
"0.2.0": {
"x86_64_linux_musl": {

117
manifests/mise.json generated Normal file
View File

@@ -0,0 +1,117 @@
{
"rust_crate": "mise",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-linux-x64-musl.tar.gz",
"bin": "mise/bin/mise"
},
"x86_64_macos": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-macos-x64.tar.gz",
"bin": "mise/bin/mise"
},
"x86_64_windows": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-windows-x64.zip",
"bin": "mise/bin/mise.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-linux-arm64-musl.tar.gz",
"bin": "mise/bin/mise"
},
"aarch64_macos": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-macos-arm64.tar.gz",
"bin": "mise/bin/mise"
},
"aarch64_windows": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-windows-arm64.zip",
"bin": "mise/bin/mise.exe"
}
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2025.9.9"
},
"2025": {
"version": "2025.9.9"
},
"2025.9": {
"version": "2025.9.9"
},
"2025.9.9": {
"x86_64_linux_musl": {
"etag": "0x8DDF175B67FFF75",
"checksum": "8819b60c6e8336ca258253427f0e4bac597b611c3647359fb6aa3ccd5b9d601c"
},
"x86_64_macos": {
"etag": "0x8DDF175B8C1C045",
"checksum": "22b020c49ef7ebbfa2982915b1fa0e72b24ab60ab69aba917fedb66d7cc4bdc7"
},
"x86_64_windows": {
"etag": "0x8DDF175B98C908E",
"checksum": "31478195171f798a9fa6a231692f8a946902b8906fd648ae195a6968fd92aa81"
},
"aarch64_linux_musl": {
"etag": "0x8DDF175B29F0BDC",
"checksum": "21badca95da1259353fb5a152a6ff9c44c27f66b09490f6bf3e79fd7824c4814"
},
"aarch64_macos": {
"etag": "0x8DDF175B75FC6D1",
"checksum": "ee181922736455641333b1c1aa66305e98f70fb5918d06c404ad0569a5241be0"
},
"aarch64_windows": {
"etag": "0x8DDF175B9099BF6",
"checksum": "b90129733065e157c49cd2dcdfc4fde4eebb0011e31a0b04966ba2da0c29a2fd"
}
},
"2025.9.8": {
"x86_64_linux_musl": {
"etag": "0x8DDF0C205BDD9F1",
"checksum": "163d6ca2cd17e7029a8d6e033c444c53ad0bd18c1f9ac82a25e0a88fa4cc89bd"
},
"x86_64_macos": {
"etag": "0x8DDF0C207647E7F",
"checksum": "658a9e4a5457bd18da7a56e08dd986e099be7264cebc5367d39439825e030e2c"
},
"x86_64_windows": {
"etag": "0x8DDF0C2080256ED",
"checksum": "2702f4c203c31df0d31d0e4f346225a2a83dfc03b734028389402f9a70dc7b36"
},
"aarch64_linux_musl": {
"etag": "0x8DDF0C20381436E",
"checksum": "4a80821b2c0a7679b9645f9cf9fb26d5e6443f2318fea711182319007f422580"
},
"aarch64_macos": {
"etag": "0x8DDF0C206B0EC9A",
"checksum": "98e62798a3a7332e0a1e43b2ec67fc937fc61b17871dc394fc157afbc24613a5"
},
"aarch64_windows": {
"etag": "0x8DDF0C207A7F265",
"checksum": "c99dc83bcbb20c3c7ea2ec80d7c8645c5b4431c797d21df5fa74d2112d26db1b"
}
},
"2025.9.7": {
"x86_64_linux_musl": {
"etag": "0x8DDEFDF602B48F6",
"checksum": "9852b691c0df34952f1d91c8d18f5280b32061443539847a09f476f5bfc06cd8"
},
"x86_64_macos": {
"etag": "0x8DDEFDF6297BAA5",
"checksum": "1dc807169555216111d2e442cb4e16110a3b7b49254d6aec19228390dd28df3e"
},
"x86_64_windows": {
"etag": "0x8DDEFDF6340358F",
"checksum": "2aac56960cabb1efffdf713714961ab87ba1b240877e8638aef6e10a8f466b93"
},
"aarch64_linux_musl": {
"etag": "0x8DDEFDF5CF31D77",
"checksum": "c3466591b103ea105640f129fc053ab96478e43154e4b67fd98c3892f021e299"
},
"aarch64_macos": {
"etag": "0x8DDEFDF61CD85CD",
"checksum": "206c397c602bc1d1856a2c4acdd50b643de83e9b8152a4b4444877136e95a472"
},
"aarch64_windows": {
"etag": "0x8DDEFDF62BF884E",
"checksum": "eb87a69447acd5e3878a38e05312921b4f44abf57687ce827f0571fe5447b2ab"
}
}
}

43
manifests/protoc.json generated
View File

@@ -3,13 +3,50 @@
"template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": {
"version": "3.32.0"
"version": "3.32.1"
},
"3": {
"version": "3.32.0"
"version": "3.32.1"
},
"3.32": {
"version": "3.32.0"
"version": "3.32.1"
},
"3.32.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-linux-x86_64.zip",
"etag": "0x8DDF172F3F97FFD",
"checksum": "e9c129c176bb7df02546c4cd6185126ca53c89e7d2f09511e209319704b5dd7e"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-osx-x86_64.zip",
"etag": "0x8DDF172F42A91EE",
"checksum": "f9caa5b4d0b537acffb0ffd7d53225511a5574ef903fca550ea9e7600987f13b"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-win64.zip",
"etag": "0x8DDF172F465D1BE",
"checksum": "69569cbc178cd5785ecb7d93569913110677eafeb4b8f82970c361fad4c7cd66"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-linux-aarch_64.zip",
"etag": "0x8DDF172F37443E8",
"checksum": "4a802ed23d70f7bad7eb19e5a3e724b3aa967250d572cadfd537c1ba939aee6a"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-osx-aarch_64.zip",
"etag": "0x8DDF172F3F0B02E",
"checksum": "a7b51b2113862690fa52c62f8891a6037bafb9db88d4f9924c486de9d9bb89d5"
},
"powerpc64le_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-linux-ppcle_64.zip",
"etag": "0x8DDF172F38EB301",
"checksum": "3f48a35bd0ed1f8a1fcb9fd633f483e882dcb5bfee92ad6aae6042877840b0c5"
},
"s390x_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-linux-s390_64.zip",
"etag": "0x8DDF172F38B348A",
"checksum": "07a01d1fbba5a010ba1f387c056a02a339b35568c7e3dd5b02c96b94630307db"
}
},
"3.32.0": {
"x86_64_linux_gnu": {

View File

@@ -22,10 +22,36 @@
},
"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.143"
"version": "0.3.144"
},
"0.3": {
"version": "0.3.143"
"version": "0.3.144"
},
"0.3.144": {
"x86_64_linux_musl": {
"etag": "0x8DDF07E17692D49",
"checksum": "31934e40cb8938d1131718e015e84431cf855346956aceb14f24c4cfe6a24273"
},
"x86_64_macos": {
"etag": "0x8DDF07F7396A422",
"checksum": "5620cea09483ad8ed83ae4a079d7d7af73eef4a77127023edcfd405828741626"
},
"x86_64_windows": {
"etag": "0x8DDF07EBE48DC99",
"checksum": "6639533b3b5a8aca2e92f5f4bb8fe64972f7a21f5d47259443f28417db5e5952"
},
"aarch64_linux_musl": {
"etag": "0x8DDF07E3764293E",
"checksum": "d5ecdabcfb5a24f8421c682e24f24de519f60a9bc142ac55c927acb1c7573c23"
},
"aarch64_macos": {
"etag": "0x8DDF0804B681C8D",
"checksum": "6f1dfb86016eb7dd32977e7770997d9dd96377d8611010316d0d4d01fc9014d5"
},
"aarch64_windows": {
"etag": "0x8DDF07F2336DAF8",
"checksum": "6fcee3ac80a797c095c506170b72358ea6d38e99c0004ff04db3dc6a2da57af8"
}
},
"0.3.143": {
"x86_64_linux_musl": {

86
manifests/ubi.json generated Normal file
View File

@@ -0,0 +1,86 @@
{
"rust_crate": "ubi",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-musl-x86_64.tar.gz",
"bin": "ubi"
},
"x86_64_macos": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-macOS-x86_64.tar.gz",
"bin": "ubi"
},
"x86_64_windows": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Windows-msvc-x86_64.zip",
"bin": "ubi.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-musl-arm64.tar.gz",
"bin": "ubi"
},
"aarch64_macos": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-macOS-arm64.tar.gz",
"bin": "ubi"
},
"aarch64_windows": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Windows-msvc-arm64.zip",
"bin": "ubi.exe"
},
"powerpc64le_linux_gnu": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-gnu-powerpc64le.tar.gz",
"bin": "ubi"
},
"riscv64_linux_gnu": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-gnu-riscv64gc.tar.gz",
"bin": "ubi"
},
"s390x_linux_gnu": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-gnu-s390x.tar.gz",
"bin": "ubi"
}
},
"license_markdown": "[MIT](https://github.com/houseabsolute/ubi/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/houseabsolute/ubi/blob/master/LICENSE-APACHE)",
"latest": {
"version": "0.7.4"
},
"0.7": {
"version": "0.7.4"
},
"0.7.4": {
"x86_64_linux_musl": {
"etag": "0x8DDE33E8277D23B",
"checksum": "913cba6ef010db5cca73863118bf215ae9e78f02b5e38a8fc3195385cea68c1b"
},
"x86_64_macos": {
"etag": "0x8DDE33EB1FD3132",
"checksum": "83d378f0181d4e5b601386d0f658b43da345d4c29308d5e8d2c43f18368c06d1"
},
"x86_64_windows": {
"etag": "0x8DDE33EE0521D86",
"checksum": "450836aebc9ec3f16b03c6883b0c195a24abf419596fec3067fa495306640f7c"
},
"aarch64_linux_musl": {
"etag": "0x8DDE33EDD2FADE5",
"checksum": "f91b62bc9dbe358ae29b7485e0d74f31b3cc87b651b6b3658dc60f1534775f8b"
},
"aarch64_macos": {
"etag": "0x8DDE33E88A30502",
"checksum": "fbed4e8cff1ed4eae94a39ae4e6ad2ca862e876415cdea3cee036bc9d674d066"
},
"aarch64_windows": {
"etag": "0x8DDE33E916C552C",
"checksum": "2df26cd0021aa699309534462dcb62dd2c666edf952b0f63be70495a4aee24ac"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DDE33E6E5D6969",
"checksum": "a010a386fd61c21704c0c9d07d0ca589b2b28cf85a7c563b908cc42f63b316d9"
},
"riscv64_linux_gnu": {
"etag": "0x8DDE33E77AB32DB",
"checksum": "45c50498b0f3a5946befe0c1bd6fcd50d8dcef4279c688e8a9fd87a55c730d07"
},
"s390x_linux_gnu": {
"etag": "0x8DDE33EC518872E",
"checksum": "32fb0b89493298058ea93ea43887a9d8fb57153aa453ac14b513873e46e9d1cc"
}
}
}

124
manifests/uv.json generated Normal file
View File

@@ -0,0 +1,124 @@
{
"rust_crate": null,
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-x86_64-unknown-linux-musl.tar.gz",
"bin": "uv-x86_64-unknown-linux-musl/uv"
},
"x86_64_macos": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-x86_64-apple-darwin.tar.gz",
"bin": "uv-x86_64-apple-darwin/uv"
},
"x86_64_windows": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-x86_64-pc-windows-msvc.zip",
"bin": "uv.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-aarch64-unknown-linux-musl.tar.gz",
"bin": "uv-aarch64-unknown-linux-musl/uv"
},
"aarch64_macos": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-aarch64-apple-darwin.tar.gz",
"bin": "uv-aarch64-apple-darwin/uv"
},
"aarch64_windows": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-aarch64-pc-windows-msvc.zip",
"bin": "uv.exe"
},
"powerpc64le_linux_gnu": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-powerpc64le-unknown-linux-gnu.tar.gz",
"bin": "uv-powerpc64le-unknown-linux-gnu/uv"
},
"riscv64_linux_gnu": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-riscv64gc-unknown-linux-gnu.tar.gz",
"bin": "uv-riscv64gc-unknown-linux-gnu/uv"
},
"s390x_linux_gnu": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-s390x-unknown-linux-gnu.tar.gz",
"bin": "uv-s390x-unknown-linux-gnu/uv"
}
},
"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.8.17"
},
"0.8": {
"version": "0.8.17"
},
"0.8.17": {
"x86_64_linux_musl": {
"etag": "0x8DDF0B4467F86CD",
"checksum": "4057052999a210fe78d93599d2165da9e24c8bbb23370cdd26b66a98ab479203"
},
"x86_64_macos": {
"etag": "0x8DDF0B445D622CA",
"checksum": "31ed353cfd8e6c962e7c60617bd8a9d6b97b704c1ecb5b5eceaff8c6121b54ac"
},
"x86_64_windows": {
"etag": "0x8DDF0B446239D74",
"checksum": "0d051779fbcb173b183efeae1c3e96148764fd82709bbbf0966df3efe48b67c5"
},
"aarch64_linux_musl": {
"etag": "0x8DDF0B443C0BEB1",
"checksum": "bd141b7e263935d14f5725f2a5c1c942fd89642e37683cb904f1984ce7e365f4"
},
"aarch64_macos": {
"etag": "0x8DDF0B4433B3504",
"checksum": "e4d4859d7726298daa4c12e114f269ff282b2cfc2b415dc0b2ca44ae2dbd358e"
},
"aarch64_windows": {
"etag": "0x8DDF0B44369D8C1",
"checksum": "2396749de576e45a40efa35fe94b3f953c3224c21f75c05772593e085d78e77d"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DDF0B4456348C9",
"checksum": "e4b28cab21eb990e2bea768bc9f43b61e4fd554552cea8868c855027decef69d"
},
"riscv64_linux_gnu": {
"etag": "0x8DDF0B4458F3077",
"checksum": "f653caa34479d405d290b825a2fe782bb26c55a7bfaa870911b4e18792312d45"
},
"s390x_linux_gnu": {
"etag": "0x8DDF0B445C1C759",
"checksum": "8fae8182704b4b11316c87d897c3e64f2d3f55ac8c58c482d9bbef9ad611f90c"
}
},
"0.8.16": {
"x86_64_linux_musl": {
"etag": "0x8DDF01386647510",
"checksum": "ee220f112b91b23f641d169ba7a3652c6ab7104e7c666d26104ebd6a2f76be43"
},
"x86_64_macos": {
"etag": "0x8DDF013833787EB",
"checksum": "07491a998fd741090501df9bbfe538f85568901a3a66c9e0368636509158727a"
},
"x86_64_windows": {
"etag": "0x8DDF0138569C9D5",
"checksum": "97fb93678eca3b4f731ea3879ae2e78787976e03f38c9c6fb744ab28bc3aec1b"
},
"aarch64_linux_musl": {
"etag": "0x8DDF0136684A8D0",
"checksum": "6bd6a11c384f07353c3c7eec9bde094f89b92a12dc09caea9df40c424afebea5"
},
"aarch64_macos": {
"etag": "0x8DDF0137096BFC6",
"checksum": "87e4b51b735e8445f6c445c7b4c0398273e40d34cd192bad8158736653600cd6"
},
"aarch64_windows": {
"etag": "0x8DDF013631054A2",
"checksum": "392acca957d8d7cccafbb68ce6c4ba29b2ff00c8b0d4744a2136918d3a7bf765"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DDF0137CA026B2",
"checksum": "91645092447a14c23b47d0f434a787a9555b29e061607d9e60d2d556b831f5aa"
},
"riscv64_linux_gnu": {
"etag": "0x8DDF0137D66B606",
"checksum": "dbaeff3f0baad73c264c35abd937a231fb6b9d1201b6763d82e39e7516358115"
},
"s390x_linux_gnu": {
"etag": "0x8DDF0137F8A6251",
"checksum": "e29c330a8956c13acb0f2af7aa650dd5d9ebba6aefdceaea77f689953d140780"
}
}
}

30
manifests/vacuum.json generated
View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
"latest": {
"version": "0.17.11"
"version": "0.17.12"
},
"0.17": {
"version": "0.17.11"
"version": "0.17.12"
},
"0.17.12": {
"x86_64_linux_musl": {
"etag": "0x8DDF15006CEB2A5",
"checksum": "dd9659cd94f7c993ebfe9fbee4899b13fdccf13ed58ed3214c32514b821bedf4"
},
"x86_64_macos": {
"etag": "0x8DDF150078E92CF",
"checksum": "6345c0744b9d44f76936ec46bbb49f5b9faded525faf75d5ea09004ccdd41bca"
},
"x86_64_windows": {
"etag": "0x8DDF15006C85132",
"checksum": "09ca61552a774685d74399cdf5933d67e37659cd57622c0f66f6804a10a2269b"
},
"aarch64_linux_musl": {
"etag": "0x8DDF15006C4D2AC",
"checksum": "0f9ace177537812dad0d091196a8099a59413c23bec578718ad4275d8523e19b"
},
"aarch64_macos": {
"etag": "0x8DDF15007BAA16A",
"checksum": "3796301e3d1fafc92b960bdf94e40f2a16c65e6d6c6fce34b97d3cec2e034af1"
},
"aarch64_windows": {
"etag": "0x8DDF150078F557E",
"checksum": "360a33ba899c0dbacc49e6db08781920ca62a963da058d4a6e9703cc31086b1e"
}
},
"0.17.11": {
"x86_64_linux_musl": {

View File

@@ -0,0 +1,27 @@
{
"repository": "https://github.com/jdx/mise",
"tag_prefix": "v",
"rust_crate": "${package}",
"bin": "mise/bin/${package}${exe}",
"version_range": ">= 2025.9.7",
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}-v${version}-${rust_target_os}-x64-musl.tar.gz"
},
"x86_64_macos": {
"asset_name": "${package}-v${version}-${rust_target_os}-x64.tar.gz"
},
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target_os}-x64.zip"
},
"aarch64_linux_musl": {
"asset_name": "${package}-v${version}-${rust_target_os}-arm64-musl.tar.gz"
},
"aarch64_macos": {
"asset_name": "${package}-v${version}-${rust_target_os}-arm64.tar.gz"
},
"aarch64_windows": {
"asset_name": "${package}-v${version}-${rust_target_os}-arm64.zip"
}
}
}

View File

@@ -0,0 +1,36 @@
{
"repository": "https://github.com/houseabsolute/ubi",
"tag_prefix": "v",
"rust_crate": "${package}",
"bin": "${package}${exe}",
"version_range": ">= 0.7.4",
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}-Linux-musl-${rust_target_arch}.tar.gz"
},
"x86_64_macos": {
"asset_name": "${package}-macOS-${rust_target_arch}.tar.gz"
},
"x86_64_windows": {
"asset_name": "${package}-Windows-msvc-${rust_target_arch}.zip"
},
"aarch64_linux_musl": {
"asset_name": "${package}-Linux-musl-arm64.tar.gz"
},
"aarch64_macos": {
"asset_name": "${package}-macOS-arm64.tar.gz"
},
"aarch64_windows": {
"asset_name": "${package}-Windows-msvc-arm64.zip"
},
"powerpc64le_linux_gnu": {
"asset_name": "${package}-Linux-gnu-powerpc64le.tar.gz"
},
"riscv64_linux_gnu": {
"asset_name": "${package}-Linux-gnu-riscv64gc.tar.gz"
},
"s390x_linux_gnu": {
"asset_name": "${package}-Linux-gnu-s390x.tar.gz"
}
}
}

View File

@@ -0,0 +1,44 @@
{
"repository": "https://github.com/astral-sh/uv",
"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)",
"tag_prefix": "",
"version_range": ">= 0.8.16",
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}-x86_64-unknown-linux-musl.tar.gz",
"bin": "${package}-x86_64-unknown-linux-musl/${package}${exe}"
},
"x86_64_macos": {
"asset_name": "${package}-x86_64-apple-darwin.tar.gz",
"bin": "${package}-x86_64-apple-darwin/${package}${exe}"
},
"x86_64_windows": {
"asset_name": "${package}-x86_64-pc-windows-msvc.zip",
"bin": "${package}${exe}"
},
"aarch64_linux_musl": {
"asset_name": "${package}-aarch64-unknown-linux-musl.tar.gz",
"bin": "${package}-aarch64-unknown-linux-musl/${package}${exe}"
},
"aarch64_macos": {
"asset_name": "${package}-aarch64-apple-darwin.tar.gz",
"bin": "${package}-aarch64-apple-darwin/${package}${exe}"
},
"aarch64_windows": {
"asset_name": "${package}-aarch64-pc-windows-msvc.zip",
"bin": "${package}${exe}"
},
"powerpc64le_linux_gnu": {
"asset_name": "${package}-powerpc64le-unknown-linux-gnu.tar.gz",
"bin": "${package}-powerpc64le-unknown-linux-gnu/${package}${exe}"
},
"riscv64_linux_gnu": {
"asset_name": "${package}-riscv64gc-unknown-linux-gnu.tar.gz",
"bin": "${package}-riscv64gc-unknown-linux-gnu/${package}${exe}"
},
"s390x_linux_gnu": {
"asset_name": "${package}-s390x-unknown-linux-gnu.tar.gz",
"bin": "${package}-s390x-unknown-linux-gnu/${package}${exe}"
}
}
}