mirror of
https://github.com/taiki-e/install-action.git
synced 2026-07-21 00:56:52 -04:00
Compare commits
43 Commits
v2.83.2
...
cargo-udep
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ae5bb52e3 | ||
|
|
a6b2e2dcd8 | ||
|
|
fbdd9c50c0 | ||
|
|
424c5f9044 | ||
|
|
a1fa02c1f9 | ||
|
|
9e22773f98 | ||
|
|
8d5009fee2 | ||
|
|
5193316cc8 | ||
|
|
4c740c71c8 | ||
|
|
de240ff26f | ||
|
|
dfca854866 | ||
|
|
6366c080ac | ||
|
|
25f25a6eff | ||
|
|
ea52dea9cd | ||
|
|
87ba9a132e | ||
|
|
cc9c1ea1c6 | ||
|
|
c3c43e3e6f | ||
|
|
0922d97e6f | ||
|
|
07b4745e0c | ||
|
|
43f637c917 | ||
|
|
bb5da8d144 | ||
|
|
0648320db6 | ||
|
|
ce1731c3f8 | ||
|
|
fe5817c309 | ||
|
|
0c794b58af | ||
|
|
c6f8c88728 | ||
|
|
2f6e9b366e | ||
|
|
107fc4ee1a | ||
|
|
b9559e63d3 | ||
|
|
89067d80de | ||
|
|
8e6ad97333 | ||
|
|
ed67fa35ac | ||
|
|
618fa5589c | ||
|
|
47579092c7 | ||
|
|
f1fa00538c | ||
|
|
aa8dc90601 | ||
|
|
b9654978ff | ||
|
|
7aab3a9c37 | ||
|
|
bfee8d1ca4 | ||
|
|
b65771b2e2 | ||
|
|
20468927b3 | ||
|
|
762a745a2a | ||
|
|
f3dee897a9 |
51
CHANGELOG.md
51
CHANGELOG.md
@@ -10,6 +10,52 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.84.0] - 2026-07-20
|
||||
|
||||
- Support `d2`. ([#1944](https://github.com/taiki-e/install-action/pull/1944))
|
||||
|
||||
- Support `protoc-gen-connect-openapi`. ([#1922](https://github.com/taiki-e/install-action/pull/1922), thanks @JasterV)
|
||||
|
||||
- Update `convco@latest` to 0.7.0. ([#1941](https://github.com/taiki-e/install-action/pull/1941), thanks @graelo)
|
||||
|
||||
- Update `just@latest` to 1.57.0.
|
||||
|
||||
- Update `cargo-semver-checks@latest` to 0.49.0.
|
||||
|
||||
- Update `tombi@latest` to 1.2.4.
|
||||
|
||||
- Update `cosign@latest` to 3.1.2.
|
||||
|
||||
## [2.83.4] - 2026-07-17
|
||||
|
||||
- Update `vacuum@latest` to 0.29.10.
|
||||
|
||||
- Update `uv@latest` to 0.11.29.
|
||||
|
||||
- Update `syft@latest` to 1.48.0.
|
||||
|
||||
- Update `prek@latest` to 0.4.10.
|
||||
|
||||
- Update `mise@latest` to 2026.7.7.
|
||||
|
||||
- Update `cargo-shear@latest` to 1.13.2.
|
||||
|
||||
## [2.83.3] - 2026-07-16
|
||||
|
||||
- Update `release-plz@latest` to 0.3.160.
|
||||
|
||||
- Update `prek@latest` to 0.4.9.
|
||||
|
||||
- Update `mise@latest` to 2026.7.6.
|
||||
|
||||
- Update `dprint@latest` to 0.55.2.
|
||||
|
||||
- Update `cargo-dinghy@latest` to 0.8.5.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.21.0.
|
||||
|
||||
- Update `biome@latest` to 2.5.4.
|
||||
|
||||
## [2.83.2] - 2026-07-12
|
||||
|
||||
- Update `parse-dockerfile@latest` to 0.1.8.
|
||||
@@ -7024,7 +7070,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.83.2...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.84.0...HEAD
|
||||
[2.84.0]: https://github.com/taiki-e/install-action/compare/v2.83.4...v2.84.0
|
||||
[2.83.4]: https://github.com/taiki-e/install-action/compare/v2.83.3...v2.83.4
|
||||
[2.83.3]: https://github.com/taiki-e/install-action/compare/v2.83.2...v2.83.3
|
||||
[2.83.2]: https://github.com/taiki-e/install-action/compare/v2.83.1...v2.83.2
|
||||
[2.83.1]: https://github.com/taiki-e/install-action/compare/v2.83.0...v2.83.1
|
||||
[2.83.0]: https://github.com/taiki-e/install-action/compare/v2.82.11...v2.83.0
|
||||
|
||||
@@ -37,6 +37,10 @@ to the platform object.
|
||||
If CI fails only for containers using older versions of glibc or musl, you may need to add the tool
|
||||
name to one of the `*_incompat` arrays in `tools/ci/tool-list.sh`.
|
||||
|
||||
If the `Manifest / manifest / gen` job in CI fails due to outdated manifests for other tools,
|
||||
please ignore it and do not modify the manifest for any tools other than the one you are currently
|
||||
working on. That should be handled by the automation, and if everything else passes, your PR is okay.
|
||||
|
||||
## 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.
|
||||
|
||||
2
TOOLS.md
2
TOOLS.md
@@ -58,6 +58,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**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) | |
|
||||
| [**cross**](https://github.com/cross-rs/cross) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cross-rs/cross/releases) | Linux, macOS, Windows | [MIT](https://github.com/cross-rs/cross/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/cross-rs/cross/blob/main/LICENSE-APACHE) | |
|
||||
| [**cyclonedx**](https://github.com/CycloneDX/cyclonedx-cli) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/CycloneDX/cyclonedx-cli/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/CycloneDX/cyclonedx-cli/blob/main/LICENSE) | |
|
||||
| [**d2**](https://github.com/terrastruct/d2) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/terrastruct/d2/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/terrastruct/d2/blob/master/LICENSE.txt) | |
|
||||
| [**deepsource**](https://github.com/DeepSourceCorp/cli) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/DeepSourceCorp/cli/releases) | Linux, macOS, Windows | [BSD-2-Clause](https://github.com/DeepSourceCorp/cli/blob/master/LICENSE) | |
|
||||
| [**docgarden**](https://github.com/jesse-black/docgarden) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jesse-black/docgarden/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/jesse-black/docgarden/blob/main/LICENSE) | |
|
||||
| [**dprint**](https://github.com/dprint/dprint) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/dprint/dprint/releases) | Linux, macOS, Windows | [MIT](https://github.com/dprint/dprint/blob/main/LICENSE) | |
|
||||
@@ -86,6 +87,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**parse-dockerfile**](https://github.com/taiki-e/parse-dockerfile) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-dockerfile/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-MIT) | |
|
||||
| [**prek**](https://github.com/j178/prek) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/j178/prek/releases) | Linux, macOS, Windows | [MIT](https://github.com/j178/prek/blob/master/LICENSE) | |
|
||||
| [**protoc**](https://github.com/protocolbuffers/protobuf) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/protocolbuffers/protobuf/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/main/LICENSE) | |
|
||||
| [**protoc-gen-connect-openapi**](https://github.com/sudorandom/protoc-gen-connect-openapi) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/sudorandom/protoc-gen-connect-openapi/releases) | Linux, Windows | [MIT](https://github.com/sudorandom/protoc-gen-connect-openapi/blob/main/LICENSE) | |
|
||||
| [**rclone**](https://github.com/rclone/rclone) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/rclone/rclone/releases) | Linux, macOS, Windows | [MIT](https://github.com/rclone/rclone/blob/master/COPYING) | |
|
||||
| [**release-plz**](https://release-plz.dev/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/release-plz/release-plz/releases) | Linux, macOS, Windows | [MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE) | |
|
||||
| [**rust**](https://rust-lang.org) | `$CARGO_HOME/bin` | rustup | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-lang/rust/blob/main/COPYRIGHT) | |
|
||||
|
||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
||||
inputs:
|
||||
tool:
|
||||
description: Tools to install (whitespace or comma separated list)
|
||||
required: true
|
||||
# default: #publish:tool
|
||||
required: false
|
||||
default: cargo-udeps
|
||||
checksum:
|
||||
description: Whether to enable checksums (strongly discouraged to disable)
|
||||
required: false
|
||||
|
||||
44
manifests/biome.json
generated
44
manifests/biome.json
generated
@@ -2,13 +2,51 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "2.5.3"
|
||||
"version": "2.5.4"
|
||||
},
|
||||
"2": {
|
||||
"version": "2.5.3"
|
||||
"version": "2.5.4"
|
||||
},
|
||||
"2.5": {
|
||||
"version": "2.5.3"
|
||||
"version": "2.5.4"
|
||||
},
|
||||
"2.5.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.4/biome-linux-x64-musl",
|
||||
"etag": "0x8DEE226F47DC1AF",
|
||||
"hash": "e5601b0963d66cb24e1bcc975189ea0acd17b59815e8d48a2da88817f8b7652b",
|
||||
"bin": "biome"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.4/biome-darwin-x64",
|
||||
"etag": "0x8DEE226F4881651",
|
||||
"hash": "b3dfae5422dbd86272bb8ed40afec66670ea7754531d8fbcbae7e445e5430387",
|
||||
"bin": "biome"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.4/biome-win32-x64.exe",
|
||||
"etag": "0x8DEE226F49AC5F8",
|
||||
"hash": "49d1ef3925d31b2f08c00b76786621bf4603fdb4c3bfeff1aa2cd4d98de3a27c",
|
||||
"bin": "biome.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.4/biome-linux-arm64-musl",
|
||||
"etag": "0x8DEE226F439DE83",
|
||||
"hash": "49c602aded99121c5c7f4ff227eca3b359d86931fbffba8c270067043a9873cf",
|
||||
"bin": "biome"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.4/biome-darwin-arm64",
|
||||
"etag": "0x8DEE226F46D8052",
|
||||
"hash": "1250bb41a0409cf6c3133fc47819237eb61251624297f87158d2bed3ec123c3c",
|
||||
"bin": "biome"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.4/biome-win32-arm64.exe",
|
||||
"etag": "0x8DEE226F4C85967",
|
||||
"hash": "95bf56ccd99e090adf43127328e456b63422eb201471746b1d21c7aa33349005",
|
||||
"bin": "biome.exe"
|
||||
}
|
||||
},
|
||||
"2.5.3": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
32
manifests/cargo-binstall.json
generated
32
manifests/cargo-binstall.json
generated
@@ -24,36 +24,36 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.20.1"
|
||||
"version": "1.21.0"
|
||||
},
|
||||
"1.20.1": {
|
||||
"1.21.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECF44FD1488CD",
|
||||
"hash": "f12954bc382e1d0b2df3fbfb217a05d92c25570e4517841e0613499a24f4594e"
|
||||
"etag": "0x8DEE1994C53774E",
|
||||
"hash": "b1880b3631d1ff0fd1f286a0d20f82f373355651f9fbd7f4d0d7fbfe218bf562"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECF450270113C",
|
||||
"hash": "349f5ec5f8b996e990993c90c504211321d8bf839e11e409e8fa3b628eefc56f"
|
||||
"etag": "0x8DEE19951CD804E",
|
||||
"hash": "ad7cd72d8074ef613ab392cae291c7c8bcc25a4f6690e726ed665ded8640871e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECF4500AC2B18",
|
||||
"hash": "89123c22482e2503a5fa861fa30cd61c59c708a97e8550143c1a11de98ae2658"
|
||||
"etag": "0x8DEE1994FF39023",
|
||||
"hash": "f87cc2ca3a103664dab3eac521aa4e49ae72fa0b1e70fba837cd12932001629b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECF450B5A21EF",
|
||||
"hash": "23679581c4cfa1782953264a6e36965198aed995b3a5287550dd78a113ce2288"
|
||||
"etag": "0x8DEE1995B4237C2",
|
||||
"hash": "31f0564854bd031f20c9abfe33312ea630e6a06a2f6d6309b54b5649608f55be"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DECF4511540D6D",
|
||||
"hash": "691c4fda20d2e58920dc056e4eb7dacec6de448bb547aca17b0ae819716ebef6"
|
||||
"etag": "0x8DEE19961DF6DE7",
|
||||
"hash": "e44737132b2d0543e72a6f128307ebbf204b171f57b2ea9db55b8bbe54b6b632"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECF450F3E28FD",
|
||||
"hash": "f4cf0507cf304cc41b964beb90e4c755c4263e28b31e3c4eefbe0aec9a971eea"
|
||||
"etag": "0x8DEE1995F965E06",
|
||||
"hash": "3ccaa7cc4b7d4ef00ffc9b080299e9b4d7e344a3b62ac81e4fd8d934d7ecbd76"
|
||||
},
|
||||
"riscv64_linux_musl": {
|
||||
"etag": "0x8DECF4506006072",
|
||||
"hash": "1ab8aabf7cc2898e01de95e515625555a96371bb467d0154fa5d566799f672cf"
|
||||
"etag": "0x8DEE19955A7F7B1",
|
||||
"hash": "6e3d8344d398ef52937c30ed9653652821dcd56e31028f0d8b72a6f01410412c"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
22
manifests/cargo-crap.json
generated
22
manifests/cargo-crap.json
generated
@@ -28,6 +28,28 @@
|
||||
"0.3": {
|
||||
"version": "0.3.0"
|
||||
},
|
||||
"0.3.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DEE59E05DF42E7",
|
||||
"hash": "0b7dd41d12805354549c9e9b8b05eddc2b0c819e49b2c2d6c49629a631eee0bf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE59E05E508AA",
|
||||
"hash": "59badf670f7cfa32a528f4931c8ac3903eae46b5b41c1025985f72a56dae8fd1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE59E05DCD489",
|
||||
"hash": "c3b5e19820cd8aa221953c454da1c50787c262c1c71f7c25998cd8c021bbfaa6"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DEE59E05E508AA",
|
||||
"hash": "4ce2affcdb03e128c7d93827276fb745ee685e083ab533c8f10106637020f41d"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE59E05E4E1CB",
|
||||
"hash": "7558d569d96721e600722ecb7cf25952208eb9b79dbe81a3b0c22ecbb5907b3a"
|
||||
}
|
||||
},
|
||||
"0.3.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DED0415918ADA0",
|
||||
|
||||
14
manifests/cargo-dinghy.json
generated
14
manifests/cargo-dinghy.json
generated
@@ -11,10 +11,20 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.8.4"
|
||||
"version": "0.8.5"
|
||||
},
|
||||
"0.8": {
|
||||
"version": "0.8.4"
|
||||
"version": "0.8.5"
|
||||
},
|
||||
"0.8.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE0C0EB12EEA7",
|
||||
"hash": "047d106c63f2192ee87e9d84c32eb2a7be879647de1959674fec8d6f3eb579c2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE0C10DF82204",
|
||||
"hash": "12a10b4880bbf146073dedb36a6b926d554c744cffa9432f00f95d1e035d9991"
|
||||
}
|
||||
},
|
||||
"0.8.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
22
manifests/cargo-neat.json
generated
22
manifests/cargo-neat.json
generated
@@ -25,6 +25,28 @@
|
||||
"latest": {
|
||||
"version": "0.4.1"
|
||||
},
|
||||
"0.5.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE65F4AEFA49A",
|
||||
"hash": "488410fadeb95d0fa6da6edeaa5318a9dffc47953500a7720c6ba3481075c236"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE65F65045501",
|
||||
"hash": "6bfaee7aa6ba381de54b7ed589bad9629a0213e45a8919bb2281a7d8860b6bc4"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE65F97B6D6E6",
|
||||
"hash": "6d9b3665d41fab3b6d661ba41580b870e40be626d484d3bb4adcf7f513188b15"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE65F365F5A18",
|
||||
"hash": "a99922d5e4b2bfcc2e9fad0963342639d54b3f25b163ffa7e382ef6f1470b983"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE65F472266B6",
|
||||
"hash": "8dda259a137a3c5c22e0052355fff56a63c9bbd6beadbc5a260d922dabaf8321"
|
||||
}
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.1"
|
||||
},
|
||||
|
||||
27
manifests/cargo-semver-checks.json
generated
27
manifests/cargo-semver-checks.json
generated
@@ -18,7 +18,32 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.48.0"
|
||||
"version": "0.49.0"
|
||||
},
|
||||
"0.49": {
|
||||
"version": "0.49.0"
|
||||
},
|
||||
"0.49.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE4F1675E65A5",
|
||||
"hash": "f25b4fcf842fc8a18fd6f1d9475513dc74ef2c9df201252b9b9d2f6edb6ab6a2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE4F14C3064B9",
|
||||
"hash": "408321772da3b0f71e8e8a810f6fe7a6191a77c6810f51f619683d2de191096d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE4F214BFCEA3",
|
||||
"hash": "73982a766c9f30901f52e3c0017495652e3b5705fb6759011acddfa06692f4fd"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE4F17240A463",
|
||||
"hash": "240d383fb005203755a0c7b76810858fecc72d71ad729ce88198a069d1c8de54"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE4F14291B7D6",
|
||||
"hash": "8f25d7d3b563d8d94c50c0698be901692fb56724ff40a79711a25b7889769cdd"
|
||||
}
|
||||
},
|
||||
"0.48": {
|
||||
"version": "0.48.0"
|
||||
|
||||
32
manifests/cargo-shear.json
generated
32
manifests/cargo-shear.json
generated
@@ -27,13 +27,39 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.13.1"
|
||||
"version": "1.13.2"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.13.1"
|
||||
"version": "1.13.2"
|
||||
},
|
||||
"1.13": {
|
||||
"version": "1.13.1"
|
||||
"version": "1.13.2"
|
||||
},
|
||||
"1.13.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE33B5890FBEE",
|
||||
"hash": "bcd4fbb656a7d74d37fc00c4ef0cd5085595931b0caaf082315d9f9836cff222"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE33B58326776",
|
||||
"hash": "4f43cbdf330a23425e203777496369104e4ee3ef510488eada6bc237cbfd39db"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE33B5830E292",
|
||||
"hash": "6ce6e6870b5c07b087fbf8e63c13ef1d964c292c2b55973bd6b181ae11f5e600"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE33B57C8AD25",
|
||||
"hash": "ff6f96de8202f9f2d9ea83b222d2d97cf7777b1a180f63a084736246e233d3d5"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE33B57CA0B32",
|
||||
"hash": "27f76f85ba083c0fdf7911e24deabc62315e4f7056c402e4155028511a6019f6"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE33B57D2D884",
|
||||
"hash": "7e3f48a5f7a413a0780f759e22088b0d77267b3db0c3bb973387ec5c628022dd"
|
||||
}
|
||||
},
|
||||
"1.13.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
52
manifests/convco.json
generated
52
manifests/convco.json
generated
@@ -1,45 +1,65 @@
|
||||
{
|
||||
"rust_crate": "convco",
|
||||
"template": {
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.7.0"
|
||||
},
|
||||
"0.7": {
|
||||
"version": "0.7.0"
|
||||
},
|
||||
"0.7.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu.zip",
|
||||
"bin": "convco"
|
||||
"url": "https://github.com/convco/convco/releases/download/v0.7.0/convco-v0.7.0-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEDD2ACCEC0640",
|
||||
"hash": "37a21cb2e88e418f35068db77b3255f88a153ddcea42395dc91004ee1460c2db",
|
||||
"bin": "convco-v0.7.0-x86_64-unknown-linux-musl/convco"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-windows.zip",
|
||||
"bin": "convco.exe"
|
||||
"url": "https://github.com/convco/convco/releases/download/v0.7.0/convco-v0.7.0-x86_64-pc-windows-msvc.tar.gz",
|
||||
"etag": "0x8DEDD2ACC7BE938",
|
||||
"hash": "22429240e0c41d7d151fe9d8c2e26ab1cf87b50a31ab3ecebc4689d48f159213",
|
||||
"bin": "convco-v0.7.0-x86_64-pc-windows-msvc/convco.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu-aarch64.zip",
|
||||
"bin": "convco"
|
||||
"url": "https://github.com/convco/convco/releases/download/v0.7.0/convco-v0.7.0-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEDD2ACC04EF54",
|
||||
"hash": "b2356c8a5d3c383948f6eeb3017dea68d7140bc26a9f306d79d9a9591125dd8c",
|
||||
"bin": "convco-v0.7.0-aarch64-unknown-linux-musl/convco"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-macos.zip",
|
||||
"bin": "convco"
|
||||
"url": "https://github.com/convco/convco/releases/download/v0.7.0/convco-v0.7.0-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEDD2ACC097E12",
|
||||
"hash": "eabfac4390a4ab8e254b429384d3595b7e4917bcb6b5371a96844e80e74b89d7",
|
||||
"bin": "convco-v0.7.0-aarch64-apple-darwin/convco"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.6.4"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.4"
|
||||
},
|
||||
"0.6.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v0.6.4/convco-ubuntu.zip",
|
||||
"etag": "0x8DEB96EA68FD07C",
|
||||
"hash": "d6e43a1975949ef05d31bb1ac64fdd7c2dbc18b0b65df075c16dc296b8153be7"
|
||||
"hash": "d6e43a1975949ef05d31bb1ac64fdd7c2dbc18b0b65df075c16dc296b8153be7",
|
||||
"bin": "convco"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v0.6.4/convco-windows.zip",
|
||||
"etag": "0x8DEB96EA51CABCF",
|
||||
"hash": "268f1c80abcb2cdc31174984a0a824f06705b5f62485e780f04008c5765219bd"
|
||||
"hash": "268f1c80abcb2cdc31174984a0a824f06705b5f62485e780f04008c5765219bd",
|
||||
"bin": "convco.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v0.6.4/convco-ubuntu-aarch64.zip",
|
||||
"etag": "0x8DEB96EA5E3148D",
|
||||
"hash": "1e626914c90cf60314a8ef50d97566ebabb0ad5daf405fa7e4ca3193df1c73c3"
|
||||
"hash": "1e626914c90cf60314a8ef50d97566ebabb0ad5daf405fa7e4ca3193df1c73c3",
|
||||
"bin": "convco"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v0.6.4/convco-macos.zip",
|
||||
"etag": "0x8DEB96EA769D246",
|
||||
"hash": "88901e63aa26b601b6726bff8e05cab89d16ebcb772f719bad431a40b12caa54"
|
||||
"hash": "88901e63aa26b601b6726bff8e05cab89d16ebcb772f719bad431a40b12caa54",
|
||||
"bin": "convco"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
40
manifests/cosign.json
generated
40
manifests/cosign.json
generated
@@ -27,13 +27,47 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "3.1.1"
|
||||
"version": "3.1.2"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.1.1"
|
||||
"version": "3.1.2"
|
||||
},
|
||||
"3.1": {
|
||||
"version": "3.1.1"
|
||||
"version": "3.1.2"
|
||||
},
|
||||
"3.1.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE41461869426",
|
||||
"hash": "f7622ed3cf22e55e1ae6377c080979ff77a22da9981c11df222a2e444991e7cf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE4145D720B70",
|
||||
"hash": "acd180f8b015be25240ca33abee8a1e564eb65cdf1a3cee4725456d2dceb7da6"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE41474C93B69",
|
||||
"hash": "fe4d621d7ae5e900ee62089837c00f996ae9acb82027d573d1d157b6ee875cb2"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE4144E6AFA86",
|
||||
"hash": "90e7ae0b5dfd60f20816b52c012addf7fc055ebcc7bea4ce81c428ca8518c302"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE4146FDCC541",
|
||||
"hash": "dec1c3f802320b19c2fbcf2dc7bcfb3f258e1c181a046c23a1a074bdf932f10a"
|
||||
},
|
||||
"powerpc64le_linux_musl": {
|
||||
"etag": "0x8DEE4145970A22C",
|
||||
"hash": "c69f20a1d854f3b091b5a40b6d165a25686b8889fd103429aae758daf5f98e95"
|
||||
},
|
||||
"riscv64_linux_musl": {
|
||||
"etag": "0x8DEE4146C0D494B",
|
||||
"hash": "637125434e5e8e7c150ca9808e7cfc836f2c4a457087b0628d5adeb584b8988d"
|
||||
},
|
||||
"s390x_linux_musl": {
|
||||
"etag": "0x8DEE41468A53178",
|
||||
"hash": "f00b60739e13f63dc0846fc3d720d6d175584ae583158dcc4ca65b8e7db9d323"
|
||||
}
|
||||
},
|
||||
"3.1.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
61
manifests/d2.json
generated
Normal file
61
manifests/d2.json
generated
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"rust_crate": null,
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-linux-amd64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-macos-amd64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-windows-amd64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-linux-arm64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-macos-arm64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-windows-arm64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2.exe"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.7.1"
|
||||
},
|
||||
"0.7": {
|
||||
"version": "0.7.1"
|
||||
},
|
||||
"0.7.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDDF1728E4DD4A",
|
||||
"hash": "eb172adf59f38d1e5a70ab177591356754ffaf9bebb84e0ca8b767dfb421dad7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDDF170F26D8B8",
|
||||
"hash": "b0178e8fdae72194d5a23aa6effd323378cc58ccd3b08d175ab80371c14e106f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDDF17125BFAEC",
|
||||
"hash": "d289c2866221c618c9fc6efcd416ee8c16e122bd0100761aea51001e3c958f57"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDDF17039F867F",
|
||||
"hash": "ce3a0b985a8f91335a826c254b3a88736fd81afcdd08b58f6c749d2add6864b0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDDF1729CAB84F",
|
||||
"hash": "80de85f3b0ac7d9569acac0780ed65dd994ea78969b6b230c58bbb2c6113465b"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDDF1704EDE5E6",
|
||||
"hash": "c7ebdc7b2f6df513b715d431762105386f7c702b0b2dddff2a500a032b1bba67"
|
||||
}
|
||||
}
|
||||
}
|
||||
30
manifests/dprint.json
generated
30
manifests/dprint.json
generated
@@ -27,10 +27,36 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.55.1"
|
||||
"version": "0.55.2"
|
||||
},
|
||||
"0.55": {
|
||||
"version": "0.55.1"
|
||||
"version": "0.55.2"
|
||||
},
|
||||
"0.55.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE1D85D72777F",
|
||||
"hash": "45fc0eef3216af21c4c22c6e7e233aa45c3080fac07b6e94db7008a5c8e5c67a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE1D85D6BD2DB",
|
||||
"hash": "b7074cf6c814f995b783b5baa7e516b34e783c42c9baf7af553dbad731adb3a7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE1D85D5822CD",
|
||||
"hash": "12e8c26abc8c436223e70f5a30a2864001c92fa356a859eb93e06b97ab7dbd12"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE1D85D6FC608",
|
||||
"hash": "f0101217dd0abc94f1ac01b83d306d0288aeee8a501e8614a5e2bbe037500be0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE1D85D5CFF51",
|
||||
"hash": "e9ba8ed7988f3350501a8cf8af92da616cdec8d9d5c831c069293c587311b49d"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DEE1D85D75F5F8",
|
||||
"hash": "ed70faf3ecfbb67786470c62fd3eee44172451fa91166f660c7a52a9d9c36979"
|
||||
}
|
||||
},
|
||||
"0.55.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
33
manifests/just.json
generated
33
manifests/just.json
generated
@@ -21,10 +21,39 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.56.0"
|
||||
"version": "1.57.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.56.0"
|
||||
"version": "1.57.0"
|
||||
},
|
||||
"1.57": {
|
||||
"version": "1.57.0"
|
||||
},
|
||||
"1.57.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE53947DCF623",
|
||||
"hash": "45b548094283cb9739af8f13273b8cddeee869f5b4ef2bb631b1f311cb566155"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE5394AD32502",
|
||||
"hash": "5e6ade3698095576274b2b32cc9e5d467185e8e40b04949004c04cc3d7e962dc"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE5397E300905",
|
||||
"hash": "4c7391d17cb1d17b758b52004ee6411372b8a13ff37c3c9b9031625cb6026e09"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE5394F651923",
|
||||
"hash": "f225044a81adea6e0b3a8b9370aaf374e6af76c8735ae263ac993df55fd137ec"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE53949646DB5",
|
||||
"hash": "0381db216c2f97ce31d838a1562c1064dfbfa73f5a8a81581338a2cd9217df47"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE5398610042A",
|
||||
"hash": "14ff33bbac8d2f07deda30cd3bafe7be083213cdb1c4dae7a55567d375cc17f1"
|
||||
}
|
||||
},
|
||||
"1.56": {
|
||||
"version": "1.56.0"
|
||||
|
||||
52
manifests/kingfisher.json
generated
52
manifests/kingfisher.json
generated
@@ -32,6 +32,58 @@
|
||||
"1": {
|
||||
"version": "1.106.0"
|
||||
},
|
||||
"1.108.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE3D160774D37",
|
||||
"hash": "b9ba14a1e5ffdfa153bc591d73fa75641610820b9b6fc8faab89f3206c483e1c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE3D163CC2FEF",
|
||||
"hash": "75d12d5f0e47d8feef3dc8f2231bdeaf6d39e6f57e78e0db7343aa184891e15c"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE3D15F3EB8CB",
|
||||
"hash": "dbaa00ab679522036437fc29351bb522c052168c722746d672671d08777eb9c9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE3D16224037E",
|
||||
"hash": "bfba78fdde41b82c2d630e1417de46fbf9c8071ccfba3c814b2c8fcfd4bf0f7c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE3D1644A385D",
|
||||
"hash": "8fd918110f1e2eaf4f29d6de4324bdf30c562c831f3fe4bb2ab2e76d73a91030"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE3D15FD41BAD",
|
||||
"hash": "a7017187fbdef44af41a74206c86d82bcfb8ed8ba794dbb4c61f2ebd7a366f42"
|
||||
}
|
||||
},
|
||||
"1.107.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE2C6991B3942",
|
||||
"hash": "41ccd1899b318d8adc3ff3886cda35fd95e8d5107854e38cdcb9d40be44618b4"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE2C69D7E6226",
|
||||
"hash": "9e8077126d6531e870f9c605e69e04bcbd542b6e64f4b2567e7c74c6b26817f6"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE2C6979AFFC3",
|
||||
"hash": "bd61201aa61976f007bae8024538ed525a11792a86d1a16434d183ec2fe735fb"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE2C69B14F697",
|
||||
"hash": "16a82a2857260efa05325796712db4051c380f119d3c2cda4b3df2b25277e5a2"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE2C69E272F96",
|
||||
"hash": "e3a1e86bf0f537254740e518b0de68616f2fc91f6940d3fb13fbcf96c07b6ad5"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE2C69854B95B",
|
||||
"hash": "d4e6a76feb69209d0befdb156b29c62627068a49833b100952d3099d7277117f"
|
||||
}
|
||||
},
|
||||
"1.106": {
|
||||
"version": "1.106.0"
|
||||
},
|
||||
|
||||
58
manifests/mise.json
generated
58
manifests/mise.json
generated
@@ -27,13 +27,65 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "2026.7.5"
|
||||
"version": "2026.7.7"
|
||||
},
|
||||
"2026": {
|
||||
"version": "2026.7.5"
|
||||
"version": "2026.7.7"
|
||||
},
|
||||
"2026.7": {
|
||||
"version": "2026.7.5"
|
||||
"version": "2026.7.7"
|
||||
},
|
||||
"2026.7.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE2A1A8BFD7E4",
|
||||
"hash": "ef8da15b1b3829a51f0169b91673db4517e520e5facd7d10d311ffd12ebfb358"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE2A1AB29CBEF",
|
||||
"hash": "58f4fea2a673b979e98f245e7a73e122b2960989c049dba04980ea13002ada2a"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE2A1ACA5055C",
|
||||
"hash": "e1fcdab6ae3ae6d44e0b332ee0a351d25c3dd30592024b1ed48f07ce5e89ee6d"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE2A1A5363965",
|
||||
"hash": "1fea3256dc5206ce0aaa91b89920121f0a0a5a906e4da5813186ba6d474a0239"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE2A1AA57E147",
|
||||
"hash": "df490dc2fff51c82bf0f64e1fcd0265b145ce80d2d15ce99b95f2adf0b1fe82c"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE2A1AC56C282",
|
||||
"hash": "338fc3a6ae9430eb7097e0c0277cf50d11837460a3e272aca32e59971a5f124c"
|
||||
}
|
||||
},
|
||||
"2026.7.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE1C41A703E55",
|
||||
"hash": "debdf9d7e776c3c0f9e3dfa7c4067bf02f3592fdc7c5d2bb5027fb2325c9916f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE1C41DD9D115",
|
||||
"hash": "e57eaa613672bc691bafc271f70de91350ac165c33955d35e2965067772e194c"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE1C41F912E91",
|
||||
"hash": "b4658b9c2e9f3f9ef02dd6558a77e1f14bd93feae59f0dbc49b08b2956556c04"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE1C415CA8BEC",
|
||||
"hash": "926914f938c55e86e48875f1c9253573ddf6d5efb5abb6e8721ea061fe2767f7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE1C41C8EFDBF",
|
||||
"hash": "baeb42c21aec5dea45e0881b1619b8f65989187fa50481b1c70c4aa0af0429bb"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE1C41EF6D39E",
|
||||
"hash": "23abdf5bc0675ee73ef1fb72bdfc2d4e43008b1821b0bcb6629cf1f6efb2a219"
|
||||
}
|
||||
},
|
||||
"2026.7.5": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
38
manifests/prek.json
generated
38
manifests/prek.json
generated
@@ -39,10 +39,44 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.4.8"
|
||||
"version": "0.4.10"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.8"
|
||||
"version": "0.4.10"
|
||||
},
|
||||
"0.4.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE3230C73FEAD",
|
||||
"hash": "d31168fcbfe9921ad63572dc7ddbee07be5d5d6befe11e6e7397e3861a4edd49"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE3230C058C1E",
|
||||
"hash": "ae0e42f5aec02898531d6b3b7dca97967a5d128cba8df34bc2a586742e2d847d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE3230C23052F",
|
||||
"hash": "872d1c5ac32efce01e93821e790dedc8c055b499f524f1250270679562bf3792"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE3230ABAB164",
|
||||
"hash": "9e743f493f681e84b94e65bec1199d992643f0bf4ce0929880298b3b4747989e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE3230A65023E",
|
||||
"hash": "b2be74cd80bc86f679d92ae368d154ce391e4ef9891dc54447976b92df7951f1"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE3230A82C91B",
|
||||
"hash": "ef9b5d6c643ae2ef2d73b60a0706e3303c5d1eab6a7c3e909ab95e693827be2e"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DEE3230BCE772E",
|
||||
"hash": "5219990d9c4a0da8a5001010814ca495c8d546f2d3c3559f0b1d3a5d3e84fee9"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DEE3230BEC063D",
|
||||
"hash": "207c464d4d818b81ee9d5081d9ebd1cc0f36b0d74048f4cbd0f5b1200d982ae8"
|
||||
}
|
||||
},
|
||||
"0.4.9": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
92
manifests/protoc-gen-connect-openapi.json
generated
Normal file
92
manifests/protoc-gen-connect-openapi.json
generated
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"rust_crate": null,
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/sudorandom/protoc-gen-connect-openapi/releases/download/v${version}/protoc-gen-connect-openapi_${version}_linux_amd64.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/sudorandom/protoc-gen-connect-openapi/releases/download/v${version}/protoc-gen-connect-openapi_${version}_darwin_all.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/sudorandom/protoc-gen-connect-openapi/releases/download/v${version}/protoc-gen-connect-openapi_${version}_windows_amd64.tar.gz"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/sudorandom/protoc-gen-connect-openapi/releases/download/v${version}/protoc-gen-connect-openapi_${version}_linux_arm64.tar.gz"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/sudorandom/protoc-gen-connect-openapi/releases/download/v${version}/protoc-gen-connect-openapi_${version}_windows_arm64.tar.gz"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.25.7"
|
||||
},
|
||||
"0.25": {
|
||||
"version": "0.25.7"
|
||||
},
|
||||
"0.25.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DECA3D49E32F02",
|
||||
"hash": "ddea887b432df5471ac67ef6167726b46a4f337af0eec4f5f88998fac5fb6cc2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DECA3D4A995633",
|
||||
"hash": "717c86c3ca0346457b3e4c5f69596b28b2b2ec6bf047498001c02bfad8e59f52"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DECA3D49E80B84",
|
||||
"hash": "aa22bc1563b9701b67ca3b1568ee07f56b6d04b37643eb36dfea1103af3f12ca"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DECA3D49DEEE03",
|
||||
"hash": "d7229a3ac65974e024210522cb3920e764fddf408e26cb501eb41406e514d6ec"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DECA3D4A02EF5C",
|
||||
"hash": "ea2853b19d937dc4831deaa0fca417ba4362311e0a0a554708d1486f7535bd58"
|
||||
}
|
||||
},
|
||||
"0.25.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE9D74861DFA1C",
|
||||
"hash": "3bcd62bb8353e967018c17e4af3a908255c6e1764ab5b3e10e985193ca5750a8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE9D7486AAF55F",
|
||||
"hash": "e456d56052049748ceb113eb93e5929a0278db94e3acdc159bcefc7260aea7cf"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE9D7486219F83",
|
||||
"hash": "e478565b1e1aac58bf16fbb443b5706b3e1facbfb6d0a47c94ea6b51ae0c5482"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE9D7486204178",
|
||||
"hash": "dacd2874adf145ce0ff401d503652e92a8fd391d2f1f89d4f8ac274f925ec525"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE9D7486239913",
|
||||
"hash": "a72bc2194fcef04e16ef4cde1c114052d03fac4dfc9ab85e0f9844ddaa074259"
|
||||
}
|
||||
},
|
||||
"0.25.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE7B5765BA6036",
|
||||
"hash": "a9cbf821d42bc12a91b853d1fc8c3ffbea19bd8a6096d8db8b39263f1f67da74"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE7B576667DE0B",
|
||||
"hash": "07af8e3adbac202a0d09b97d281dcdb24949d642e43c101ea2a1a0d09aff7bd0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE7B5765C15D32",
|
||||
"hash": "a81e3091acda45b37e375af3399b70c278e9ea365ea92b68660ad5d7943ac85f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE7B5765BF8A80",
|
||||
"hash": "287575b705cdd4a037baef75adcd8813566c4fda2eba5399483a9cbad8be7422"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE7B5765BC80A1",
|
||||
"hash": "b066a20cf1c18bdad4daee223014a8635d2189ff80c2c8a921967968cfe20d46"
|
||||
}
|
||||
}
|
||||
}
|
||||
26
manifests/release-plz.json
generated
26
manifests/release-plz.json
generated
@@ -21,10 +21,32 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.3.159"
|
||||
"version": "0.3.160"
|
||||
},
|
||||
"0.3": {
|
||||
"version": "0.3.159"
|
||||
"version": "0.3.160"
|
||||
},
|
||||
"0.3.160": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE18022A70793",
|
||||
"hash": "47a7ced8ce2870b767f47232adbfd5c561784af7cd0dbe1a83456977fe786d4a"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE180B3300FA5",
|
||||
"hash": "febcc0361cdfa557b30def8edf5d49aecc628b101727bbae29140950c4adb92b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE180323412A7",
|
||||
"hash": "43022dc9192f6da8d7f1e9157fc492a8339502b29623432b172f5353b0a4283a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE18002DFECE5",
|
||||
"hash": "4ed9c58e2deac929154236580b7228c9ce00c7af4c6a9010f81cec3a3d012f4d"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE180D3F3D205",
|
||||
"hash": "ee0851e7648a6b0cdc97d2a4d9332c9c9dbe3ed1d981748eb44e71554766366e"
|
||||
}
|
||||
},
|
||||
"0.3.159": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
41
manifests/syft.json
generated
41
manifests/syft.json
generated
@@ -35,10 +35,47 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.46.0"
|
||||
"version": "1.48.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.46.0"
|
||||
"version": "1.48.0"
|
||||
},
|
||||
"1.48": {
|
||||
"version": "1.48.0"
|
||||
},
|
||||
"1.48.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE349351D9207",
|
||||
"hash": "6cef9a7f37220d9067eaf9cfaaa2fce986e9f320a8d42cbc36658c99af78ea04"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE34935669659",
|
||||
"hash": "dc7b2135fa5591003596df4ddb3408f499b68174f5e7dc1c77a373b753463182"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE34935237ED0",
|
||||
"hash": "b46cb02a47c5b76a1656958757d62ac07d0cb7de35f92e8a7e02d450cbb53097"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE34935556BA4",
|
||||
"hash": "6865a3d97c4e28b4b38571c17a2bf512da4494ef1d37613c3122fce0d67e63b0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE349352074FE",
|
||||
"hash": "fef3e6d5df336a0a4c3e421e503119d1e221cf82a3ef5e426a791fcd81667e87"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE349356A62C6",
|
||||
"hash": "7ac974ad525df58707dcdcdf3a54528ee31f6b104c8d42500df11987e469bc1e"
|
||||
},
|
||||
"powerpc64le_linux_musl": {
|
||||
"etag": "0x8DEE349355D042F",
|
||||
"hash": "ab20f136723d08549ed3b887d53a7b086db9cb4ae33fe9ea86624356b3766177"
|
||||
},
|
||||
"s390x_linux_musl": {
|
||||
"etag": "0x8DEE3493551786B",
|
||||
"hash": "44d33b1cf852719003a6e12bae921c01b36e10376bd44a6ad7fc9ea50e28527b"
|
||||
}
|
||||
},
|
||||
"1.46": {
|
||||
"version": "1.46.0"
|
||||
|
||||
150
manifests/tombi.json
generated
150
manifests/tombi.json
generated
@@ -2,13 +2,157 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "1.2.0"
|
||||
"version": "1.2.4"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.2.0"
|
||||
"version": "1.2.4"
|
||||
},
|
||||
"1.2": {
|
||||
"version": "1.2.0"
|
||||
"version": "1.2.4"
|
||||
},
|
||||
"1.2.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.4/tombi-cli-1.2.4-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEE5857023CA54",
|
||||
"hash": "a74364d9c27835cefd9d7d9e4fee0487a7f68bc5289650e61050d6b0c395dc4d",
|
||||
"bin": "tombi-cli-1.2.4-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.4/tombi-cli-1.2.4-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEE5856FA1E5E8",
|
||||
"hash": "54c94860225d348d3531a1c1ac81d86b6de315edc2640e143cfe18f2dcb0ca4d",
|
||||
"bin": "tombi-cli-1.2.4-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.4/tombi-cli-1.2.4-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEE5857029B716",
|
||||
"hash": "868d5b9c41503b910fcbdb00e636a5a67c00af168444bffee7297aac3fff00ba"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.4/tombi-cli-1.2.4-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEE5856F9E8E51",
|
||||
"hash": "91504ef7e605fca89ef55aea0a428ee58cf3e435f2650a8a9ce8886dd286b874",
|
||||
"bin": "tombi-cli-1.2.4-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.4/tombi-cli-1.2.4-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEE5856F993D16",
|
||||
"hash": "f05da8a5e619e156057e2e13c452437ac45b0865d73cf371b99763b1b539612b",
|
||||
"bin": "tombi-cli-1.2.4-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.4/tombi-cli-1.2.4-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEE5856FAD989B",
|
||||
"hash": "a3501d0f52a3ae53e30fc5f28dba924a702360ebc0f351b8bdf828b6489df3f8"
|
||||
}
|
||||
},
|
||||
"1.2.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.3/tombi-cli-1.2.3-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEE52C22A6C98B",
|
||||
"hash": "4f13c4349ccbf1f326834795ad69625f8aa863e5a92e71dfb245a51971576b25",
|
||||
"bin": "tombi-cli-1.2.3-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.3/tombi-cli-1.2.3-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEE52C221014F5",
|
||||
"hash": "ccd87264d9fddc2317d79a7f895e28b32c519d35db0aecd88a357c78854c8ae4",
|
||||
"bin": "tombi-cli-1.2.3-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.3/tombi-cli-1.2.3-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEE52C22996B0F",
|
||||
"hash": "51bcaa880bccdbedee920016af20cdbc400f3c4a15c6679adf8acb2b7359621b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.3/tombi-cli-1.2.3-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEE52C22167669",
|
||||
"hash": "d95171ebc4330a3e55068cfc9372c899cefb27cfbeda9cb439f3861ab7446c90",
|
||||
"bin": "tombi-cli-1.2.3-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.3/tombi-cli-1.2.3-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEE52C22169D4A",
|
||||
"hash": "32e48eb45f04ae2201a24b09f168ac0a4d15502e223d758fac0ff1f6ccf7d5e4",
|
||||
"bin": "tombi-cli-1.2.3-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.3/tombi-cli-1.2.3-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEE52C22123573",
|
||||
"hash": "aac6667eb3d15c8958dc941f2aada8d389b9964d87707711dc7c3cdeb3ad4048"
|
||||
}
|
||||
},
|
||||
"1.2.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.2/tombi-cli-1.2.2-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEE498C3F64E24",
|
||||
"hash": "3059ea11aa14c3f836538c70c3a50d22d90f5d47f59c198dae90e8049153c1fb",
|
||||
"bin": "tombi-cli-1.2.2-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.2/tombi-cli-1.2.2-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEE498C32A528C",
|
||||
"hash": "5a86377a76517c62de9462705594113afa5e33d7464beaae20397cc23f86394b",
|
||||
"bin": "tombi-cli-1.2.2-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.2/tombi-cli-1.2.2-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEE498C3BC785D",
|
||||
"hash": "66cd95c36cbfea4cdfcf9f788467048bc3b008801e27c6604558347906d130ac"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.2/tombi-cli-1.2.2-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEE498C326AD31",
|
||||
"hash": "c79801e5fd7fdb77573dd4dbe2c5f56b4f7a610c1da044c57e1a51c2cffeb3c2",
|
||||
"bin": "tombi-cli-1.2.2-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.2/tombi-cli-1.2.2-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEE498C32F5606",
|
||||
"hash": "890fc24cb7da3b3eadc57b5960e593a3329b4d50663d374497b4f217a2eb0858",
|
||||
"bin": "tombi-cli-1.2.2-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.2/tombi-cli-1.2.2-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEE498C354DC37",
|
||||
"hash": "6c0907c2be7bfebc60ad34986e37357c21840c3dd92ad25c6be19ee2cd145fd4"
|
||||
}
|
||||
},
|
||||
"1.2.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.1/tombi-cli-1.2.1-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEE4204E5AFA82",
|
||||
"hash": "e1b91ed4006e7b99af2d8b7d26df57fe154b1b50b4fe14ffca5c5ee8203bfd3f",
|
||||
"bin": "tombi-cli-1.2.1-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.1/tombi-cli-1.2.1-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEE4204DA3DF34",
|
||||
"hash": "8478f77faf33dd9c7cda342f747acab7107ea69a9d7cc39623e083b759540cce",
|
||||
"bin": "tombi-cli-1.2.1-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.1/tombi-cli-1.2.1-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEE4204E26DEB0",
|
||||
"hash": "212c7ba34e0a939187beddd52d62f3baaf1cc2f6281532fd240e23b1f79d909b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.1/tombi-cli-1.2.1-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEE4204DA9F2E5",
|
||||
"hash": "d70ba2d234c56a31afb29099c130325548c498096d42929d269f26a4ecb22e02",
|
||||
"bin": "tombi-cli-1.2.1-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.1/tombi-cli-1.2.1-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEE4204DB2E982",
|
||||
"hash": "912a25882f5698fe92e6e3149fa19725108f1ffd086c4bd40b2cc8eea1a4bc33",
|
||||
"bin": "tombi-cli-1.2.1-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.1/tombi-cli-1.2.1-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEE4204DC41446",
|
||||
"hash": "8a5962c7d96030fb89cf6abcc6e49871dc5f54533829b62d91fcebe25d6cdb75"
|
||||
}
|
||||
},
|
||||
"1.2.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
42
manifests/uv.json
generated
42
manifests/uv.json
generated
@@ -68,10 +68,48 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.11.28"
|
||||
"version": "0.11.29"
|
||||
},
|
||||
"0.11": {
|
||||
"version": "0.11.28"
|
||||
"version": "0.11.29"
|
||||
},
|
||||
"0.11.29": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE2A122796B6E",
|
||||
"hash": "46711858adb2a3acaa9cee00f9060688ad1fd5706aecc005b96a6a7f285a00b7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE2A1220EEC3A",
|
||||
"hash": "c4c4de482da9ccdd076dc4fb5cfe7b740609029385c72f58606be3153602387d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE2A121FE5D13",
|
||||
"hash": "a047d55651bc3e0ca24595b25ec4cfcb10f9dca9fb56514e661269b37d4fae68"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE2A11F95F0BD",
|
||||
"hash": "593d79a797ece3f1dfaaf3e0a973263422a135d9262c7dbc6cd75d9c11acc0b4"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE2A11EED27DD",
|
||||
"hash": "61c04acc52a33ef0f331e494bdfbedcdb6c26c6970c022ed3699e5860f8930e3"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE2A11F333113",
|
||||
"hash": "55b597ae81bc29531a7c352a1431a8a73cc2755d7a5b9ec454580cbe02e5154f"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DEE2A1211AC895",
|
||||
"hash": "641b15637de9fedc7e738b0e4716b2233c792ba6dca722ba0484381749e1a9fd"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DEE2A121458482",
|
||||
"hash": "5c1229cc0309ebc6872ee847b8fc75564b3b7688edeb09e19427203e2dbc0ea7"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DEE2A121A6BF48",
|
||||
"hash": "fa029183f550a3b00b89c06529fabfa11e0c69c097ccd397a8e7eae46f397348"
|
||||
}
|
||||
},
|
||||
"0.11.28": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
30
manifests/vacuum.json
generated
30
manifests/vacuum.json
generated
@@ -21,10 +21,36 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.29.9"
|
||||
"version": "0.29.10"
|
||||
},
|
||||
"0.29": {
|
||||
"version": "0.29.9"
|
||||
"version": "0.29.10"
|
||||
},
|
||||
"0.29.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEE33AF879F9B8",
|
||||
"hash": "84a596d5f88dd42f6f020376e5d2c2a29e6e51cc4b5614828f03dda122457a03"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE33AF976C123",
|
||||
"hash": "f182240e033320d2ced000a39042acb6ae2eeb0c6dad43312f6756e117d0c54e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE33AF9914AAD",
|
||||
"hash": "3e65a684da365fcb46674648e65773986a8d8ed2ec326adf15a602a96970171b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEE33AF867E5A2",
|
||||
"hash": "0db35ff8a498d4623c34254eb9d53b4ba4de33e954edd716f56c64b8268556e1"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE33AF9AD17CD",
|
||||
"hash": "15d9d4549f0a5068a4efc6cf5e1e25341c59a29e82fd269125cdc1bdb908e556"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEE33AF874CF65",
|
||||
"hash": "e87d148b312d9a5eb79e4a389c8a125d321f285c9f5687a2a45409494eee790c"
|
||||
}
|
||||
},
|
||||
"0.29.9": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
22
manifests/zizmor.json
generated
22
manifests/zizmor.json
generated
@@ -23,6 +23,28 @@
|
||||
"1": {
|
||||
"version": "1.26.1"
|
||||
},
|
||||
"1.27.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DEE17F9DC134D8",
|
||||
"hash": "277f2bd8fd37cf60c42ab7afca6faa884e65440fa31e02b44bdaae60f62a358f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEE17F9DC63843",
|
||||
"hash": "51cd82d1f6914cbb7f4402dbdc19bd989a7599078e5ddeaf837d1ab901c97328"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEE17F9DB3889C",
|
||||
"hash": "a8c5d02d638bacf9ae5779b08b0291455c67e7e835be56995f35483518dcd70a"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DEE17F9DC76F65",
|
||||
"hash": "46fceee9a8262dca0e61f8463204e1f0f3a63bf6c20fa3ef9a5c1b3cff7b17b0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEE17F9DB8B2F2",
|
||||
"hash": "81336423d1b280c5dd0cdd8644a1e5f3238ab3ceb8d6e4334dfd05dab95a8a86"
|
||||
}
|
||||
},
|
||||
"1.26": {
|
||||
"version": "1.26.1"
|
||||
},
|
||||
|
||||
@@ -3,23 +3,23 @@
|
||||
"license_markdown": "[MIT](https://github.com/convco/convco/blob/main/LICENSE)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"version_range": ">= 0.6.4",
|
||||
"version_range": ">= 0.7.0",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
"asset_name": "${package}-ubuntu.zip",
|
||||
"bin": "${package}"
|
||||
"asset_name": "${package}-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||
"bin": "${package}-v${version}-x86_64-unknown-linux-musl/${package}"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-windows.zip",
|
||||
"bin": "${package}.exe"
|
||||
"asset_name": "${package}-v${version}-x86_64-pc-windows-msvc.tar.gz",
|
||||
"bin": "${package}-v${version}-x86_64-pc-windows-msvc/${package}.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"asset_name": "${package}-ubuntu-aarch64.zip",
|
||||
"bin": "${package}"
|
||||
"asset_name": "${package}-v${version}-aarch64-unknown-linux-musl.tar.gz",
|
||||
"bin": "${package}-v${version}-aarch64-unknown-linux-musl/${package}"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"asset_name": "${package}-macos.zip",
|
||||
"bin": "${package}"
|
||||
"asset_name": "${package}-v${version}-aarch64-apple-darwin.tar.gz",
|
||||
"bin": "${package}-v${version}-aarch64-apple-darwin/${package}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
27
tools/codegen/base/d2.json
Normal file
27
tools/codegen/base/d2.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"repository": "https://github.com/terrastruct/d2",
|
||||
"license_markdown": "[MPL-2.0](https://github.com/terrastruct/d2/blob/master/LICENSE.txt)",
|
||||
"tag_prefix": "v",
|
||||
"version_range": ">= 0.7.1",
|
||||
"bin": "${package}-v${version}/bin/${package}${exe}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
"asset_name": "${package}-v${version}-linux-amd64.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"asset_name": "${package}-v${version}-macos-amd64.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-v${version}-windows-amd64.tar.gz"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"asset_name": "${package}-v${version}-linux-arm64.tar.gz"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"asset_name": "${package}-v${version}-macos-arm64.tar.gz"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"asset_name": "${package}-v${version}-windows-arm64.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"broken": ["1.107.0", "1.108.0"],
|
||||
"bin": "${package}${exe}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
23
tools/codegen/base/protoc-gen-connect-openapi.json
Normal file
23
tools/codegen/base/protoc-gen-connect-openapi.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"repository": "https://github.com/sudorandom/protoc-gen-connect-openapi",
|
||||
"license_markdown": "[MIT](https://github.com/sudorandom/protoc-gen-connect-openapi/blob/main/LICENSE)",
|
||||
"tag_prefix": "v",
|
||||
"version_range": ">= 0.25.5",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
"asset_name": "${package}_${version}_linux_amd64.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"asset_name": "${package}_${version}_darwin_all.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}_${version}_windows_amd64.tar.gz"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"asset_name": "${package}_${version}_linux_arm64.tar.gz"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"asset_name": "${package}_${version}_windows_arm64.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user