mirror of
https://github.com/taiki-e/install-action.git
synced 2026-07-19 00:36:49 -04:00
Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ace6ebe54a | ||
|
|
9593d26a56 | ||
|
|
0569c0141a | ||
|
|
5ea9fc8c27 | ||
|
|
d9b6e0d11a | ||
|
|
d22450fe07 | ||
|
|
586c055e27 | ||
|
|
5e27d3091b | ||
|
|
eda88a4fdb | ||
|
|
30ff9da4b1 | ||
|
|
6d00aba4aa | ||
|
|
d33c9f482a | ||
|
|
0caaebb882 | ||
|
|
7b7f7821d3 | ||
|
|
cb1678ce23 | ||
|
|
9e1e5806d4 | ||
|
|
788896b616 | ||
|
|
7631577b66 | ||
|
|
e0f1a05cc9 | ||
|
|
3cda1e20d1 | ||
|
|
11ac3210af | ||
|
|
b5f9e335d3 | ||
|
|
4e48cd5f51 | ||
|
|
e0a9235733 | ||
|
|
8b3c737da4 | ||
|
|
235ca0ecf7 | ||
|
|
becde9fc06 | ||
|
|
bd5e15cfa7 | ||
|
|
3ca0bdc037 | ||
|
|
042cb49a8e | ||
|
|
2b8f2b30cd | ||
|
|
59eb0794ef | ||
|
|
bdc0c6ca9c | ||
|
|
044325ff6e | ||
|
|
fca76422dd |
2
.github/ISSUE_TEMPLATE/new_tool.yml
vendored
2
.github/ISSUE_TEMPLATE/new_tool.yml
vendored
@@ -11,7 +11,7 @@ body:
|
||||
Instead, please submit a pull request.
|
||||
(See [DEVELOPMENT.md](https://github.com/taiki-e/install-action/blob/main/DEVELOPMENT.md) for how to add support for a new tool.)
|
||||
|
||||
That said, if you have any questions before getting started, or if you’re unable to contribute for any reason, feel free to open an issue.
|
||||
That said, if you have any questions before getting started, or if you're unable to contribute for any reason, feel free to open an issue.
|
||||
- type: input
|
||||
id: name
|
||||
attributes:
|
||||
|
||||
53
CHANGELOG.md
53
CHANGELOG.md
@@ -10,6 +10,54 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.82.3] - 2026-06-24
|
||||
|
||||
- Update `zizmor@latest` to 1.26.1.
|
||||
|
||||
- Update `wasmtime@latest` to 46.0.0.
|
||||
|
||||
- Update `tombi@latest` to 1.1.5.
|
||||
|
||||
- Update `mise@latest` to 2026.6.12.
|
||||
|
||||
- Update `kingfisher@latest` to 1.104.0.
|
||||
|
||||
- Update `cargo-tarpaulin@latest` to 0.35.5.
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.138.
|
||||
|
||||
- Update `cargo-crap@latest` to 0.3.0.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.20.1.
|
||||
|
||||
- Update `cargo-rdme@latest` to 2.0.1.
|
||||
|
||||
## [2.82.2] - 2026-06-21
|
||||
|
||||
- Update `xh@latest` to 0.26.1.
|
||||
|
||||
- Update `uv@latest` to 0.11.23.
|
||||
|
||||
- Update `trivy@latest` to 0.71.2.
|
||||
|
||||
- Update `sccache@latest` to 0.16.0.
|
||||
|
||||
## [2.82.1] - 2026-06-20
|
||||
|
||||
- Update `vacuum@latest` to 0.29.4.
|
||||
|
||||
- Update `uv@latest` to 0.11.22.
|
||||
|
||||
- Update `osv-scanner@latest` to 2.4.0.
|
||||
|
||||
- Update `mise@latest` to 2026.6.11.
|
||||
|
||||
- Update `martin@latest` to 1.11.0.
|
||||
|
||||
- Update `just@latest` to 1.53.0.
|
||||
|
||||
- Update `cargo-zigbuild@latest` to 0.23.0.
|
||||
|
||||
## [2.82.0] - 2026-06-17
|
||||
|
||||
- Support `cargo-vet`. ([#1908](https://github.com/taiki-e/install-action/pull/1908), thanks @jakewimmer)
|
||||
@@ -6850,7 +6898,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.82.0...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.82.3...HEAD
|
||||
[2.82.3]: https://github.com/taiki-e/install-action/compare/v2.82.2...v2.82.3
|
||||
[2.82.2]: https://github.com/taiki-e/install-action/compare/v2.82.1...v2.82.2
|
||||
[2.82.1]: https://github.com/taiki-e/install-action/compare/v2.82.0...v2.82.1
|
||||
[2.82.0]: https://github.com/taiki-e/install-action/compare/v2.81.11...v2.82.0
|
||||
[2.81.11]: https://github.com/taiki-e/install-action/compare/v2.81.10...v2.81.11
|
||||
[2.81.10]: https://github.com/taiki-e/install-action/compare/v2.81.9...v2.81.10
|
||||
|
||||
@@ -39,7 +39,7 @@ name to one of the `*_incompat` arrays in `tools/ci/tool-list.sh`.
|
||||
|
||||
## Release new version
|
||||
|
||||
Releases are performed by running the [release workflow](https://github.com/taiki-e/install-action/actions/workflows/release.yml) via workflow dispatch. The owner and collaborators can start the release workflow, but the owner’s [approval](https://docs.github.com/en/actions/reference/workflows-and-actions/deployments-and-environments#required-reviewers) is required before the actual release.
|
||||
Releases are performed by running the [release workflow](https://github.com/taiki-e/install-action/actions/workflows/release.yml) via workflow dispatch. The owner and collaborators can start the release workflow, but the owner's [approval](https://docs.github.com/en/actions/reference/workflows-and-actions/deployments-and-environments#required-reviewers) is required before the actual release.
|
||||
|
||||
### Minor version vs patch version
|
||||
|
||||
|
||||
4
TOOLS.md
4
TOOLS.md
@@ -40,7 +40,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**cargo-neat**](https://github.com/killzoner/cargo-neat) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/killzoner/cargo-neat/releases) | Linux, macOS, Windows | [MIT](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-APACHE) | |
|
||||
| [**cargo-nextest**](https://github.com/nextest-rs/nextest) (alias: `nextest`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/nextest-rs/nextest/releases) | Linux, macOS, Windows | [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) | |
|
||||
| [**cargo-no-dev-deps**](https://github.com/taiki-e/cargo-no-dev-deps) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-no-dev-deps/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-MIT) | |
|
||||
| [**cargo-rdme**](https://github.com/orium/cargo-rdme) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/orium/cargo-rdme/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md) | |
|
||||
| [**cargo-rdme**](https://github.com/orium/cargo-rdme) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/orium/cargo-rdme/releases) | Linux, macOS, Windows | [MIT](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md) | |
|
||||
| [**cargo-semver-checks**](https://github.com/obi1kenobi/cargo-semver-checks) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/obi1kenobi/cargo-semver-checks/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT) | |
|
||||
| [**cargo-shear**](https://github.com/Boshen/cargo-shear) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/Boshen/cargo-shear/releases) | Linux, macOS, Windows | [MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE) | |
|
||||
| [**cargo-sort**](https://github.com/DevinR528/cargo-sort) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/DevinR528/cargo-sort/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/DevinR528/cargo-sort/blob/v1.0.9/Cargo.toml#L5) | |
|
||||
@@ -51,7 +51,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**cargo-vet**](https://github.com/mozilla/cargo-vet) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/mozilla/cargo-vet/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/mozilla/cargo-vet/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/mozilla/cargo-vet/blob/main/LICENSE-MIT) | |
|
||||
| [**cargo-xwin**](https://github.com/rust-cross/cargo-xwin) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-cross/cargo-xwin/releases) | Linux, macOS, Windows | [MIT](https://github.com/rust-cross/cargo-xwin/blob/main/LICENSE) | |
|
||||
| [**cargo-zigbuild**](https://github.com/rust-cross/cargo-zigbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-cross/cargo-zigbuild/releases) | Linux, macOS, Windows | [MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE) | |
|
||||
| [**convco**](https://github.com/convco/convco) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/convco/convco/releases) | Linux, macOS, Windows | [MIT](https://github.com/convco/convco/blob/main/LICENSE) | |
|
||||
| [**convco**](https://github.com/convco/convco) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/convco/convco/releases) | Linux, macOS, Windows | [MIT](https://github.com/convco/convco/blob/main/LICENSE) | |
|
||||
| [**coreutils**](https://github.com/uutils/coreutils) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/uutils/coreutils/releases) | Linux, macOS, Windows | [MIT](https://github.com/uutils/coreutils/blob/main/LICENSE) | |
|
||||
| [**cosign**](https://github.com/sigstore/cosign) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/sigstore/cosign/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/sigstore/cosign/blob/main/LICENSE) | |
|
||||
| [**covgate**](https://github.com/jesse-black/covgate) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jesse-black/covgate/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/jesse-black/covgate/blob/main/LICENSE) | |
|
||||
|
||||
38
manifests/biome.json
generated
38
manifests/biome.json
generated
@@ -10,6 +10,44 @@
|
||||
"2.5": {
|
||||
"version": "2.5.0"
|
||||
},
|
||||
"2.5.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.1/biome-linux-x64-musl",
|
||||
"etag": "0x8DED0FC290EC5AC",
|
||||
"hash": "5cbcad4b0d118b6a39ed41c8a883d8a395d2bc23501309fd57057fefee96211d",
|
||||
"bin": "biome"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.1/biome-darwin-x64",
|
||||
"etag": "0x8DED0FC28E6D11D",
|
||||
"hash": "44cce7ced9643d03f0855ace64a32e7830af0eff0cf20677fc48a308db9a8c5e",
|
||||
"bin": "biome"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.1/biome-win32-x64.exe",
|
||||
"etag": "0x8DED0FC290D19BF",
|
||||
"hash": "c176d3309e744c4f0d4f36c6c5a9bcd316ca977f48b874f777cd4223aa23d5ae",
|
||||
"bin": "biome.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.1/biome-linux-arm64-musl",
|
||||
"etag": "0x8DED0FC2870AB9A",
|
||||
"hash": "80a47021d9c8cc02c3a612ac2b012e0451143c90ba563c906b7dbb4261eaf55a",
|
||||
"bin": "biome"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.1/biome-darwin-arm64",
|
||||
"etag": "0x8DED0FC288A3155",
|
||||
"hash": "08fd07b53503fc433586eecb4eeb92491dba0b31dea0aa7dc158a935734a1c4c",
|
||||
"bin": "biome"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.1/biome-win32-arm64.exe",
|
||||
"etag": "0x8DED0FC28BA202F",
|
||||
"hash": "ef3b9b65c08d84701970f70fb67e20901c5e4da39b5b9cd2eea7c194c51addac",
|
||||
"bin": "biome.exe"
|
||||
}
|
||||
},
|
||||
"2.5.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.0/biome-linux-x64-musl",
|
||||
|
||||
32
manifests/cargo-binstall.json
generated
32
manifests/cargo-binstall.json
generated
@@ -24,36 +24,36 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.20.0"
|
||||
"version": "1.20.1"
|
||||
},
|
||||
"1.20.0": {
|
||||
"1.20.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEC55C18256631",
|
||||
"hash": "4d7875788d0505547c220d2b02d3619aac0dd19b7033eba7005a8d09ff1dc433"
|
||||
"etag": "0x8DECF44FD1488CD",
|
||||
"hash": "f12954bc382e1d0b2df3fbfb217a05d92c25570e4517841e0613499a24f4594e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEC55C1EE18960",
|
||||
"hash": "2ef14fc607859ba238bce73512eba68941e3addc61cb40282171287fbdee5ff4"
|
||||
"etag": "0x8DECF450270113C",
|
||||
"hash": "349f5ec5f8b996e990993c90c504211321d8bf839e11e409e8fa3b628eefc56f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEC55C1C9243D0",
|
||||
"hash": "185c115ef1977e044e009336c77bf41cc61f144944fdb43e2d84f291b96648dc"
|
||||
"etag": "0x8DECF4500AC2B18",
|
||||
"hash": "89123c22482e2503a5fa861fa30cd61c59c708a97e8550143c1a11de98ae2658"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEC55C2A85BF01",
|
||||
"hash": "3e85b6bbdf971806562ea4070bb4bdae8591fb7bcc2e0f4ea693f40c4ab92159"
|
||||
"etag": "0x8DECF450B5A21EF",
|
||||
"hash": "23679581c4cfa1782953264a6e36965198aed995b3a5287550dd78a113ce2288"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEC55C32B09DFE",
|
||||
"hash": "24a9cbf1e4c238881f408d7cca11f4aafba1fdeb0e518887638af5dd40e6ac3d"
|
||||
"etag": "0x8DECF4511540D6D",
|
||||
"hash": "691c4fda20d2e58920dc056e4eb7dacec6de448bb547aca17b0ae819716ebef6"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEC55C2FE6BF10",
|
||||
"hash": "4ee45f449f871adfec4eea5ed0643ad4830a9b5aa684a22796f65492f14b997e"
|
||||
"etag": "0x8DECF450F3E28FD",
|
||||
"hash": "f4cf0507cf304cc41b964beb90e4c755c4263e28b31e3c4eefbe0aec9a971eea"
|
||||
},
|
||||
"riscv64_linux_musl": {
|
||||
"etag": "0x8DEC55C23BC1684",
|
||||
"hash": "0cb6acf4e4b2687e5a767df685d4eec069b4bd405dfb7d0a29aa1c1319f2887a"
|
||||
"etag": "0x8DECF4506006072",
|
||||
"hash": "1ab8aabf7cc2898e01de95e515625555a96371bb467d0154fa5d566799f672cf"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
27
manifests/cargo-crap.json
generated
27
manifests/cargo-crap.json
generated
@@ -23,7 +23,32 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.2"
|
||||
"version": "0.3.0"
|
||||
},
|
||||
"0.3": {
|
||||
"version": "0.3.0"
|
||||
},
|
||||
"0.3.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DED0415918ADA0",
|
||||
"hash": "0e9e3639d8a49fe2fab3aee3554d04845ccd7f46ca20e7211489402d56f18d63"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED041590F902D",
|
||||
"hash": "6997ed7f0c4e15fd18a4b031b44878fb5e375a0217c70764373adaf9012f4fff"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED0415908BA0A",
|
||||
"hash": "57554efc37bb78c6c18b21ecb1b2c51d4beb63bdc7e588d75f686274b673b088"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DED041591AA73D",
|
||||
"hash": "b8a8ff9eb893d157d5480ca1a1deddcdde4d6808760950565a5bf463b414e2a5"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED041591299FC",
|
||||
"hash": "024343f33e055ce8cf76e701deaa32ef1c4f916810917f0cd93bb7d9cb8fbd8d"
|
||||
}
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.2"
|
||||
|
||||
39
manifests/cargo-nextest.json
generated
39
manifests/cargo-nextest.json
generated
@@ -27,10 +27,45 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.9.137"
|
||||
"version": "0.9.138"
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.137"
|
||||
"version": "0.9.138"
|
||||
},
|
||||
"0.9.138": {
|
||||
"previous_stable_version": "0.9.137",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DECFDF4C0E2AAB",
|
||||
"hash": "3793bf0c27607b196f502c39b2108f571de89fcda7586ae6beefa11ee177b216"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECFE04DD83A8E",
|
||||
"hash": "8e4183e39b857350b928e053b40ffc7180c01e7cbf4d13146e5d8a12ec210f4f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECFDF9705AE29",
|
||||
"hash": "124baa34d160355fa8a8bed053856270cfcf132659e76a0bc8bbcdfc093266b7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECFE2302C64D8",
|
||||
"hash": "e4606198dd067299f16863dcf5b9be007b9cae041e468c417884fc224760c0f4"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DECFE0178A31D1",
|
||||
"hash": "e1c85dbe02dcf5b963803b3f96f4f561757f5c37cab68c932411dea20d57284e"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECFE0396C8F80",
|
||||
"hash": "3eff5e9d9e8a4560c46db64608b0ffff88372199db82aa87ff202e767713c807"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECFE19740231C",
|
||||
"hash": "e4d5595674916267278a0ac821b221c977faa4416f122f004fae41ae1ac2f2ac"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DECFE055EBF42A",
|
||||
"hash": "3298f6d9820a43c08343063baec382f0bcb98d8f8d2f7cacf51466e344fbe33f"
|
||||
}
|
||||
},
|
||||
"0.9.137": {
|
||||
"previous_stable_version": "0.9.136",
|
||||
|
||||
37
manifests/cargo-rdme.json
generated
37
manifests/cargo-rdme.json
generated
@@ -2,7 +2,42 @@
|
||||
"rust_crate": "cargo-rdme",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "1.4.2"
|
||||
"version": "2.0.1"
|
||||
},
|
||||
"2": {
|
||||
"version": "2.0.1"
|
||||
},
|
||||
"2.0": {
|
||||
"version": "2.0.1"
|
||||
},
|
||||
"2.0.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.1/cargo-rdme_v2.0.1_x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DED0984EFA079A",
|
||||
"hash": "037abe5c85d969f63572f686fb06166c94c7997b496918693c9b79be6aae3497"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.1/cargo-rdme_v2.0.1_x86_64-pc-windows-gnu.zip",
|
||||
"etag": "0x8DED0987BE63E14",
|
||||
"hash": "9edc2cba15abeeafd1f0e2461f9079454b4d2042469f61ceb9a5532873509c06"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.1/cargo-rdme_v2.0.1_aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DED0983154167C",
|
||||
"hash": "190cc1c68d8bea1eb223bb8433d032ffe768afe05bc342fdaa41725b05b836c8"
|
||||
}
|
||||
},
|
||||
"2.0.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.0/cargo-rdme_v2.0.0_x86_64-unknown-linux-musl.tar.bz2",
|
||||
"etag": "0x8DECF33F9639E39",
|
||||
"hash": "658007bb3d501a4c53e681e0d135c19924ac0c88b225d581932de8206705f177"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.0/cargo-rdme_v2.0.0_x86_64-pc-windows-gnu.zip",
|
||||
"etag": "0x8DECF33F6C000F7",
|
||||
"hash": "9d4e75c9f325859fca8c0c74a6f823526fdc2fb123d38cf071c2875957769d96"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"version": "1.4.2"
|
||||
|
||||
26
manifests/cargo-tarpaulin.json
generated
26
manifests/cargo-tarpaulin.json
generated
@@ -18,10 +18,32 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.35.4"
|
||||
"version": "0.35.5"
|
||||
},
|
||||
"0.35": {
|
||||
"version": "0.35.4"
|
||||
"version": "0.35.5"
|
||||
},
|
||||
"0.35.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECEEC9FDB3845",
|
||||
"hash": "72a42010d4910a3479d2f5499b2f5ee3620184e1a5be32c0455c9219b36af45a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECEEC7F130DF0",
|
||||
"hash": "17f40f8c6be1a5df1d6e92c26fafdd9e57397c5a658a66cfd850e2b2ba567cef"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECEECB9087D5E",
|
||||
"hash": "4e1005efd2c219178d1eb637099aa682f4de078d71b5223ecb97359226d0af85"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECEECA6EFA180",
|
||||
"hash": "1ad666d372d372d393e355a2d14b178190ffdbb2e702ce3ee3abdc120b8f9164"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECEEC706A54C3",
|
||||
"hash": "a8742b7fd11a87318dfd7afa2f337553cab8cae47f085ab7a46536c226cbdd51"
|
||||
}
|
||||
},
|
||||
"0.35.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
43
manifests/cargo-zigbuild.json
generated
43
manifests/cargo-zigbuild.json
generated
@@ -2,7 +2,48 @@
|
||||
"rust_crate": "cargo-zigbuild",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.22.3"
|
||||
"version": "0.23.0"
|
||||
},
|
||||
"0.23": {
|
||||
"version": "0.23.0"
|
||||
},
|
||||
"0.23.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||
"etag": "0x8DECD0A782C8514",
|
||||
"hash": "f0aa9cc8220a84788c6e4a9b6d80422f041659227b680fdef982d5a8ddffddb4",
|
||||
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||
"etag": "0x8DECD0A77E2AFB8",
|
||||
"hash": "f8c746d12dfae79ac0704c5aa13631a05b24c3e4ee7216eb40f70943bd8ca7b1",
|
||||
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DECD0A7810B7E3",
|
||||
"hash": "82ff1207be9e9533267b83dbe33d0b16b30043f116dc336d9a526667fa27622a",
|
||||
"bin": "cargo-zigbuild.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||
"etag": "0x8DECD0A777B013D",
|
||||
"hash": "5917d5416884cba0f23c2653016f7f2df2ec04e74eb6b259598fecc066f8c429",
|
||||
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||
"etag": "0x8DECD0A777DE43B",
|
||||
"hash": "3d8f1ad296d3f3e97122607f7c972393c6329801027acb71bb7d17a4e30ef092",
|
||||
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DECD0A778C6EE0",
|
||||
"hash": "d9ffaa509e5d5d05b931b2ee4bffaf666cb80ea585f20c2c8a80820f5a9186b1",
|
||||
"bin": "cargo-zigbuild.exe"
|
||||
}
|
||||
},
|
||||
"0.22": {
|
||||
"version": "0.22.3"
|
||||
|
||||
33
manifests/just.json
generated
33
manifests/just.json
generated
@@ -21,10 +21,39 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.52.0"
|
||||
"version": "1.53.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.52.0"
|
||||
"version": "1.53.0"
|
||||
},
|
||||
"1.54.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED0DF278EA430",
|
||||
"hash": "193e2b04bac8ff3568ff81cf62f8c9db08f8083e16665e28d400dd35bac47ffd"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED0DF1482500F",
|
||||
"hash": "3f1adefef12bcdf99134a44bde53b779e83726381e15de92113ce4bf2a3cf61f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED0DF5C7067F2",
|
||||
"hash": "860e21474e956eaa9879d62f68cc24530254eefe14ac108eaf707c0daf56a6d0"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED0DF26A1DD1F",
|
||||
"hash": "2162accb54d087c6fbd165c1baedccb0f93b4953af7f00309b8f928016c49cae"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED0DF173FA47A",
|
||||
"hash": "a776fc5015491f84580875bc6dad3de59fa4f47a309ccac49d1287cb55f9b599"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED0DF54B3C2A6",
|
||||
"hash": "53037b100843ba20826506aa8857c3b209d01542643570190a51692e3e91068f"
|
||||
}
|
||||
},
|
||||
"1.53": {
|
||||
"version": "1.53.0"
|
||||
},
|
||||
"1.53.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
33
manifests/kingfisher.json
generated
33
manifests/kingfisher.json
generated
@@ -27,10 +27,39 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.103.0"
|
||||
"version": "1.104.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.103.0"
|
||||
"version": "1.104.0"
|
||||
},
|
||||
"1.104": {
|
||||
"version": "1.104.0"
|
||||
},
|
||||
"1.104.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED00AA6E9DF87",
|
||||
"hash": "05c37684fad4ad8f93b7c0f5412647a4962adff73099594e36f277dbfebd16f8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED00AAA92883C",
|
||||
"hash": "b7941fc4bcebd784f85565690b9a22fec7320525f74359f9b4903e09624b4ad4"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED00AA5AEF457",
|
||||
"hash": "cdbcd03cab7a1f2c7b96f6f127e2a431cb98f78b1fd0d29dd90b83b08217b5a4"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED00AA8F555AE",
|
||||
"hash": "46a6c95f883b0c2ebca3719f6546f96b668b0adb3b98287547954b6ca3411fcd"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED00AAB155EE0",
|
||||
"hash": "a50367302598132451620b7467237f1b9517d45a37994fcc4fd239ef78d3a5d6"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED00AA659B540",
|
||||
"hash": "0d9cd18396ba52ec8360a8e34a8dad7636e77b7113a30d90c9a3db73ed0abf1d"
|
||||
}
|
||||
},
|
||||
"1.103": {
|
||||
"version": "1.103.0"
|
||||
|
||||
7
manifests/martin.json
generated
7
manifests/martin.json
generated
@@ -31,10 +31,13 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.10.1"
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.10.1"
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1.11": {
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1.11.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
58
manifests/mise.json
generated
58
manifests/mise.json
generated
@@ -27,13 +27,65 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "2026.6.10"
|
||||
"version": "2026.6.12"
|
||||
},
|
||||
"2026": {
|
||||
"version": "2026.6.10"
|
||||
"version": "2026.6.12"
|
||||
},
|
||||
"2026.6": {
|
||||
"version": "2026.6.10"
|
||||
"version": "2026.6.12"
|
||||
},
|
||||
"2026.6.13": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED16B68581FB1",
|
||||
"hash": "57674801e81f4754c207bf093702d592fe7151664a043680489760a04048af65"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED16B6B0E1E70",
|
||||
"hash": "846f8a104086565dcad1f6416e7aacf1b8a31031b5130c9280ec81ca21774f85"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED16B6C779DC6",
|
||||
"hash": "8fbe7ac26aac426c840ab4c5d115381922f306daa516752b12518ea91730d72c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED16B63DA8322",
|
||||
"hash": "87de9baf6170aee7e126965a51f172eb05ac17a63907936fa5a491e154b34195"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED16B6A7EB4D7",
|
||||
"hash": "36478f14679e37ff38dfd3f238db6355dd5a90e1b3798b8a631d4574f46a280f"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED16B6C1F80AB",
|
||||
"hash": "69b2e68bda9ffaebf2c1abb3ed40480784b9077263355af6b2aaf82282d28a29"
|
||||
}
|
||||
},
|
||||
"2026.6.12": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECFFB7E8E00CD",
|
||||
"hash": "3ce5ad40a9ce0280e0f80e447cfbcfa0b40281b9d4d0fd5a0a66c47c28c2a5e3"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECFFB8282A032",
|
||||
"hash": "7dd80a907340fa319ce51c351b67c6e4d2ba4017bf58ca0dbbec20e38af61607"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECFFB84F0756F",
|
||||
"hash": "020b5715d2169bd63eef693eae9b6783dd9581d894d795ab0d7e10dfb174c7db"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECFFB7864C31F",
|
||||
"hash": "39905c8a85c3ef0bae3ba665b0ac602bc338da599f8c4a0c7912e7ebc4930201"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECFFB811312E5",
|
||||
"hash": "d12c07f0e270d3cc65c25ba4eb7c789fd7ee5380965b3fa31426be1d0b9deed9"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECFFB83C01859",
|
||||
"hash": "15584e0211cd2982512521399140e3139f6367a6857d01ed649ab901a45a44c8"
|
||||
}
|
||||
},
|
||||
"2026.6.11": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
39
manifests/osv-scanner.json
generated
39
manifests/osv-scanner.json
generated
@@ -2,10 +2,45 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "2.3.8"
|
||||
"version": "2.4.0"
|
||||
},
|
||||
"2": {
|
||||
"version": "2.3.8"
|
||||
"version": "2.4.0"
|
||||
},
|
||||
"2.4": {
|
||||
"version": "2.4.0"
|
||||
},
|
||||
"2.4.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_linux_amd64",
|
||||
"etag": "0x8DECD3DEC149DF3",
|
||||
"hash": "15314940c10d26af9c6649f150b8a47c1262e8fc7e17b1d1029b0e479e8ed8a0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_darwin_amd64",
|
||||
"etag": "0x8DECD3DEE43786C",
|
||||
"hash": "088119325156321c34c456ac3703d6013538fd71cbac82b891ab34db491e4d66"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_windows_amd64.exe",
|
||||
"etag": "0x8DECD3DEC332732",
|
||||
"hash": "0cdd113610126d5dfd5e12ad0e0b4f3e879291ff19bb43b0c52ed2f2c2df1a37"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_linux_arm64",
|
||||
"etag": "0x8DECD3DEC66807F",
|
||||
"hash": "44e580752910f0ff36ec99aff59af20f65df1e859aa31e5605a8f0d055b496e9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_darwin_arm64",
|
||||
"etag": "0x8DECD3DEE87131D",
|
||||
"hash": "9ca3185ad63e9ab54f7cb90f46a7362be02d80e37f0123d095a54355ea202f5d"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_windows_arm64.exe",
|
||||
"etag": "0x8DECD3DEC13B498",
|
||||
"hash": "1ce89d7d8ef083634648ef0f193fe1254f36f46f4bdc93d61178adacc2e60da0"
|
||||
}
|
||||
},
|
||||
"2.3": {
|
||||
"version": "2.3.8"
|
||||
|
||||
39
manifests/sccache.json
generated
39
manifests/sccache.json
generated
@@ -35,7 +35,44 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.15.0"
|
||||
"version": "0.16.0"
|
||||
},
|
||||
"0.16": {
|
||||
"version": "0.16.0"
|
||||
},
|
||||
"0.16.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECDE99D60E446",
|
||||
"hash": "aec995a83ad3dff3d14b6314e08858b7b73d35ca85a5bcf3d3a9ec07dee35588"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECDE99BCE6B85",
|
||||
"hash": "f7dbd055db75a938ab1539f5316c5d08e73a1b94c40ab170ddcc617f5bf18343"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECDE99C8F2745",
|
||||
"hash": "c82319cc392b693e9fc72e6567cce47e218308f00fbf1df942e39b62e30f98da"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECDE995E7A322",
|
||||
"hash": "f73a5c39f96bb6ebb89cc7915cf182260d4cbf30765322c5e793d0fe8bd80784"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECDE9941A92B9",
|
||||
"hash": "ded590cae2c72042c61178632906bef62d635fa20d45f8b22110a2241f430960"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECDE994E5DDD8",
|
||||
"hash": "09ca24bf12288b4b7ff8a852d89e533aa67353f7b956e73a3d7c298256ededa7"
|
||||
},
|
||||
"riscv64_linux_musl": {
|
||||
"etag": "0x8DECDE9993A9AD3",
|
||||
"hash": "8632d0fa3037e2d1216c978e7273bfc96981cf98442cef5722a78aad7e33ad06"
|
||||
},
|
||||
"s390x_linux_musl": {
|
||||
"etag": "0x8DECDE99AF134B4",
|
||||
"hash": "1e1fe3398c6b472d8a5bc4984a24a26231a74040e5bee44e655de542d25caf83"
|
||||
}
|
||||
},
|
||||
"0.15": {
|
||||
"version": "0.15.0"
|
||||
|
||||
78
manifests/tombi.json
generated
78
manifests/tombi.json
generated
@@ -2,13 +2,85 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "1.1.3"
|
||||
"version": "1.1.5"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.1.3"
|
||||
"version": "1.1.5"
|
||||
},
|
||||
"1.1": {
|
||||
"version": "1.1.3"
|
||||
"version": "1.1.5"
|
||||
},
|
||||
"1.1.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.5/tombi-cli-1.1.5-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DED04721E0559B",
|
||||
"hash": "533d47fe516468fa0abc245050dbc120fcbfa4399fdbfebe863758dc9d95f5fe",
|
||||
"bin": "tombi-cli-1.1.5-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.5/tombi-cli-1.1.5-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DED04721E18CBA",
|
||||
"hash": "c9c4328970fe46f17edbafea4b4880bfa9e7eaa8baab9baf0813a47e99af452e",
|
||||
"bin": "tombi-cli-1.1.5-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.5/tombi-cli-1.1.5-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DED04721EE4F9A",
|
||||
"hash": "c6a4234c17cff35f6ab687b35bea85d63bb1b91c96a70bde043bd1c9dc260dea"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.5/tombi-cli-1.1.5-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DED0472204A4A9",
|
||||
"hash": "32cde3d006175407f44535770747b4629c27776fde62a0cbb1f891e8361526dc",
|
||||
"bin": "tombi-cli-1.1.5-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.5/tombi-cli-1.1.5-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DED04721DA8FBC",
|
||||
"hash": "bb6c09efabc5114d6ae7e188fc72ce28e2b8e378f79835d5601e6bc038bca0ea",
|
||||
"bin": "tombi-cli-1.1.5-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.5/tombi-cli-1.1.5-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DED047229E51F7",
|
||||
"hash": "1a184c261ca5a6b817d8ef7f5b3104751b1e2171afa45c0c59ac5bb740b12846"
|
||||
}
|
||||
},
|
||||
"1.1.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DECF37A1ECFB4D",
|
||||
"hash": "65586fb53f36b989636d2e83e27316d788056835cc7f8e6e38ba445fb17d9b43",
|
||||
"bin": "tombi-cli-1.1.4-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DECF37A25E0277",
|
||||
"hash": "6dbc29396ee4c85bb73dcc67dd398772964bf2fca4ba671bed31e80fefe8a93a",
|
||||
"bin": "tombi-cli-1.1.4-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DECF37A1E17856",
|
||||
"hash": "6a62ddbfda2e32a59e05fdab6d93a9c33938e0f0ae05594cad8666a81d91eef7"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DECF37A1E0413C",
|
||||
"hash": "2f0242007c7723706b2c62bb07fc1351ffd9604bf45bfedde68f8588c61d260f",
|
||||
"bin": "tombi-cli-1.1.4-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DECF37A1D440C1",
|
||||
"hash": "db11c9c7e0b3d628ce62040f2e4be3cdacb808193de30959dbc48ad7250c3926",
|
||||
"bin": "tombi-cli-1.1.4-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DECF37A24A429C",
|
||||
"hash": "f3ccf5813776f2202d8ee5258298c604f700c588f3ef3a974b0b85b2c864db29"
|
||||
}
|
||||
},
|
||||
"1.1.3": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
34
manifests/trivy.json
generated
34
manifests/trivy.json
generated
@@ -31,10 +31,40 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.71.1"
|
||||
"version": "0.71.2"
|
||||
},
|
||||
"0.71": {
|
||||
"version": "0.71.1"
|
||||
"version": "0.71.2"
|
||||
},
|
||||
"0.71.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DECDEEB9FAC982",
|
||||
"hash": "0510e71e2fd39bf863856d499c8dc19feb4e7336546394c502a8f5cc7ab27460"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECDEEB7939380",
|
||||
"hash": "c27bcf4ddd281aecb7267eb5df804ec49ac0f8fa23fe018d33932e17f30a38bf"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECDEEB76909D8",
|
||||
"hash": "ea31c2a927382410cfa2b4eb5970aed62308cf28902e1d167ea36bbfa0515095"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DECDEEB80AED8A",
|
||||
"hash": "fe1c7106e15a5365d485b098a8c338f91e3b7ba71cb0e4963b98a3a098763cfc"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECDEEB96021E7",
|
||||
"hash": "a9f585cad53542a54ef286b5fa4199d081e5a061f8894635bdf3ce2608ece7a9"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DECDEEBADECC64",
|
||||
"hash": "c5ed00cf9d5b266024c500ddb6a19fa6f75001aa256a1438b2135a21759b0c07"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DECDEEBB3E821A",
|
||||
"hash": "191a18ec1fd64728f8920490a349152addbb6b3d15e9290e09cac4792a0f4de5"
|
||||
}
|
||||
},
|
||||
"0.71.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
118
manifests/uv.json
generated
118
manifests/uv.json
generated
@@ -68,10 +68,124 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.11.21"
|
||||
"version": "0.11.23"
|
||||
},
|
||||
"0.11": {
|
||||
"version": "0.11.21"
|
||||
"version": "0.11.23"
|
||||
},
|
||||
"0.11.24": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED16CB2047292",
|
||||
"hash": "2f9eaa976cf8ad8574623dde6916fb87ec047524fe65b99dc11e44e33eae4bfb"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED16CB1582FF3",
|
||||
"hash": "8e026ec796a2760c33c832298b0910bf07fb369d00cc075761c321923ac37522"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED16CB17A3345",
|
||||
"hash": "af9573a2e36f7020b18ec5fdde20117aae74bbad3f4acb3dc3fc03319f1aa083"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED16CAEEA9C3D",
|
||||
"hash": "222fcd9878ed6f5a8565d121d1a10e1f958e3c7b42e4ec5cbc6927b2be20cc1a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED16CAE1F5442",
|
||||
"hash": "7578c6087c5cd76981732b1f5d126248101faebdf81016ba780a65ce03653cdf"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED16CAE72BECB",
|
||||
"hash": "51bcf8051dcc2075fba9136ece0f229205a6ef813e68e5709c6eeb18802afed5"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DED16CB0A83279",
|
||||
"hash": "29db3e6f7422f027d14f5718fe3efa4b6b475ada234d7b10b6002ba1367cdc08"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED16CB0AC4C82",
|
||||
"hash": "3e975a156d5972359c6b12ce3235a5cf68f838a0be3605c5800996556b902674"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DED16CB0FEDBBA",
|
||||
"hash": "a0baa1dc34efcb896c8e82e0844b10e308cf48fb1f5060cef6d12ea5a801c3f7"
|
||||
}
|
||||
},
|
||||
"0.11.23": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECE32919CF7BF",
|
||||
"hash": "6be47081100ff1ce0ac7e85ba2ac12e32f2ffa6f946d78bf7f24ee9ce3a46181"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECE32911547C8",
|
||||
"hash": "7a88155033cc469bba5bd5a24212e355eb92e3e2a276320b669ec576296c1e25"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECE32912D9673",
|
||||
"hash": "02ad29f07e674d68726ba3bb1ff25b335d83515756e2b1a194bb56c3cc30e07c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECE328E916DC1",
|
||||
"hash": "80efb615b78c1e5721e5858135cd3499609b26741220332c843bd58936053bc6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECE328DE77A19",
|
||||
"hash": "71ef9de85db820749b3b12b7585624ee279e9c5afcbc6f8236bc3d628c4305b0"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECE328E3A4608",
|
||||
"hash": "c24ef88c44c5e6be3daa7357c0cd8419a88de74c5d01f4ff403e06b765249788"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DECE3290594F0A",
|
||||
"hash": "1c87278219389da56f49670ac3f9ae72cda4c38c6a1305290961586ce1b98c3b"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DECE32905168AE",
|
||||
"hash": "38c3b11a79dd6729ff2f35d1882a40c8919e47f385ed51703bed8e1c1ab9afea"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DECE3290A800F5",
|
||||
"hash": "1a13fd6ab96af55456e6f4ca3f173475e0edf9c9f887bf6e0bc545bc2d931fad"
|
||||
}
|
||||
},
|
||||
"0.11.22": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECD8E0B4BF342",
|
||||
"hash": "b80bd6952ee11b920b5ab2a35dbccddc364f579e5f2e028d115848cdaa72963e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECD8E0A90A1BC",
|
||||
"hash": "9490033dc405b4afc8fa5f9ecd5cc1793e80c727a8c42c32ad456778720d39f2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECD8E0AD1F530",
|
||||
"hash": "b56939bac92d29996d351647f7c6f15b31cc69cf952d06d136de3e1e62eb64d1"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECD8E07EEE36A",
|
||||
"hash": "bc28063fe57e76a2d632d804cae9c602f8aded1d99f41025d7fefeb66b10befd"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECD8E0768379F",
|
||||
"hash": "97a45e2ff8d5ea262623eed57ec2d9c468a42d74496d5c3c3eef11340235bd7f"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECD8E07A1AAAC",
|
||||
"hash": "30fa01e0fc7c78bdaf6f369ebac401f22f0f865d650f0732a26f1df3e2c6971e"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DECD8E09BB4D7A",
|
||||
"hash": "519602d26c50891254e19eb269c35da44a330e0499107bceb7926b7b061ed455"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DECD8E09F892BD",
|
||||
"hash": "291a5506ff058ba68357298752b83b5b230212b0a15845b568029d00cc1d4e8b"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DECD8E0A44ABDB",
|
||||
"hash": "d5149a1bdd21dc8a86ad91d8657a4cd4eb0761a433ef0ce76117720e41ec950e"
|
||||
}
|
||||
},
|
||||
"0.11.21": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
56
manifests/vacuum.json
generated
56
manifests/vacuum.json
generated
@@ -21,10 +21,62 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.29.2"
|
||||
"version": "0.29.4"
|
||||
},
|
||||
"0.29": {
|
||||
"version": "0.29.2"
|
||||
"version": "0.29.4"
|
||||
},
|
||||
"0.29.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECD868EF9098D",
|
||||
"hash": "4ea18a72e26ad54a204029ea73feec84636e1e19017f3f66539a91faf0fc941a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECD868E34E12F",
|
||||
"hash": "b6a357ff71b11dbdce99ed2bf3fcef8cda0830c8d7e4a9ad8261f608f3381ebe"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECD868F1047EB",
|
||||
"hash": "fdd2873f7f3532bfbc57f31558bbc3465fdc26618ddc24ce443559674191b579"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECD868E1E652F",
|
||||
"hash": "e67a69bc35393a1e612b6a6a4db57d88f0e5dc0fffe10a140ffeaf62035612a5"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECD868E28B9CB",
|
||||
"hash": "6a5b9f2f61693c11d231cf7898b2aa26360f1f9e018f433e3fc4ff2a765a81b3"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECD868EEF9E47",
|
||||
"hash": "32d29547834a5b9a55ab55a486de7d185fca851afff1981ce2679041c7b4bcb9"
|
||||
}
|
||||
},
|
||||
"0.29.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECD6D6A6314B9",
|
||||
"hash": "02ba57cd0d9f41c9ec649c888ca4c45f0888e4ed101d19394be83a968d168010"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECD6D69FC1454",
|
||||
"hash": "fde62d569422ce2789eeaa717cf787673e79b6510d692e91fc2fe5e75cbf320b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECD6D6A44D95F",
|
||||
"hash": "3a8c820db8acb7a64731f47c2ed7c50122bf289176271b4ba7ea44014c902e97"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECD6D6A6D6953",
|
||||
"hash": "9f4ba3455b98ce1ba958a291644aed55bc81bdaa108112ed95b493ba90ec4953"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECD6D69AD4C2F",
|
||||
"hash": "a48bbf336ef4be262790c81687813e930e8614ffbf9ab89e01de18087d3bce51"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECD6D6AB32C88",
|
||||
"hash": "b3de15b1f81b7889282199380b29cc37d4877d526a188053dbd3da6847abf536"
|
||||
}
|
||||
},
|
||||
"0.29.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
42
manifests/wasmtime.json
generated
42
manifests/wasmtime.json
generated
@@ -35,7 +35,47 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "45.0.2"
|
||||
"version": "46.0.0"
|
||||
},
|
||||
"46": {
|
||||
"version": "46.0.0"
|
||||
},
|
||||
"46.0": {
|
||||
"version": "46.0.0"
|
||||
},
|
||||
"46.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DED087AA0A2C99",
|
||||
"hash": "2acc86341edd9ad8b6b8d0cbcea2bd0b1928b0b363c0a76f41ba56f33d9fd7bf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED087AAE47635",
|
||||
"hash": "781d8411d94723448af1c1bae79975a02acac8db26af3094c7bb81777b2bf762"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED087AD10302C",
|
||||
"hash": "d2e4c33c2fea450f4e270dbeb861f7b1c28f5e7b725543cb7ffa73f74d454b26"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DED087A6330C7E",
|
||||
"hash": "9b2fd1fb7d5e735f9d8d728ccd67f594eb3d8884c12d913dd3780987cbd7f1f6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED087A624291C",
|
||||
"hash": "ab4bdab6ea42a3245cda91cdc6e0430491c4b78ecd643406fc1764ccddbdcd25"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED087A7288D90",
|
||||
"hash": "a2c2e2a90c976a0b4218524e7e5f15b3497a9edab12dcdc39b13465c060acae3"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED087A8CE6C40",
|
||||
"hash": "2534bd6542877d241531ac18fc1bddcdbb408232cf9072970862ecaaf3127d94"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DED087A910CB55",
|
||||
"hash": "c18cfce649b6f140e468bbae642d3ddbf3059e8ab4f432880d5f387b14900ba6"
|
||||
}
|
||||
},
|
||||
"45": {
|
||||
"version": "45.0.2"
|
||||
|
||||
27
manifests/xh.json
generated
27
manifests/xh.json
generated
@@ -23,7 +23,32 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.25.3"
|
||||
"version": "0.26.1"
|
||||
},
|
||||
"0.26": {
|
||||
"version": "0.26.1"
|
||||
},
|
||||
"0.26.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECE52C6C8F516",
|
||||
"hash": "c411f07a0b204ca07858a67473d0f5c77e332226430d4d84d1d2afd351a425f2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECE52F8E0EE42",
|
||||
"hash": "1d7ece33662e0c0336283e1f1bf09de75b46302701df50493bed1ebc5ee9e305"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECE5318E65DE9",
|
||||
"hash": "8bdd9cc00f03739294b9f3bc9214e2624bee89f7ba6dd55e65e6f53fd1ade388"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECE52E02EDD03",
|
||||
"hash": "823c344a8dfe747e94e667f3331b8e41ef99939e7e42078f498388fb9d1062b0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECE52ADCE2F76",
|
||||
"hash": "c66e2f66cf0d486066f8bc6bb5e0b567fa62519b3cb9f68b4a2cfef8bce92892"
|
||||
}
|
||||
},
|
||||
"0.25": {
|
||||
"version": "0.25.3"
|
||||
|
||||
51
manifests/zizmor.json
generated
51
manifests/zizmor.json
generated
@@ -18,10 +18,57 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.25.2"
|
||||
"version": "1.26.1"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.25.2"
|
||||
"version": "1.26.1"
|
||||
},
|
||||
"1.26": {
|
||||
"version": "1.26.1"
|
||||
},
|
||||
"1.26.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DECF3F7F92A80B",
|
||||
"hash": "8556289a64e7aaf2400cd516f61a471aa91c5902cc56ad96a82fd12f90c2ef73"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECF3F7FB6A95F",
|
||||
"hash": "2967414a561f8c1264121e8f723c3b5abcf3d1bf7ce5063114df99985dd75801"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECF3F7F8680B0",
|
||||
"hash": "c6cea156935e3b9d36faeca4fd8f622d23f7a7578da26adb34e6456abd9beb9a"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DECF3F7F8218E1",
|
||||
"hash": "711f5af366b299128f9a04b1470e37d990b41fbd21f14a1a4148d25004a83762"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECF3F7FB378AE",
|
||||
"hash": "68ab2b37836bbd44f6cfffcc102b9ffffbc20c5d67d84293dafb63bd2775a1da"
|
||||
}
|
||||
},
|
||||
"1.26.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DECF3929CE9FC4",
|
||||
"hash": "b9dfe966a613ef7b7f06f06271cb4bd138021d59685a5eb9ed03d44c6cf50f8f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECF392A05E52B",
|
||||
"hash": "8791552007ed6d60d464c1041016609028537fc58b4d05affd04aceddfc83e4b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECF3929DABFF7",
|
||||
"hash": "eb523e90a50a82ba3efbd79e8c1c53068fbcc504eaa81e9338b678eba8c3bf46"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DECF392A012F80",
|
||||
"hash": "d6863a718c34ab7f3abe8006b892671271727a95937457828b911191334c66f1"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECF3929D56EC2",
|
||||
"hash": "934d5f934975a84bca84963712aa9e326893bd394912339f39e4050e1d5a4634"
|
||||
}
|
||||
},
|
||||
"1.25": {
|
||||
"version": "1.25.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"repository": "https://github.com/orium/cargo-rdme",
|
||||
"license_markdown": "[MPL-2.0](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md)",
|
||||
"license_markdown": "[MIT](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"broken": [
|
||||
@@ -12,9 +12,11 @@
|
||||
"1.4.8",
|
||||
"1.4.9",
|
||||
"1.5.0",
|
||||
"1.5.1"
|
||||
"1.5.1",
|
||||
"2.0.0"
|
||||
],
|
||||
"asset_name": [
|
||||
"${package}_v${version}_${rust_target}.tar.gz",
|
||||
"${package}_v${version}_${rust_target}.tar.bz2",
|
||||
"${package}_v${version}_${rust_target}.zip"
|
||||
],
|
||||
@@ -23,6 +25,7 @@
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}_v${version}_x86_64-pc-windows-gnu.zip"
|
||||
}
|
||||
},
|
||||
"aarch64_macos": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user