Compare commits

...

18 Commits
v2.83.4 ... d2

Author SHA1 Message Date
Taiki Endo
7289944b1f d2 2026-07-20 13:32:46 +00:00
Taiki Endo
a6b2e2dcd8 Release 2.84.0 2026-07-20 13:32:45 +00:00
Taiki Endo
fbdd9c50c0 Update cargo-neat manifest 2026-07-20 22:29:43 +09:00
Taiki Endo
424c5f9044 Update changelog 2026-07-20 22:07:03 +09:00
Víctor Martínez
a1fa02c1f9 Support protoc-gen-connect-openapi (#1922)
Co-authored-by: Taiki Endo <te316e89@gmail.com>
2026-07-20 22:05:51 +09:00
Taiki Endo
9e22773f98 Update DEVELOPMENT.md 2026-07-20 21:56:05 +09:00
Taiki Endo
8d5009fee2 Support d2 2026-07-20 21:29:04 +09:00
Taiki Endo
5193316cc8 Update tombi@latest to 1.2.4 2026-07-20 21:15:55 +09:00
Taiki Endo
4c740c71c8 Update tombi@latest to 1.2.3 2026-07-20 17:40:05 +09:00
Taiki Endo
de240ff26f Update just@latest to 1.57.0 2026-07-20 17:40:05 +09:00
Taiki Endo
dfca854866 Update cargo-semver-checks@latest to 0.49.0 2026-07-20 17:40:05 +09:00
Taiki Endo
6366c080ac Update cargo-crap manifest 2026-07-20 17:40:05 +09:00
Taiki Endo
25f25a6eff Update tombi@latest to 1.2.2 2026-07-19 16:36:11 +09:00
Taiki Endo
ea52dea9cd Update just manifest 2026-07-19 16:36:11 +09:00
Taiki Endo
87ba9a132e Update cosign@latest to 3.1.2 2026-07-19 16:36:11 +09:00
Taiki Endo
cc9c1ea1c6 Update cargo-semver-checks manifest 2026-07-19 16:36:11 +09:00
Taiki Endo
c3c43e3e6f codegen: Mark kingfisher 1.108.0 as broken
Same as b9559e63d3.
See also https://github.com/mongodb/kingfisher/issues/436.
2026-07-19 13:49:01 +09:00
graelo
0922d97e6f Update convco@latest to 0.7.0 (#1941) 2026-07-18 19:04:15 +09:00
17 changed files with 490 additions and 38 deletions

View File

@@ -10,6 +10,22 @@ 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.
@@ -7054,7 +7070,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.83.4...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

View File

@@ -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.

View File

@@ -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) | |

View File

@@ -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: d2
checksum:
description: Whether to enable checksums (strongly discouraged to disable)
required: false

View File

@@ -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",

View File

@@ -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"
},

View File

@@ -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"

52
manifests/convco.json generated
View File

@@ -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"
}
}
}

6
manifests/cosign.json generated
View File

@@ -27,13 +27,13 @@
}
},
"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": {

61
manifests/d2.json generated Normal file
View 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
View File

@@ -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"

View 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"
}
}
}

114
manifests/tombi.json generated
View File

@@ -2,13 +2,121 @@
"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": {

View File

@@ -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}"
}
}
}

View 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"
}
}
}

View File

@@ -11,7 +11,7 @@
}
}
},
"broken": ["1.107.0"],
"broken": ["1.107.0", "1.108.0"],
"bin": "${package}${exe}",
"platform": {
"x86_64_linux_musl": {

View 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"
}
}
}