mirror of
https://github.com/taiki-e/install-action.git
synced 2026-07-21 00:56:52 -04:00
Compare commits
31 Commits
v2.83.3
...
releases/t
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc80f3aa1b | ||
|
|
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 |
34
CHANGELOG.md
34
CHANGELOG.md
@@ -10,6 +10,36 @@ 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.
|
||||
@@ -7040,7 +7070,9 @@ 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.3...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
|
||||
|
||||
@@ -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: typos-cli
|
||||
checksum:
|
||||
description: Whether to enable checksums (strongly discouraged to disable)
|
||||
required: false
|
||||
|
||||
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",
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
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"
|
||||
|
||||
26
manifests/kingfisher.json
generated
26
manifests/kingfisher.json
generated
@@ -32,6 +32,32 @@
|
||||
"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",
|
||||
|
||||
6
manifests/mise.json
generated
6
manifests/mise.json
generated
@@ -27,13 +27,13 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "2026.7.6"
|
||||
"version": "2026.7.7"
|
||||
},
|
||||
"2026": {
|
||||
"version": "2026.7.6"
|
||||
"version": "2026.7.7"
|
||||
},
|
||||
"2026.7": {
|
||||
"version": "2026.7.6"
|
||||
"version": "2026.7.7"
|
||||
},
|
||||
"2026.7.7": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
4
manifests/prek.json
generated
4
manifests/prek.json
generated
@@ -39,10 +39,10 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.4.9"
|
||||
"version": "0.4.10"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.9"
|
||||
"version": "0.4.10"
|
||||
},
|
||||
"0.4.10": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
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": {
|
||||
|
||||
4
manifests/uv.json
generated
4
manifests/uv.json
generated
@@ -68,10 +68,10 @@
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
||||
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": {
|
||||
|
||||
@@ -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