mirror of
https://github.com/taiki-e/install-action.git
synced 2026-07-17 00:17:09 -04:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ace6ebe54a | ||
|
|
9593d26a56 | ||
|
|
0569c0141a | ||
|
|
5ea9fc8c27 | ||
|
|
d9b6e0d11a | ||
|
|
d22450fe07 | ||
|
|
586c055e27 | ||
|
|
5e27d3091b | ||
|
|
eda88a4fdb | ||
|
|
30ff9da4b1 | ||
|
|
6d00aba4aa | ||
|
|
d33c9f482a | ||
|
|
0caaebb882 | ||
|
|
7b7f7821d3 | ||
|
|
cb1678ce23 |
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:
|
||||
|
||||
25
CHANGELOG.md
25
CHANGELOG.md
@@ -10,6 +10,28 @@ 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.
|
||||
@@ -6876,7 +6898,8 @@ 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.2...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
|
||||
|
||||
@@ -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",
|
||||
|
||||
25
manifests/cargo-rdme.json
generated
25
manifests/cargo-rdme.json
generated
@@ -2,7 +2,30 @@
|
||||
"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": {
|
||||
|
||||
4
manifests/cargo-tarpaulin.json
generated
4
manifests/cargo-tarpaulin.json
generated
@@ -18,10 +18,10 @@
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
||||
26
manifests/just.json
generated
26
manifests/just.json
generated
@@ -26,6 +26,32 @@
|
||||
"1": {
|
||||
"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"
|
||||
},
|
||||
|
||||
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"
|
||||
|
||||
58
manifests/mise.json
generated
58
manifests/mise.json
generated
@@ -27,13 +27,65 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "2026.6.11"
|
||||
"version": "2026.6.12"
|
||||
},
|
||||
"2026": {
|
||||
"version": "2026.6.11"
|
||||
"version": "2026.6.12"
|
||||
},
|
||||
"2026.6": {
|
||||
"version": "2026.6.11"
|
||||
"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": {
|
||||
|
||||
42
manifests/tombi.json
generated
42
manifests/tombi.json
generated
@@ -2,13 +2,49 @@
|
||||
"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": {
|
||||
|
||||
38
manifests/uv.json
generated
38
manifests/uv.json
generated
@@ -73,6 +73,44 @@
|
||||
"0.11": {
|
||||
"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",
|
||||
|
||||
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"
|
||||
|
||||
7
manifests/zizmor.json
generated
7
manifests/zizmor.json
generated
@@ -18,10 +18,13 @@
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
||||
@@ -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