mirror of
https://github.com/taiki-e/install-action.git
synced 2026-07-18 00:26:52 -04:00
Compare commits
42 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bcaee1dca | ||
|
|
e43cd7ce2e | ||
|
|
3761407ad0 | ||
|
|
cb6ad0dba1 | ||
|
|
6022671c93 | ||
|
|
ab5aae8354 | ||
|
|
867613b499 | ||
|
|
c5837ef634 | ||
|
|
7d41d74582 | ||
|
|
bffeee26d4 | ||
|
|
5bafa69e5a | ||
|
|
e7b7497213 | ||
|
|
e9838983e8 | ||
|
|
0cd6687202 | ||
|
|
151275d7b8 | ||
|
|
1a104bfb14 | ||
|
|
edab3a363f | ||
|
|
46c1ccf9e1 | ||
|
|
682e7d9e49 | ||
|
|
88e8350303 | ||
|
|
cf0e00b44c | ||
|
|
a130ea6741 | ||
|
|
0bdcc65dc2 | ||
|
|
3f52215559 | ||
|
|
294a073b0e | ||
|
|
f9bf24932b | ||
|
|
98288d38cb | ||
|
|
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:
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -51,6 +51,8 @@ jobs:
|
||||
# NB: Sync list with https://github.com/taiki-e/checkout-action/blob/HEAD/.github/workflows/ci.yml
|
||||
# --------------------------------------------------------------------
|
||||
# GitHub-hosted runners
|
||||
- os: ubuntu-26.04
|
||||
- os: ubuntu-26.04-arm
|
||||
- os: ubuntu-24.04
|
||||
- os: ubuntu-24.04-arm
|
||||
- os: ubuntu-22.04
|
||||
@@ -147,8 +149,8 @@ jobs:
|
||||
# Arch-based
|
||||
- container: archlinux:latest # glibc
|
||||
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
|
||||
timeout-minutes: 30
|
||||
container: ${{ matrix.container }}
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Install requirements (old Debian)
|
||||
run: |
|
||||
|
||||
62
CHANGELOG.md
62
CHANGELOG.md
@@ -10,6 +10,62 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.82.6] - 2026-06-29
|
||||
|
||||
- Update `vacuum@latest` to 0.29.7.
|
||||
|
||||
- Update `uv@latest` to 0.11.25.
|
||||
|
||||
- Update `syft@latest` to 1.46.0.
|
||||
|
||||
- Update `dprint@latest` to 0.55.0.
|
||||
|
||||
- Update `cargo-auditable@latest` to 0.7.5.
|
||||
|
||||
## [2.82.5] - 2026-06-26
|
||||
|
||||
- Update `wasmtime@latest` to 46.0.1.
|
||||
|
||||
- Update `wasm-bindgen@latest` to 0.2.126.
|
||||
|
||||
- Update `vacuum@latest` to 0.29.6.
|
||||
|
||||
- Update `mise@latest` to 2026.6.14.
|
||||
|
||||
- Update `cargo-rdme@latest` to 2.1.0.
|
||||
|
||||
## [2.82.4] - 2026-06-25
|
||||
|
||||
- Update `uv@latest` to 0.11.24.
|
||||
|
||||
- Update `mise@latest` to 2026.6.13.
|
||||
|
||||
- Update `just@latest` to 1.54.0.
|
||||
|
||||
- Update `biome@latest` to 2.5.1.
|
||||
|
||||
## [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 +6932,11 @@ 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.6...HEAD
|
||||
[2.82.6]: https://github.com/taiki-e/install-action/compare/v2.82.5...v2.82.6
|
||||
[2.82.5]: https://github.com/taiki-e/install-action/compare/v2.82.4...v2.82.5
|
||||
[2.82.4]: https://github.com/taiki-e/install-action/compare/v2.82.3...v2.82.4
|
||||
[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) | |
|
||||
|
||||
44
manifests/biome.json
generated
44
manifests/biome.json
generated
@@ -2,13 +2,51 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "2.5.0"
|
||||
"version": "2.5.1"
|
||||
},
|
||||
"2": {
|
||||
"version": "2.5.0"
|
||||
"version": "2.5.1"
|
||||
},
|
||||
"2.5": {
|
||||
"version": "2.5.0"
|
||||
"version": "2.5.1"
|
||||
},
|
||||
"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": {
|
||||
|
||||
4
manifests/cargo-auditable.json
generated
4
manifests/cargo-auditable.json
generated
@@ -27,10 +27,10 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.7.4"
|
||||
"version": "0.7.5"
|
||||
},
|
||||
"0.7": {
|
||||
"version": "0.7.4"
|
||||
"version": "0.7.5"
|
||||
},
|
||||
"0.7.5": {
|
||||
"x86_64_linux_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",
|
||||
|
||||
45
manifests/cargo-rdme.json
generated
45
manifests/cargo-rdme.json
generated
@@ -2,7 +2,50 @@
|
||||
"rust_crate": "cargo-rdme",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "1.4.2"
|
||||
"version": "2.1.0"
|
||||
},
|
||||
"2": {
|
||||
"version": "2.1.0"
|
||||
},
|
||||
"2.1": {
|
||||
"version": "2.1.0"
|
||||
},
|
||||
"2.1.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.1.0/cargo-rdme_v2.1.0_x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DED2145AC74ADE",
|
||||
"hash": "fce279da7bf388590ce70df8eae55f17803e649998271ab0b06632d6721ee91a"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.1.0/cargo-rdme_v2.1.0_x86_64-pc-windows-gnu.zip",
|
||||
"etag": "0x8DED214862A1114",
|
||||
"hash": "f8bd5f067655e049fb54130a688feabf310fe4a75972058400b82ec42c6f347e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.1.0/cargo-rdme_v2.1.0_aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DED21443CA541A",
|
||||
"hash": "6b8cca19c533f7eb5d486c9e38445fc03363cb524585804d5614db20f2909e86"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
||||
57
manifests/dprint.json
generated
57
manifests/dprint.json
generated
@@ -27,7 +27,62 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.54.0"
|
||||
"version": "0.55.0"
|
||||
},
|
||||
"0.55": {
|
||||
"version": "0.55.0"
|
||||
},
|
||||
"0.55.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED4D5B0059C71",
|
||||
"hash": "7ce856d5999585e58666701eab5e0291abfb63953884d5dd0268001c89d74b8d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED4D5B00968BD",
|
||||
"hash": "21f9784b3edf3b0a686932b4387359ebd83fba798ac2f7e2ba1e7b8c9f674e3e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED4D5AFF92741",
|
||||
"hash": "dfdee60f04810c14df310696ce680da7ece599cd27b162f77906adc80d5e9679"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED4D5B0107A1E",
|
||||
"hash": "2d414d659034650bc25b208a87ab427cd01a7ac6c21b3ed2191cf92e1b58f76c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED4D5B00C3941",
|
||||
"hash": "94a9ce5ca91dbb609d4f22f2ccf28d8b422627c0944c6ee63d1beecac28f8cd4"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED4D5B00B4FD4",
|
||||
"hash": "318c4880ca5042c353cf13d860969b462b43eb758d001356d4cad4bb187c3620"
|
||||
}
|
||||
},
|
||||
"0.55.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED47C57948C0A",
|
||||
"hash": "b1365945a2c7ab51fa3c62221b3f984ba9971357e122dbf3817bdf02936f548a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED47C5755F4B7",
|
||||
"hash": "69d032d8fe70441fc4307cdd5360d5e0086773bb2f7ba63d4863e59c64f3df38"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED47C574E0E54",
|
||||
"hash": "44a025c8ca4cf5d9598349e48927a35186caac893fee0a5bb28e98996ef11432"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED47C575FADC9",
|
||||
"hash": "12864a0ebe6274f9f4b647e6ae2abc5eb33ace9e722d94bd23942a2975783e18"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED47C575A8375",
|
||||
"hash": "cf6c0149ac9ed76aee2535d0dfeffd2c9d34bcfe42c397127bba4a8c934722cc"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED47C576A9DF8",
|
||||
"hash": "825ce485ea3a9a61f691de1c85542a278e22c8c08d4dca9fb8e4224ab4319c59"
|
||||
}
|
||||
},
|
||||
"0.54": {
|
||||
"version": "0.54.0"
|
||||
|
||||
38
manifests/editorconfig-checker.json
generated
38
manifests/editorconfig-checker.json
generated
@@ -7,6 +7,44 @@
|
||||
"3": {
|
||||
"version": "3.7.0"
|
||||
},
|
||||
"3.8.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-linux-amd64.tar.gz",
|
||||
"etag": "0x8DED518B72AFA27",
|
||||
"hash": "613bd88f34165a334adcb6b7e92a123c9de0eada65846d31af63613b779ff3be",
|
||||
"bin": "bin/ec-linux-amd64"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-darwin-amd64.tar.gz",
|
||||
"etag": "0x8DED518B6C5CC71",
|
||||
"hash": "ee0d45c94b9808a5aa15e08f94333a81842b456f511f29f71a8fe589b82d72a1",
|
||||
"bin": "bin/ec-darwin-amd64"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-windows-amd64.zip",
|
||||
"etag": "0x8DED518B7667E4A",
|
||||
"hash": "7ec31e1a6a9983aa2a4942cb66dfd35e8b61e76263460413988438ae1426906a",
|
||||
"bin": "bin/ec-windows-amd64.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-linux-arm64.tar.gz",
|
||||
"etag": "0x8DED518B648C810",
|
||||
"hash": "5676889ac4eed1036180ffbe2aeb2062d985ac50f7e6035fe61160c6b8be2c33",
|
||||
"bin": "bin/ec-linux-arm64"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-darwin-arm64.tar.gz",
|
||||
"etag": "0x8DED518B7A05FE8",
|
||||
"hash": "73bbb23c24b94c9e61d7ed3694cc313943c59e5e8bc5bee9f186a997a45eb046",
|
||||
"bin": "bin/ec-darwin-arm64"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-windows-arm64.zip",
|
||||
"etag": "0x8DED518B71BC900",
|
||||
"hash": "a05e52bfec8c2f06aac736a89706644a75e24aadd066572db4fc672a80e7c8b9",
|
||||
"bin": "bin/ec-windows-arm64.exe"
|
||||
}
|
||||
},
|
||||
"3.7": {
|
||||
"version": "3.7.0"
|
||||
},
|
||||
|
||||
22
manifests/gungraun-runner.json
generated
22
manifests/gungraun-runner.json
generated
@@ -28,6 +28,28 @@
|
||||
"0.19": {
|
||||
"version": "0.19.2"
|
||||
},
|
||||
"0.19.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED4CE8F991484",
|
||||
"hash": "0446a28eba0065bef211653b728faa94e376019d37c8eab9c053506ab0d123c5"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DED4CE8DFFBFFA",
|
||||
"hash": "8be42845dcf550b1b6325482cab36fc134acb352163a33fe00af9a36d38bad0b"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DED4CE10974E17",
|
||||
"hash": "29c36101d3b4ea0996f3c6c320dce4c5aa39b44e15f69da16e5aac48cdda9ac9"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED4CD3B504172",
|
||||
"hash": "7fa1fef874fc479b4f59bff82c079d26d735c19f49570ff6a21754516b8e6ff9"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DED4CEA00B5826",
|
||||
"hash": "767b5b34588afa1a29b3d3decf89e55e5ae4b71cf55d0bb5dbef0ffca767ebda"
|
||||
}
|
||||
},
|
||||
"0.19.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEC5783BD6A3E2",
|
||||
|
||||
33
manifests/just.json
generated
33
manifests/just.json
generated
@@ -21,10 +21,39 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.53.0"
|
||||
"version": "1.54.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.53.0"
|
||||
"version": "1.54.0"
|
||||
},
|
||||
"1.54": {
|
||||
"version": "1.54.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"
|
||||
|
||||
84
manifests/mise.json
generated
84
manifests/mise.json
generated
@@ -27,13 +27,91 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "2026.6.11"
|
||||
"version": "2026.6.14"
|
||||
},
|
||||
"2026": {
|
||||
"version": "2026.6.11"
|
||||
"version": "2026.6.14"
|
||||
},
|
||||
"2026.6": {
|
||||
"version": "2026.6.11"
|
||||
"version": "2026.6.14"
|
||||
},
|
||||
"2026.6.14": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED2654905EC82",
|
||||
"hash": "491dd31ff1e0201c7866046f4110125392a481f0fd37e01e5e622fa12670b77b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED2654C7A2A3D",
|
||||
"hash": "da8f8872ba962d6893f0bab68b5a894caa296f1d17c2850ca407699441b44b26"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED2654E378292",
|
||||
"hash": "f84fa49e744bb8b3ca4f731454593cd63620f2e8829433a634f30dbef17af431"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED265459E65E8",
|
||||
"hash": "947541d82684732cf27327d0d1914b471c0edb5ed6db8507f81b4ad8b67ba7cf"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED2654B0B0E9D",
|
||||
"hash": "6d8d389bd729f5c44094a5d8e9df5c410acf4304e2540eb79a4854bdd22d0a91"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED2654D686224",
|
||||
"hash": "b814ac0de4d0d2ff2db140c9486aa1215658c66371c6e60d2f5d28fe17101fd3"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
||||
41
manifests/syft.json
generated
41
manifests/syft.json
generated
@@ -35,10 +35,47 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.45.1"
|
||||
"version": "1.46.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.45.1"
|
||||
"version": "1.46.0"
|
||||
},
|
||||
"1.46": {
|
||||
"version": "1.46.0"
|
||||
},
|
||||
"1.46.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED3679CCBEDAA",
|
||||
"hash": "d654f678b709eb53c393d38519d5ed7d2e57205529404018614cfefa0fb2b5ca"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED3679CC737FD",
|
||||
"hash": "5c983db13533de02e5331aae88091116f25365840741f86234084a30166672a7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED3679CBB5E6E",
|
||||
"hash": "1e515c1ac4bc65917f8d0a52b6ae0e611082779cbf2da9d470282158dd24ea13"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED3679CE0E4BB",
|
||||
"hash": "9fafef4db4f032ce81008d3a1529985d41ceb6ccdf2b388c9ce2f1ed7d32082e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED3679CC31DF1",
|
||||
"hash": "cd4e2c40e075684a5746d8959f76b6572bb2d2dda8cf6877dbfff1cc0baeea01"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED3679CF20F80",
|
||||
"hash": "d72f3e59e1fdd1a5f35ec7f0c7b5584094388cbe98677d9b925e2926f872d37c"
|
||||
},
|
||||
"powerpc64le_linux_musl": {
|
||||
"etag": "0x8DED3679CFB7AD3",
|
||||
"hash": "e430d98f72630efbd08182ff792aea24edaea867b2fcc3f993212b2b13d76d87"
|
||||
},
|
||||
"s390x_linux_musl": {
|
||||
"etag": "0x8DED3679CFADF3D",
|
||||
"hash": "e78074a0b35c95a7c01a0bcf8504655bd700e4c4b18cf3274f849ee0cf89ea72"
|
||||
}
|
||||
},
|
||||
"1.45": {
|
||||
"version": "1.45.1"
|
||||
|
||||
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.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.6/tombi-cli-1.1.6-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DED4C2D9F4B341",
|
||||
"hash": "774491f7cc990b86ee2e14d41d08743f7bd953ba2269a46ca5096e75de83e18a",
|
||||
"bin": "tombi-cli-1.1.6-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.6/tombi-cli-1.1.6-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DED4C2D9F1D058",
|
||||
"hash": "e0e81fbbd629d207a739e13b849246dba9ae43f744d2cdd3c8cd00939a8ffe2a",
|
||||
"bin": "tombi-cli-1.1.6-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.6/tombi-cli-1.1.6-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DED4C2DA996AD5",
|
||||
"hash": "44938ccdae426a576e63f95c2ff8a762f40d995540db6771665cc2990cfccc8a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.6/tombi-cli-1.1.6-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DED4C2DA406472",
|
||||
"hash": "cb3026435a3795a933b7df7d129025108d6d94675ec46b66539f2fad1a6fbd49",
|
||||
"bin": "tombi-cli-1.1.6-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.6/tombi-cli-1.1.6-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DED4C2DA07A3FF",
|
||||
"hash": "85775462cd3dc5e6f184a2633df7c114a84184d4b04c5f8e512760bf9e09fc97",
|
||||
"bin": "tombi-cli-1.1.6-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.6/tombi-cli-1.1.6-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DED4C2DAA23A88",
|
||||
"hash": "d2b6251ef7eabc4cfe1ba6f668be4c9133775aa88fa17f29d616adc7b1099bae"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
||||
80
manifests/uv.json
generated
80
manifests/uv.json
generated
@@ -68,10 +68,86 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.11.23"
|
||||
"version": "0.11.25"
|
||||
},
|
||||
"0.11": {
|
||||
"version": "0.11.23"
|
||||
"version": "0.11.25"
|
||||
},
|
||||
"0.11.25": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED3E5FD904FA7",
|
||||
"hash": "7195cfcc1785d0c559d4682ad9109f26664b8db4d828d42d66078ef454061891"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED3E5FCFA2C5C",
|
||||
"hash": "65ff85b33212f75d34d7c0f0724aba9a742c74f62559f67dc0d6c543dc2fc52f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED3E5FD4CEEA3",
|
||||
"hash": "15bfd1423b7eaa7aae949922d4712ebaac2bb44a81af64ab59bbe007090cb0d0"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED3E5FAB4EBD9",
|
||||
"hash": "3d9c9a95f1868ff20ac880712f3a337d710ea4b65f135184b7a35635d1acbf84"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED3E5FA258247",
|
||||
"hash": "5fc334bb25d19806262efd1f6e7d380155c7e817d89bf426df4ba7ae873c9471"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED3E5FA63A4E6",
|
||||
"hash": "40d65c29c4d97db6a0993df665d3727700bb799b3618992ce9a4dc533c6d1a31"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DED3E5FC4A1A73",
|
||||
"hash": "fbf67c8beccc718b9de478d7e74d605fe9c2e259c4398f95c9df7680da710af1"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED3E5FC5F5F41",
|
||||
"hash": "29e74713e89242c6bf0971b28e904836298a04fb7e0d83262c7bd5aff695ae33"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DED3E5FCB926CD",
|
||||
"hash": "3d508ed6e66898ce80aa668cb7d6ec4ddb4d30440fcfbd409365d3d0e4afa75c"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
||||
82
manifests/vacuum.json
generated
82
manifests/vacuum.json
generated
@@ -21,10 +21,88 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.29.4"
|
||||
"version": "0.29.7"
|
||||
},
|
||||
"0.29": {
|
||||
"version": "0.29.4"
|
||||
"version": "0.29.7"
|
||||
},
|
||||
"0.29.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED47071625A10",
|
||||
"hash": "c81ada6ebfe1d94fdbda5899fb88c80ec39d09f60debf91dc217b6a37811711f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED47071596376",
|
||||
"hash": "6549f1ad8c88dedd47dac58cb044731ae7f42f9fbc663378c479e2f78f6e5d88"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED470726BE132",
|
||||
"hash": "b6efdaefc90f2e9f1d9aa350097d1ae1dbb9d140a5ab71ecebfd2b80c0a39849"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED470726E765C",
|
||||
"hash": "0cd7eb721810b848f7a177dae3d97c1c8a1f0f6208fd589970423e52d78b9548"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED4707159B142",
|
||||
"hash": "08519e1f7bd0a16e5d678475bbd8b5c3bdba6991d388966b225c7bde946b71c5"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED47072622815",
|
||||
"hash": "2408e26b50eb43c2a46a2f5fc7c214bd1547904de2387fe8a657755195090ab2"
|
||||
}
|
||||
},
|
||||
"0.29.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED2B4B9320ED4",
|
||||
"hash": "26e003e9393ef09adb70927b18f7ee503cedfaea15cdeb5ac6cb1d70ba1a3887"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED2B4BA5076AE",
|
||||
"hash": "ce55fe8a50b90bcdb0642dd4ceb6430a90625e8bd5cdd76f6731393e170e78e0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED2B4B91B4515",
|
||||
"hash": "a79c55e0e8882dddb6956a0dc754b044177e24e1ba3e2bce226c3666680a3a91"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED2B4B93A90C4",
|
||||
"hash": "9350f596e5a8ae8241debfdbfb7e30f0cc8071df70f95fd9066466e57a3f0cda"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED2B4BA5442F2",
|
||||
"hash": "f6cd9a9a69f8efb419c560a246ac36c6e0a0987f47154e1513dd0dae8c9acd2c"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED2B4B92B8675",
|
||||
"hash": "d3ed052bf7e49d2e56524e983e335f141202dabecef6cfb4c43b66d10dc18876"
|
||||
}
|
||||
},
|
||||
"0.29.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED29E52AC62FD",
|
||||
"hash": "0fa517cee190793ee97d15b785ccebfa5b96096c64a3b549f5336b010bc01232"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED29E52BE9DF8",
|
||||
"hash": "68b5e045a2e95952a175393ce9e8292d14f0196a6aa0d991233848c9710c55f3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED29E529D0AE7",
|
||||
"hash": "f0ac848dac34b0e8541357e04b15709c180a2fa2f413cbc9eeaa1481a5807570"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DED29E5370A5BA",
|
||||
"hash": "119e141ca5a1742f5a99a6bb3c48711aae714e0add2285b1fc1888541a26b56b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED29E543D032C",
|
||||
"hash": "d20996d535f7e744fc5886a9f05e8ad391a97040f18406d107578d3f3319c075"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED29E5384DA4F",
|
||||
"hash": "00301af7f05133f12978fba625bcf140c0b36e5af680e3ce1058101b800e3335"
|
||||
}
|
||||
},
|
||||
"0.29.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/wasm-bindgen.json
generated
26
manifests/wasm-bindgen.json
generated
@@ -43,10 +43,32 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.125"
|
||||
"version": "0.2.126"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.125"
|
||||
"version": "0.2.126"
|
||||
},
|
||||
"0.2.126": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DED21C717C8156",
|
||||
"hash": "064948d58e2d6c0a745216477a639ba696216d6309aaa902939d1b865b1d869d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED21C7174264F",
|
||||
"hash": "6014dca993c8bf8a6ec10b6fccfbeabf599842d011f58a4abb7669afef784422"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED21C715C9A2B",
|
||||
"hash": "5a3773c7e69cfb2d865e235e9210de184c8c3af1787720646ec1a8bbe09c6179"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DED21C719C41AD",
|
||||
"hash": "96864b3992ad45536deb59fc62edc5b845376b7d8b4ac670a6bdab4ab8d2c657"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED21C71E506AF",
|
||||
"hash": "7df536babe345deb68828148dbdc71179118afdab42d83547c7cebfbf1426bd5"
|
||||
}
|
||||
},
|
||||
"0.2.125": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
186
manifests/wasmtime.json
generated
186
manifests/wasmtime.json
generated
@@ -35,13 +35,121 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "45.0.2"
|
||||
"version": "46.0.1"
|
||||
},
|
||||
"46": {
|
||||
"version": "46.0.1"
|
||||
},
|
||||
"46.0": {
|
||||
"version": "46.0.1"
|
||||
},
|
||||
"46.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DED2219F0191E5",
|
||||
"hash": "9ae0b17ea298bcc52277a8208d6ab7fae8e1a89579672f9d82f9d86c116edb62"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED2219FACBC86",
|
||||
"hash": "0513db67e7089c7e5f743a01427782bc4def83854222f4bc9b1d75f0b925240b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED221A095EB54",
|
||||
"hash": "99f038066b16cb3aaf63c1d282a9d7ba7befafbadf7aa8827cc4c712d96bc31a"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DED2219BFC823B",
|
||||
"hash": "071c4def2a08f0ebc95c52dfd4f2886eb697ba495804217cf76e13b09d70a1be"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED2219C6EB0D8",
|
||||
"hash": "acee50be70dbe90b0ab2ac7db1321fc44715153a1b1cc58291c97b6d7cffc558"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED2219CBD898B",
|
||||
"hash": "65631cfcb5a5f34d10a6ff87dda52cb17722847cb9ffed00633bf8313a3231ee"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED2219E174C27",
|
||||
"hash": "311a8d1c07d6ccf9c5896147ede427e0a72732d3ce78fec42bdd310e522900db"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DED2219E67A9C5",
|
||||
"hash": "37d9c0f340d7c035bd50d67382c3b9fff87b3365e49bb7501e62941bd6abff86"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
"version": "45.0.3"
|
||||
},
|
||||
"45.0": {
|
||||
"version": "45.0.2"
|
||||
"version": "45.0.3"
|
||||
},
|
||||
"45.0.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DED224D8B573DB",
|
||||
"hash": "ca1fc22b676412ed1983fc2d2266c53285ac5c60954df0eeb1502abe718fd923"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED224D82F1BEA",
|
||||
"hash": "12cae1add67824545daf4a4952d6b2cf0b18e33c6d420b2681893aee6bfae72e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED224D9E96405",
|
||||
"hash": "60953bb2645f0f9c02f7575f03a68ce9d1f97c68f3a096b5fe5609eb4d7c25c5"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DED224D228DEBD",
|
||||
"hash": "a407cd17741d1e0dc51304b3d2c16b8d9e286afeb608aff7e403e7d3dcce9cea"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED224D26DFE64",
|
||||
"hash": "5596bc7dd2f99246a8384ca4eba7d4ccf6b1f3514ac82b2ffa3ce8d11a840cb2"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED224D2EE3AF1",
|
||||
"hash": "8235b01392ca96918335f8b928cb130e96e369a821e4562f7e694e4afea61740"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED224D6747F63",
|
||||
"hash": "38d0cb5c9f2982e52b9602a799ef06c5364db621c2c7be0c06b0fd12c1830e61"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DED224D6E6A278",
|
||||
"hash": "d7345d184ce5619ff315426d13d9be7572d033c5e0d51255c8d32716e162b549"
|
||||
}
|
||||
},
|
||||
"45.0.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
@@ -1248,10 +1356,44 @@
|
||||
}
|
||||
},
|
||||
"36": {
|
||||
"version": "36.0.11"
|
||||
"version": "36.0.12"
|
||||
},
|
||||
"36.0": {
|
||||
"version": "36.0.11"
|
||||
"version": "36.0.12"
|
||||
},
|
||||
"36.0.12": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DED228A0362BD3",
|
||||
"hash": "56265cf3bbe9eb815dbf0349e903a1693fb52c4fddd9006bf0f879d25760b194"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED228A1BCEF86",
|
||||
"hash": "81cde513f1d6232a124b88f84e78ac277702a548a8fd1249578583d5d865f80f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED228A7A7C978",
|
||||
"hash": "612275adcc56b68317084ed5516509fb0e1d8515379ad9cb67b52da7616f85cb"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DED228894D4545",
|
||||
"hash": "eb1f767a3d215f57059f5b04c83142a818bebaaadf8156c0f7514dc7590d1710"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED2288C9B5A83",
|
||||
"hash": "189047833bf9cd9f09a494a0e03fab43723527df83e105a9f95dfb0a636cf537"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DED2288FA1280C",
|
||||
"hash": "bddb6850e700c735519c5bed50eb39a43b2b86e6320a6fde781505db54fcbcc7"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED22897BF9554",
|
||||
"hash": "fe344e0b59ad54176d3215441c41997a5936c531df1750d743d299c26e26fade"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DED2289937B1E0",
|
||||
"hash": "b1bda72f559f7280772d64d973902b39ce0854f2e624ee00d6528b74b293a772"
|
||||
}
|
||||
},
|
||||
"36.0.11": {
|
||||
"x86_64_linux_gnu": {
|
||||
@@ -2528,10 +2670,40 @@
|
||||
}
|
||||
},
|
||||
"24": {
|
||||
"version": "24.0.10"
|
||||
"version": "24.0.11"
|
||||
},
|
||||
"24.0": {
|
||||
"version": "24.0.10"
|
||||
"version": "24.0.11"
|
||||
},
|
||||
"24.0.11": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DED21C60CA03A6",
|
||||
"hash": "42bb53ea28a618fa69b847de9b885b85201d80172d979f944d1bc474ffccc2e9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DED21C62970FD5",
|
||||
"hash": "45d181a96a993329cba04abe83bd55e6f2bba2ce9c962c8fa29217c4ff463d96"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DED21C68DD5F2C",
|
||||
"hash": "6235e293523d9cfcb5ca19cf2489844b2cd3b1edfbe3b9f52e006e0e553ec4d6"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DED21C537182AD",
|
||||
"hash": "966f926d0cc580b9c9d7cfa3bdac1a751c903dcbd8927a206cebbae0f29ffb2d"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DED21C54D3CCD4",
|
||||
"hash": "a3263f87e79a55431aaab17ba58031b276817bf243eb4ea1ca5688aaffe3eed2"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DED21C56E65BD5",
|
||||
"hash": "61872094908bfec1c7128c5cff14c68b6fdeb630dc7de2977c6f6b8ba1058cf3"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DED21C588DDB34",
|
||||
"hash": "bee0c70fdf202a4e510722cef17c4406720728710c53efea780fb3c3417d9e88"
|
||||
}
|
||||
},
|
||||
"24.0.10": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
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