Compare commits

...

34 Commits

Author SHA1 Message Date
Taiki Endo
9ca1734d89 Release 2.55.3 2025-07-01 08:52:08 +09:00
Taiki Endo
03194083f7 Update dprint@latest to 0.50.1 2025-07-01 08:40:01 +09:00
Taiki Endo
078fd1effe Release 2.55.2 2025-07-01 08:31:44 +09:00
Taiki Endo
70afd9d53f Update zizmor@latest to 1.11.0 2025-07-01 06:15:33 +09:00
Taiki Endo
1e57335387 Update cargo-dinghy@latest to 0.8.1 2025-07-01 06:15:33 +09:00
Taiki Endo
491d37bbaa Release 2.55.1 2025-07-01 00:30:52 +09:00
Taiki Endo
8d74873246 Update vacuum@latest to 0.17.1 2025-06-30 23:49:04 +09:00
Taiki Endo
d85c2f7865 Update typos@latest to 1.34.0 2025-06-30 23:49:04 +09:00
Taiki Endo
e70e8600a5 Release 2.55.0 2025-06-30 23:37:48 +09:00
Taiki Endo
407c37f889 Update changelog 2025-06-30 23:37:33 +09:00
John Vandenberg
4fe29cea12 Add vacuum (#1016) 2025-06-30 23:32:17 +09:00
John Vandenberg
a5b0f889e8 Update zola install location in TOOLS.md (#1019) 2025-06-30 23:32:04 +09:00
Taiki Endo
aa97aa6c5b Update cargo-shear@latest to 1.3.2 2025-06-30 13:07:16 +09:00
Taiki Endo
8fcca280f3 ci: Test AArch64 Windows 2025-06-29 22:27:47 +09:00
Taiki Endo
a27ef18d36 Release 2.54.3 2025-06-28 19:09:58 +09:00
Taiki Endo
06fef5ea2e Update cargo-careful@latest to 0.4.8 2025-06-28 18:14:15 +09:00
Taiki Endo
1045f52d14 Release 2.54.2 2025-06-28 00:20:01 +09:00
Taiki Endo
7b1a05e5c3 Update rclone@latest to 1.70.2 2025-06-28 00:16:22 +09:00
Taiki Endo
8a531e998b Update zizmor@latest to 1.10.0 2025-06-27 06:17:21 +09:00
Taiki Endo
2cab843126 Release 2.54.1 2025-06-25 21:22:41 +09:00
Taiki Endo
6f5fd17aa9 Update wasmtime manifest 2025-06-25 21:18:03 +09:00
Taiki Endo
5b6fb17aa2 Update wasmtime@latest to 34.0.1 2025-06-25 03:15:12 +09:00
Taiki Endo
c59ffb1fb5 Update cargo-tarpaulin@latest to 0.32.8 2025-06-23 15:19:28 +09:00
Taiki Endo
4e7dd3f61f Update knope@latest to 0.21.0 2025-06-23 13:30:21 +09:00
Taiki Endo
9ba3ac3fd0 Release 2.54.0 2025-06-23 02:05:22 +09:00
Taiki Endo
e3d2e4ff1a Update changelog 2025-06-23 02:04:56 +09:00
Taiki Endo
74fc1f2d2a ci: Exclude cyclonedx on Ubuntu 14.04
```
+ cyclonedx --version
cyclonedx: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by cyclonedx)
cyclonedx: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by cyclonedx)
```
2025-06-23 02:03:32 +09:00
Taiki Endo
c9851b9ded Update wasmtime@latest to 34.0.0 2025-06-23 02:03:32 +09:00
Taiki Endo
47eecbedfd Update rclone@latest to 1.70.1 2025-06-23 02:03:32 +09:00
Taiki Endo
8ad169efe2 Update cyclonedx@latest to 0.28.2 2025-06-23 02:03:32 +09:00
Taiki Endo
cd15c75a91 Update cargo-binstall@latest to 1.14.1 2025-06-23 02:03:32 +09:00
John Vandenberg
7afdc6d42b Add cyclonedx (#1000)
Also improve check that gnu binaries are not needed if musl exists.
2025-06-19 20:55:47 +09:00
Taiki Endo
5b3d0ef321 Update release-plz@latest to 0.3.136 2025-06-19 18:16:48 +09:00
Taiki Endo
d92059b082 Include user-agent header in requests to crates.io
Based on 3f363be7b6 by Joe Birr-Pixton.

Fix the underlying cause of https://github.com/taiki-e/install-action/issues/1005.

Co-authored-by: Joe Birr-Pixton <jpixton@gmail.com>
2025-06-18 22:55:40 +09:00
32 changed files with 816 additions and 65 deletions

View File

@@ -13,6 +13,7 @@ espup
fastestmirror
grcov
knope
libicu
linkcheck
mdbook
microdnf

View File

@@ -82,6 +82,7 @@ jobs:
bash: msys64
- os: windows-2025
bash: cygwin
- os: windows-11-arm
- os: windows-2022
tool: major.minor.patch
- os: windows-2022
@@ -139,7 +140,7 @@ jobs:
if [[ "$(cargo binstall -V)" != "$(jq -r '.latest.version' manifests/cargo-binstall.json)" ]]; then
exit 1
fi
if: matrix.bash != 'cygwin'
if: matrix.bash != 'cygwin' && matrix.os != 'windows-11-arm'
test-container:
strategy:
@@ -207,7 +208,7 @@ jobs:
- run: rm -- Cargo.toml
- name: Generate tool list
id: tool-list
run: tools/ci/tool-list.sh >>"${GITHUB_OUTPUT}"
run: tools/ci/tool-list.sh "" "${{ matrix.container }}" >>"${GITHUB_OUTPUT}"
# remove bash installed by checkout-action
- run: apk --no-cache del bash
shell: sh

View File

@@ -10,6 +10,58 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.55.3] - 2025-06-30
- Update `dprint@latest` to 0.50.1.
## [2.55.2] - 2025-06-30
- Update `zizmor@latest` to 1.11.0.
- Update `cargo-dinghy@latest` to 0.8.1.
## [2.55.1] - 2025-06-30
- Update `vacuum@latest` to 0.17.1.
- Update `typos@latest` to 1.34.0.
## [2.55.0] - 2025-06-30
- Support `vacuum`. ([#1016](https://github.com/taiki-e/install-action/pull/1016), thanks @jayvdb)
- Update `cargo-shear@latest` to 1.3.2.
## [2.54.3] - 2025-06-28
- Update `cargo-careful@latest` to 0.4.8.
## [2.54.2] - 2025-06-27
- Update `rclone@latest` to 1.70.2.
- Update `zizmor@latest` to 1.10.0.
## [2.54.1] - 2025-06-25
- Update `wasmtime@latest` to 34.0.1.
- Update `cargo-tarpaulin@latest` to 0.32.8.
- Update `knope@latest` to 0.21.0.
## [2.54.0] - 2025-06-22
- Support `cyclonedx`. ([#1000](https://github.com/taiki-e/install-action/pull/1000), thanks @jayvdb)
- Update `wasmtime@latest` to 34.0.0.
- Update `rclone@latest` to 1.70.1.
- Update `cargo-binstall@latest` to 1.14.1.
- Update `release-plz@latest` to 0.3.136.
## [2.53.2] - 2025-06-18
- Fix `cargo-nextest` installation failure on Ubuntu 24.04 due to HTTP 403 error on requests to crates.io. ([#1007](https://github.com/taiki-e/install-action/pull/1007))
@@ -4002,7 +4054,15 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.53.2...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.55.3...HEAD
[2.55.3]: https://github.com/taiki-e/install-action/compare/v2.55.2...v2.55.3
[2.55.2]: https://github.com/taiki-e/install-action/compare/v2.55.1...v2.55.2
[2.55.1]: https://github.com/taiki-e/install-action/compare/v2.55.0...v2.55.1
[2.55.0]: https://github.com/taiki-e/install-action/compare/v2.54.3...v2.55.0
[2.54.3]: https://github.com/taiki-e/install-action/compare/v2.54.2...v2.54.3
[2.54.2]: https://github.com/taiki-e/install-action/compare/v2.54.1...v2.54.2
[2.54.1]: https://github.com/taiki-e/install-action/compare/v2.54.0...v2.54.1
[2.54.0]: https://github.com/taiki-e/install-action/compare/v2.53.2...v2.54.0
[2.53.2]: https://github.com/taiki-e/install-action/compare/v2.53.1...v2.53.2
[2.53.1]: https://github.com/taiki-e/install-action/compare/v2.53.0...v2.53.1
[2.53.0]: https://github.com/taiki-e/install-action/compare/v2.52.8...v2.53.0

View File

@@ -38,6 +38,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**cargo-valgrind**](https://github.com/jfrimmel/cargo-valgrind) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jfrimmel/cargo-valgrind/releases) | Linux, macOS, Windows | [MIT](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-APACHE) |
| [**cargo-zigbuild**](https://github.com/rust-cross/cargo-zigbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-cross/cargo-zigbuild/releases) | Linux, macOS, Windows | [MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE) |
| [**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) |
| [**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) |
| [**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) |
| [**earthly**](https://github.com/earthly/earthly) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/earthly/earthly/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/earthly/earthly/blob/main/LICENSE) |
@@ -65,6 +66,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**trivy**](https://github.com/aquasecurity/trivy) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/aquasecurity/trivy/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE) |
| [**trunk**](https://github.com/trunk-rs/trunk) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/trunk-rs/trunk/releases) | Linux, macOS, Windows | [MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE) |
| [**typos**](https://github.com/crate-ci/typos) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/crate-ci/typos/releases) | Linux, macOS, Windows | [MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE) |
| [**vacuum**](https://github.com/daveshanley/vacuum) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/daveshanley/vacuum/releases) | Linux, macOS, Windows | [MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE) |
| [**valgrind**](https://valgrind.org/) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD) |
| [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) |
| [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) |
@@ -74,6 +76,6 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) |
| [**xh**](https://github.com/ducaale/xh) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/ducaale/xh/releases) | Linux, macOS, Windows | [MIT](https://github.com/ducaale/xh/blob/master/LICENSE) |
| [**zizmor**](https://github.com/zizmorcore/zizmor) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/zizmorcore/zizmor/releases) | Linux, macOS, Windows | [MIT](https://github.com/zizmorcore/zizmor/blob/main/LICENSE) |
| [**zola**](https://github.com/getzola/zola) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/getzola/zola/releases) | Linux, macOS, Windows | [MIT](https://github.com/getzola/zola/blob/master/LICENSE) |
| [**zola**](https://github.com/getzola/zola) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/getzola/zola/releases) | Linux, macOS, Windows | [MIT](https://github.com/getzola/zola/blob/master/LICENSE) |
[cargo-binstall]: https://github.com/cargo-bins/cargo-binstall

View File

@@ -49,3 +49,4 @@ runs:
INPUT_CHECKSUM: ${{ inputs.checksum }}
INPUT_FALLBACK: ${{ inputs.fallback }}
DEFAULT_GITHUB_TOKEN: ${{ github.token }}
ACTION_USER_AGENT: ${{ github.action_repository }} (${{ github.action_ref }})

16
main.sh
View File

@@ -220,7 +220,7 @@ read_manifest() {
# TODO: don't hardcode tool name and use 'immediate_yank_reflection' field in base manifest.
case "${tool}" in
cargo-nextest | nextest)
crate_info=$(curl --proto '=https' --tlsv1.2 -fsSL --retry 10 "https://crates.io/api/v1/crates/${rust_crate}" || true)
crate_info=$(curl -v --user-agent "${ACTION_USER_AGENT}" --proto '=https' --tlsv1.2 -fsSL --retry 10 "https://crates.io/api/v1/crates/${rust_crate}" || true)
if [[ -n "${crate_info}" ]]; then
while true; do
yanked=$(jq -r ".versions[] | select(.num == \"${exact_version}\") | .yanked" <<<"${crate_info}")
@@ -538,7 +538,10 @@ case "$(uname -m)" in
# https://github.com/actions/runner/blob/v2.321.0/.github/workflows/build.yml#L21
# https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#supported-architectures-and-operating-systems-for-self-hosted-runners
# So we can assume x86_64 unless it is AArch64 or Arm.
*) host_arch=x86_64 ;;
*)
# TODO: uname -m on windows-11-arm returns "x86_64"
host_arch=x86_64
;;
esac
info "host platform: ${host_arch}_${host_os}"
@@ -776,6 +779,13 @@ for tool in "${tools[@]}"; do
;;
esac
;;
cyclonedx)
case "${host_os}" in
linux)
apt_install libicu-dev
;;
esac
;;
esac
download_from_download_info "${tool}" "${version}"
@@ -812,7 +822,7 @@ for tool in "${tools[@]}"; do
# cargo-zigbuild has no --version flag on `cargo zigbuild` subcommand.
cargo-zigbuild) rx "${tool_bin_stem}" --version ;;
# deepsource has version command instead of --version flag.
deepsource) rx "${tool_bin_stem}" version ;;
deepsource | vacuum) rx "${tool_bin_stem}" version ;;
cargo-*)
case "${tool_bin_stem}" in
# cargo-valgrind 2.1.0's --version flag just calls cargo's --version flag

View File

@@ -22,32 +22,32 @@
},
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"latest": {
"version": "1.13.0"
"version": "1.14.1"
},
"1.13.0": {
"1.14.1": {
"x86_64_linux_musl": {
"etag": "0x8DDA8291E356B17",
"checksum": "12ba6a4022bdf121701fbd6c01d8021d7f867993877b26582f0d7281bae7a1f9"
"etag": "0x8DDB1901628CEE6",
"checksum": "e1d1231720e6ed497a4b0f8881b08f5df9ce1a938fb3ae6f2444e95eb601fe99"
},
"x86_64_macos": {
"etag": "0x8DDA828B2A2FA39",
"checksum": "9e5b08b6f4145580bf1f5c98c3b877493066b5e228c675150eb62fc9e0a83259"
"etag": "0x8DDB18F7533424E",
"checksum": "3de381bdcca08c418dc790d2a283711894a0577c6e55bba0d4e6cb8b0378b36d"
},
"x86_64_windows": {
"etag": "0x8DDA829DE2DFEEC",
"checksum": "76eddc873105062022b1fd1b8ca090879325664d71635e94d59ce09fff3889b9"
"etag": "0x8DDB1902C11BB61",
"checksum": "a43fb6403e7286c08387c5d0f2780306da7a61c5f0a893761b160d3e2d1cee5a"
},
"aarch64_linux_musl": {
"etag": "0x8DDA82874CC35EB",
"checksum": "2be845b457aabfc66d68be77d69c0fd849edd446a4d23b2e3fd174ca502bd343"
"etag": "0x8DDB18F7C131D04",
"checksum": "17d69bcc07a0e38c912e7f596ed71b1f5f59dc8980da59890c5bc86c07e8506a"
},
"aarch64_macos": {
"etag": "0x8DDA82917C58C4C",
"checksum": "02d6ca67746aecb27fd4bb063b9be3e6f6bc67dcd6c3105941bff64e064f991a"
"etag": "0x8DDB18F66CD0B7D",
"checksum": "07d46d31fb68ac10b906c5d39d611ded7787966f4ed15c598cb6175b45a2b069"
},
"aarch64_windows": {
"etag": "0x8DDA8299B758A49",
"checksum": "a57c01ae03825c44f946e8b773ebd018a0f3f1a4861a611c6cd61be180bd3cd6"
"etag": "0x8DDB18FF208C491",
"checksum": "e998ed6f30fc4c979bead45f555dc56c85962197a451b12dbe0fdc4de61d63c4"
}
}
}

View File

@@ -3,10 +3,27 @@
"template": null,
"license_markdown": "[MIT](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-APACHE)",
"latest": {
"version": "0.4.7"
"version": "0.4.8"
},
"0.4": {
"version": "0.4.7"
"version": "0.4.8"
},
"0.4.8": {
"x86_64_linux_musl": {
"url": "https://github.com/RalfJung/cargo-careful/releases/download/v0.4.8/cargo-careful-x86_64-unknown-linux-musl",
"etag": "0x8DDB61A17F9E28C",
"checksum": "005394c8fe43f8f759dd7c7acbb3aee4e824651d29e8c4779f03e30ac9f7f2d8"
},
"x86_64_macos": {
"url": "https://github.com/RalfJung/cargo-careful/releases/download/v0.4.8/cargo-careful-x86_64-apple-darwin",
"etag": "0x8DDB61A17F88483",
"checksum": "a77f01f08f01655d37094ed702874012f74cf3e55a265fcaba0b634dd335fa7e"
},
"x86_64_windows": {
"url": "https://github.com/RalfJung/cargo-careful/releases/download/v0.4.8/cargo-careful-windows.exe",
"etag": "0x8DDB61A17F6FF9F",
"checksum": "89cf667991f6ed681a0ed29128d27f6c7efc74dd26867c33cf2d5956ceb32498"
}
},
"0.4.7": {
"x86_64_linux_musl": {

View File

@@ -12,10 +12,20 @@
},
"license_markdown": "[MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.8.0"
"version": "0.8.1"
},
"0.8": {
"version": "0.8.0"
"version": "0.8.1"
},
"0.8.1": {
"x86_64_linux_musl": {
"etag": "0x8DDB80A9802C524",
"checksum": "15351a72e44382c7534b6096d372bd7fa1fe730e4e1aa7f2da18c8686eb20869"
},
"x86_64_macos": {
"etag": "0x8DDB80AAA03E5B9",
"checksum": "5f450dffb9f681a647ecd47206ae241c5209ca5914bb5b8092b80d9060514821"
}
},
"0.8.0": {
"x86_64_linux_musl": {

View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
"latest": {
"version": "1.3.1"
"version": "1.3.2"
},
"1": {
"version": "1.3.1"
"version": "1.3.2"
},
"1.3": {
"version": "1.3.1"
"version": "1.3.2"
},
"1.3.2": {
"x86_64_linux_musl": {
"etag": "0x8DDB78764A358D0",
"checksum": "534ee2c30dfb0b8ef4fa4a9d84e4d793336befc7c19487d68e3701ba8ec123fb"
},
"x86_64_macos": {
"etag": "0x8DDB787681CFDC2",
"checksum": "0be8fdb78c701cdc9c01594cecabf3bc76e09ceff58f1b5093473bf2da4724cb"
},
"x86_64_windows": {
"etag": "0x8DDB787C26E2CF5",
"checksum": "301c188e7d9ef3724bdafd97ee293c75aa7b17ab1d7a657c10486d5bb6d41ed6"
},
"aarch64_linux_musl": {
"etag": "0x8DDB78768E9EE7A",
"checksum": "d6a39d3fa7cbb0d7a73c30ade4a124f6b3104f86554a086c6cc611091e08b917"
},
"aarch64_macos": {
"etag": "0x8DDB7876884251B",
"checksum": "07f8e731507e5969274f1a45da1f0bdfb7610e2d690146c87a50aa7497cdac96"
},
"aarch64_windows": {
"etag": "0x8DDB787927FE30D",
"checksum": "fb02a721dd0a015d1a94cb4f0bc2b8d169573ec3a7e6c0bff469ff2377555203"
}
},
"1.3.1": {
"x86_64_linux_musl": {

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
"latest": {
"version": "0.32.7"
"version": "0.32.8"
},
"0.32": {
"version": "0.32.7"
"version": "0.32.8"
},
"0.32.8": {
"x86_64_linux_musl": {
"etag": "0x8DDB215535279BA",
"checksum": "d546df892e02f7120508280c546db8e2d56148b258be36c238b14f3186d8ef80"
},
"x86_64_macos": {
"etag": "0x8DDB215269388C9",
"checksum": "de4371107a42f279d8a0337f073aa66d34761cc7fee3afd22315eacb729ebdee"
},
"x86_64_windows": {
"etag": "0x8DDB21560742AD5",
"checksum": "2a87e36c0d993e486c9f408cf4b745b542320af929251260ab8e7b89fccfaa6d"
},
"aarch64_linux_musl": {
"etag": "0x8DDB2153D1D29A9",
"checksum": "764916131368e8d2244155ce3a5c7541b408f7b26d3005f4cfb3595c4527ade7"
},
"aarch64_macos": {
"etag": "0x8DDB215092312B5",
"checksum": "018230878cee4190039509b79fd593213cdc04518b5e4bf0f50ee6e51444731a"
}
},
"0.32.7": {
"x86_64_linux_musl": {

125
manifests/cyclonedx.json generated Normal file
View File

@@ -0,0 +1,125 @@
{
"rust_crate": null,
"template": {
"x86_64_linux_gnu": {
"url": "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${version}/cyclonedx-linux-x64"
},
"x86_64_macos": {
"url": "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${version}/cyclonedx-osx-x64"
},
"x86_64_windows": {
"url": "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${version}/cyclonedx-win-x64.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${version}/cyclonedx-linux-arm64"
},
"aarch64_macos": {
"url": "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${version}/cyclonedx-osx-arm64"
},
"aarch64_windows": {
"url": "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${version}/cyclonedx-win-arm64.exe"
}
},
"license_markdown": "[Apache-2.0](https://github.com/CycloneDX/cyclonedx-cli/blob/main/LICENSE)",
"latest": {
"version": "0.28.2"
},
"0.28": {
"version": "0.28.2"
},
"0.28.2": {
"x86_64_linux_gnu": {
"etag": "0x8DDAF3FC19823E2",
"checksum": "839d11fbfbc903dceacc529be2d24fb2b984fffe95b0a7f36e4457c6cb066e8b"
},
"x86_64_macos": {
"etag": "0x8DDAF3FD4B6B18F",
"checksum": "0de1b0c768923d7446d18b71682b0b0a81492f0b894ce2529ed6ad18dd2c4112"
},
"x86_64_windows": {
"etag": "0x8DDAF3FC9F635D1",
"checksum": "f3df3c0481e8335bd096efbba1a1ea79b5262e122053e83b7b7e5201828b03f5"
},
"aarch64_linux_gnu": {
"etag": "0x8DDAF3FC7E1E215",
"checksum": "581663dfa422ac5d73d59cdfb08299eb3429dce921175ccb42b5711509305da1"
},
"aarch64_macos": {
"etag": "0x8DDAF3FE94F3883",
"checksum": "92cb1bcb348b11570995e2a96c1a3406f37305acfcb131830e8e99ff9adbc591"
},
"aarch64_windows": {
"etag": "0x8DDAF3FCDE4D4BE",
"checksum": "6c48aba7ef5c933127cdd97a4e0800b96882db35b547b896093d716b3617028d"
}
},
"0.28.1": {
"x86_64_linux_gnu": {
"etag": "0x8DDAF2153E394A3",
"checksum": "3447125ff2ef3c78571cf92fa914efed49c89685eb2054c7250f7e58853a8b1a"
},
"x86_64_macos": {
"etag": "0x8DDAF2162CA2046",
"checksum": "c7984ab1744b592fb0778c9965212cf45f523e81f4463b7e6b1b2c3c412a8934"
},
"x86_64_windows": {
"etag": "0x8DDAF215C402033",
"checksum": "db5ec1d69776d973713ce1e351cdcd89c8db48080b4980def605d77cd4acd4d7"
},
"aarch64_linux_gnu": {
"etag": "0x8DDAF2159D0F3C5",
"checksum": "70fac8f881e277bbc33ce30fb4470e20876c6f9a897de9a89e0f3f2e32d69e2c"
},
"aarch64_macos": {
"etag": "0x8DDAF217863898B",
"checksum": "eff9acf9cc5ce271d66f9a8eb8cdcbbbb99ca7d266d4c4b34d4e95e582f112ac"
},
"aarch64_windows": {
"etag": "0x8DDAF2160D93299",
"checksum": "83bfcf7f23bb8f3d6fa47cd825a7a4e8ca89c9d47ace76c0499c51a8e7ee7329"
}
},
"0.28.0": {
"x86_64_linux_gnu": {
"etag": "0x8DDAF1FDB45782D",
"checksum": "f1b8ee23ca90643a996ffee764434d5893017c18bf6a2acf3eb1a69b378c33e6"
},
"x86_64_windows": {
"etag": "0x8DDAF1FE135E13D",
"checksum": "1ab6f28777739568b895c5f64c75d3ab8eb0b0642a924f4cdae45e2e73343581"
},
"aarch64_linux_gnu": {
"etag": "0x8DDAF1FDFD9874A",
"checksum": "5389fc6b10eb76500d1e830990a4184d84d6cbde9e8b883691432339e899b9c0"
}
},
"0.27": {
"version": "0.27.2"
},
"0.27.2": {
"x86_64_linux_gnu": {
"etag": "0x8DD0C1D089A2E0C",
"checksum": "5e1595542a6367378a3944bbd3008caab3de65d572345361d3b9597b1dbbaaa0"
},
"x86_64_macos": {
"etag": "0x8DD0C1D112585AB",
"checksum": "331c2245ef7dadf09fa3d2710a2aaab071ff6bea2ba3e5df8f95a4f3f6e825e9"
},
"x86_64_windows": {
"etag": "0x8DD0C1D0CEB17DF",
"checksum": "bb26bb56293ebe6f08fa63d2bf50653fc6b180174fded975c81ac96ac192a7db"
},
"aarch64_linux_gnu": {
"etag": "0x8DD0C1D0BAFB51E",
"checksum": "5b4181f6fd4d8fbe54e55c1b3983d9af66ce2910a263814b290cbd5e351e68a4"
},
"aarch64_macos": {
"etag": "0x8DD0C1D488DD343",
"checksum": "2d24c331c2ccc5e4061722bd4780c8b295041b2569d130bbe80cf7da95b97171"
},
"aarch64_windows": {
"etag": "0x8DD0C1D10099579",
"checksum": "35762d3e1979576f474ffc1c5b2273e19c33cdca44e5f1994c3de5d9cd0e9c1d"
}
}
}

26
manifests/dprint.json generated
View File

@@ -25,10 +25,32 @@
},
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
"latest": {
"version": "0.50.0"
"version": "0.50.1"
},
"0.50": {
"version": "0.50.0"
"version": "0.50.1"
},
"0.50.1": {
"x86_64_linux_musl": {
"etag": "0x8DDB82271E4D8EB",
"checksum": "82ddddc881bf8ec0b4c55e3f835a2dc3d81d8fff39aad79e6b5c017e4dff1d5e"
},
"x86_64_macos": {
"etag": "0x8DDB82271DC7DE2",
"checksum": "def8ae0eb100c91df7a3a05ff699c84cac3deb67b6e08ed186d70c669194e031"
},
"x86_64_windows": {
"etag": "0x8DDB82271C9F50B",
"checksum": "8102e7f79394cf71f2e9b63ca0cf791dddacc6e118f5a29c1c88777ecea37e3e"
},
"aarch64_linux_musl": {
"etag": "0x8DDB82271D77A76",
"checksum": "a3e954bcd8e569812d4bb1f9c8001c9a6802ce38e33c0c0273ac51eb59cf5072"
},
"aarch64_macos": {
"etag": "0x8DDB82271DB6D99",
"checksum": "c92e1a8dddd9bc65391468265b2805cb2317e4490fd777bca2dfaf1ef716ac36"
}
},
"0.50.0": {
"x86_64_linux_musl": {

31
manifests/knope.json generated
View File

@@ -3,7 +3,36 @@
"template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": {
"version": "0.20.0"
"version": "0.21.0"
},
"0.21": {
"version": "0.21.0"
},
"0.21.0": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.0/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DDB1FE8EF93955",
"checksum": "71b64bf797677e596e2caec3098641e9bdce5a0d4034f23db0cf2f041b2d8a29",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.0/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DDB1FE8EE6B093",
"checksum": "88b92ffbee8745ecb4774fdb1fcf2bd73ecfc8375a3520cbc0ba3ea204b063d9",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.0/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DDB1FE8EEB3F48",
"checksum": "ef09419e61a8bf030f955dcce397bfc32762d2c9c0bfe331a38064c0e764d64c",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.0/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DDB1FE8EE221D7",
"checksum": "e71cdc6e43867b1e78c520b35e2e090ca5deb9fc0af751b3aca61745e72f5627",
"bin": "knope-aarch64-apple-darwin/knope"
}
},
"0.20": {
"version": "0.20.0"

58
manifests/rclone.json generated
View File

@@ -28,13 +28,65 @@
},
"license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)",
"latest": {
"version": "1.70.0"
"version": "1.70.2"
},
"1": {
"version": "1.70.0"
"version": "1.70.2"
},
"1.70": {
"version": "1.70.0"
"version": "1.70.2"
},
"1.70.2": {
"x86_64_linux_musl": {
"etag": "0x8DDB57C49ABBEF9",
"checksum": "7bfa813f426820d20436e48a4e0b9bf21977fcd513a48f2d28eede3136b4bacb"
},
"x86_64_macos": {
"etag": "0x8DDB57D3AC9D274",
"checksum": "36b5b4c24b42c1a43f2c43127cbda366e23c0b7eb3b2ce6d864ea5db1f370ffc"
},
"x86_64_windows": {
"etag": "0x8DDB57D7595F420",
"checksum": "33754d8b3ed6dbade30883d497cf6abd10243de339298513acd28ab7bafe6bbb"
},
"aarch64_linux_musl": {
"etag": "0x8DDB57C8643BEE1",
"checksum": "f79595d23fe45bac9d2a159562ab5e22dcb8b057fa9c7a2248d3541573e9e0a7"
},
"aarch64_macos": {
"etag": "0x8DDB57D45F31D41",
"checksum": "8f9fac1e984089d4fdef49b09aef29586656713a5ca09f21a58de517a20213c7"
},
"aarch64_windows": {
"etag": "0x8DDB57D7D3497D1",
"checksum": "05cef519b98660d5e9322faec0ecf75667f81a731f2e1d4a3388895b5eefb9e3"
}
},
"1.70.1": {
"x86_64_linux_musl": {
"etag": "0x8DDAF32C68DAC58",
"checksum": "7f62fdd6fe2006c28bd7bc3d45e7721a47c85100e1c78554bb765393a3b008da"
},
"x86_64_macos": {
"etag": "0x8DDAF3397C1FD42",
"checksum": "c09cba0e8379d387256d31be71873755cbb81f1e1b30a6e081c0ff19e33d2702"
},
"x86_64_windows": {
"etag": "0x8DDAF33D1177CDF",
"checksum": "0d2a25e856b08d689a72307f2136aba0f3e85b36594fc878378302961678088d"
},
"aarch64_linux_musl": {
"etag": "0x8DDAF32DE51E174",
"checksum": "9d98bbfbb6295681f756a000024c8847f62a940e25d82726dcc678ddbdd3a9e8"
},
"aarch64_macos": {
"etag": "0x8DDAF33A09DD5E9",
"checksum": "973be2ebb18ec151e39c1d482010a16acf3e7335ea46e267384da22bb5f78ce2"
},
"aarch64_windows": {
"etag": "0x8DDAF33D9495625",
"checksum": "597be59fb037bc2b06dc4f14d90ba966c093ecd8f551372e50c687f4c92d0e4e"
}
},
"1.70.0": {
"x86_64_linux_musl": {

View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[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)",
"latest": {
"version": "0.3.135"
"version": "0.3.136"
},
"0.3": {
"version": "0.3.135"
"version": "0.3.136"
},
"0.3.136": {
"x86_64_linux_musl": {
"etag": "0x8DDAEFFA0B68EAD",
"checksum": "b5f6a0df018999649ea1b4424f451707c44f1b9144d2a47be70eea6ae07a8cab"
},
"x86_64_macos": {
"etag": "0x8DDAF02919DEF10",
"checksum": "685797a91b1f535b17ca1224166996b7cdaf35518d6400d3a5655e56c1ba4e1c"
},
"x86_64_windows": {
"etag": "0x8DDAF0045FE4F47",
"checksum": "94b6b50246153396ae226091c4375fbd715122ca11129268a9d9dcb29211b680"
},
"aarch64_linux_musl": {
"etag": "0x8DDAEFFAEF126F9",
"checksum": "a58a8c83d489c71469210ce9244195b2630b7b644b2275417f4de446580e8345"
},
"aarch64_macos": {
"etag": "0x8DDAEFFFEC8A7DD",
"checksum": "ff51abf64f4b2a8671759ce815bb0e79616de4dcbd203d5964a3fe5dc8f5a1c1"
},
"aarch64_windows": {
"etag": "0x8DDAF0069720370",
"checksum": "eb52f8740f2c9981ecfb2eac0379f307a085ed96d6ee37c22fda32302dc5ad83"
}
},
"0.3.135": {
"x86_64_linux_musl": {

29
manifests/typos.json generated
View File

@@ -19,10 +19,35 @@
},
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": {
"version": "1.33.1"
"version": "1.34.0"
},
"1": {
"version": "1.33.1"
"version": "1.34.0"
},
"1.34": {
"version": "1.34.0"
},
"1.34.0": {
"x86_64_linux_musl": {
"etag": "0x8DDB7E33F3C1341",
"checksum": "883051642fb941bb6b3769fed2971ac24df7ace6eab584d74394fa6444691013"
},
"x86_64_macos": {
"etag": "0x8DDB7E36095A034",
"checksum": "551516c54f0606ff94b31735628eef4d42102c882bcd20c126d5506e66e24a67"
},
"x86_64_windows": {
"etag": "0x8DDB7E378901141",
"checksum": "a4b7adcf26ffd6c6609092401f5192a3dc73bb8d26a1f56a64160f73873e4a79"
},
"aarch64_linux_musl": {
"etag": "0x8DDB7E3712B27F0",
"checksum": "499b24962a49dc5dc1c2be71132a7f26eb2061ebb1c91de5cfb6dc417ad52a13"
},
"aarch64_macos": {
"etag": "0x8DDB7E35CBB102C",
"checksum": "7df419f677dc5f3bbfb434e39632c468cdabee599b120e74205ad9a40217a75a"
}
},
"1.33": {
"version": "1.33.1"

82
manifests/vacuum.json generated Normal file
View File

@@ -0,0 +1,82 @@
{
"rust_crate": null,
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_linux_x86_64.tar.gz"
},
"x86_64_macos": {
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_darwin_x86_64.tar.gz"
},
"x86_64_windows": {
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_windows_x86_64.tar.gz"
},
"aarch64_linux_musl": {
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_linux_arm64.tar.gz"
},
"aarch64_macos": {
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_darwin_arm64.tar.gz"
},
"aarch64_windows": {
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_windows_arm64.tar.gz"
}
},
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
"latest": {
"version": "0.17.1"
},
"0.17": {
"version": "0.17.1"
},
"0.17.1": {
"x86_64_linux_musl": {
"etag": "0x8DDB7E312775CF9",
"checksum": "2b7adc7aa3f03295e39a87aef739771ddb37b2cbabcd7677bae296128c54c965"
},
"x86_64_macos": {
"etag": "0x8DDB7E311AB7C36",
"checksum": "90e5b50b124657073778b850c116a342e2c0fa7db954dc224fce86eff2c36f7d"
},
"x86_64_windows": {
"etag": "0x8DDB7E3127D70B9",
"checksum": "d0b8e50e8665d529eeac90c023fc99278d082cb8206cdf387e8a20114128b566"
},
"aarch64_linux_musl": {
"etag": "0x8DDB7E311C72282",
"checksum": "681aa237643f908017def4707008d06401381be88a421d6aa01837480ecdf079"
},
"aarch64_macos": {
"etag": "0x8DDB7E311BAAD67",
"checksum": "713a89d7cc7e5ce273e7b76edcfdd6ea821adb5116e122b24038b5de7f782cb0"
},
"aarch64_windows": {
"etag": "0x8DDB7E31272598A",
"checksum": "8335ad42df4eaa95f33edbcdcc2f518960b9b9aa521612b1b5f1f6057a897149"
}
},
"0.17.0": {
"x86_64_linux_musl": {
"etag": "0x8DDA6B83F4D30AC",
"checksum": "8f0361fbe9e2d7442782e98edecdb19b2e75d56ac45f4bb192588d03f57b64f9"
},
"x86_64_macos": {
"etag": "0x8DDA6B83FD942AE",
"checksum": "11019c1e93b8c95f51126e1af28d2cc62c5fc90ba7e10846973c876a27612352"
},
"x86_64_windows": {
"etag": "0x8DDA6B83F525AFD",
"checksum": "4514ab364f376cb93f4cff23126271b0798b857ece23dd7bc76dac867b8246a0"
},
"aarch64_linux_musl": {
"etag": "0x8DDA6B83F471D03",
"checksum": "deb21f4d4db3675c51bc770ae01d6603ea0bdc01fc1fb94f894db3f34bdc9264"
},
"aarch64_macos": {
"etag": "0x8DDA6B83FEDC506",
"checksum": "dd3b43fa596345ef63c762d1abaae15ecb5b6cec3d721fcfced260f7e6793178"
},
"aarch64_windows": {
"etag": "0x8DDA6B83FD85952",
"checksum": "2696849761308517cfa1ee6e5ab37459d99af05dce0f02f8f539ed67dcabfa55"
}
}
}

146
manifests/wasmtime.json generated
View File

@@ -28,13 +28,97 @@
},
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"latest": {
"version": "33.0.0"
"version": "34.0.1"
},
"34": {
"version": "34.0.1"
},
"34.0": {
"version": "34.0.1"
},
"34.0.1": {
"x86_64_linux_gnu": {
"etag": "0x8DDB33F56FBEAA9",
"checksum": "861714e8332d77109ece7f34afca47548408779286f32756f62ab1c77eae4117"
},
"x86_64_macos": {
"etag": "0x8DDB33F5816F231",
"checksum": "7205a19e2b85b7feec5fc55738a01a33379d21165dc9f35246a3718ec6771e22"
},
"x86_64_windows": {
"etag": "0x8DDB33F5C7B0311",
"checksum": "5ac620948dce08d61f66dc49196706244ae53486988fb06a09a43060f2bdec90"
},
"aarch64_linux_gnu": {
"etag": "0x8DDB33F486BC458",
"checksum": "fe7ade6d6e70393475bdb5c32e19bb8eda6fe8cbc2f65f68173eb5dec46dfd2d"
},
"aarch64_macos": {
"etag": "0x8DDB33F4970EB7B",
"checksum": "9aec24822004900385eca7666d46a2b63d632896b9beecc0a1d100fb40470ff4"
},
"aarch64_windows": {
"etag": "0x8DDB33F4BA48C4E",
"checksum": "233ec011ffdb9bb7e090710b91ef498f9bdaf63deee1c36c8a986ef26f3fb143"
}
},
"34.0.0": {
"x86_64_linux_gnu": {
"etag": "0x8DDB012F2E0EF0C",
"checksum": "2e35b0dbdadf455e4673eb8e60b9fe2b1ddbc712a67dc81ba4ed27958ce77711"
},
"x86_64_macos": {
"etag": "0x8DDB012F4764133",
"checksum": "cd38edf51b5187220bf3b4b75131f645c8e584f32c337c60a90fa32994679546"
},
"x86_64_windows": {
"etag": "0x8DDB012FACA5297",
"checksum": "d743689f4dd5d3832a800fa3b1aa0234fb2b06c6123a0aa788b09870d2f4ca77"
},
"aarch64_linux_gnu": {
"etag": "0x8DDB012DF44E92D",
"checksum": "92a73f86324b7cfd387115162b80cdef4a2987f2d27c3dc36760d4b5ae3a4f46"
},
"aarch64_macos": {
"etag": "0x8DDB012E06F958C",
"checksum": "d97624b032d43f05b927bf459409152de9ca78c2aece93417e6cb5c97b3f79af"
},
"aarch64_windows": {
"etag": "0x8DDB012E37024E7",
"checksum": "3685400ff5c99dd304f66580e02bce6b20477b09e5c31c46bcd6d14226567c4f"
}
},
"33": {
"version": "33.0.0"
"version": "33.0.1"
},
"33.0": {
"version": "33.0.0"
"version": "33.0.1"
},
"33.0.1": {
"x86_64_linux_gnu": {
"etag": "0x8DDB33F0F3BDDBB",
"checksum": "8147cafabde942abff1d942575d235a71d8cd34f7a6bd39976f9f02f615b0f9a"
},
"x86_64_macos": {
"etag": "0x8DDB33F104E3C78",
"checksum": "8ce5d76500937c6a53258e6ec945ab6129077bc458ea20eab23cc7163ed451a3"
},
"x86_64_windows": {
"etag": "0x8DDB33F14A7AAE8",
"checksum": "645b5493d1b97c4d2322b9e1a546da2c04a33d0776fe868ad800b98f1f4156be"
},
"aarch64_linux_gnu": {
"etag": "0x8DDB33F013E51F3",
"checksum": "ca1b254c3d2c231f9c0dd067b257e785a820f032aa87cb1cea62e77cd4350cc6"
},
"aarch64_macos": {
"etag": "0x8DDB33F024C6FB1",
"checksum": "6c7082e59c157a890a19ce4e14dee2591383a1d0bdec0e6b108b6e4e36223424"
},
"aarch64_windows": {
"etag": "0x8DDB33F04847867",
"checksum": "fa3f2a4a09b19f9d80ec48cdc8bd326416b23159905f728da254a7f58ef4312d"
}
},
"33.0.0": {
"x86_64_linux_gnu": {
@@ -63,10 +147,36 @@
}
},
"32": {
"version": "32.0.0"
"version": "32.0.1"
},
"32.0": {
"version": "32.0.0"
"version": "32.0.1"
},
"32.0.1": {
"x86_64_linux_gnu": {
"etag": "0x8DDB33A80C3E546",
"checksum": "52f9deb5f0cb6775b1b5ae3e52a155a818c4860c0888366e470d23419c37a167"
},
"x86_64_macos": {
"etag": "0x8DDB33A81FB07C8",
"checksum": "c525950cbf6b5c76f84dbae88229809f3764ba8906a36a6c1b5b86a8ffe3b3e3"
},
"x86_64_windows": {
"etag": "0x8DDB33A863771E4",
"checksum": "3c277307ead4876381cf3f5da52463786d78c1eb0aa4c6c155fc1aedb29c9424"
},
"aarch64_linux_gnu": {
"etag": "0x8DDB33A72F0958F",
"checksum": "07bcbcb87bd88164398e73745f31fd20449262b00685de66fea7b7981bee60d9"
},
"aarch64_macos": {
"etag": "0x8DDB33A73F37548",
"checksum": "96f90da644994e917e360a2f8d456dcb17e3e72cc1594eaa84917edf2a9c8db7"
},
"aarch64_windows": {
"etag": "0x8DDB33A76528929",
"checksum": "cb743ada4bc9a9e5d2c5a32487e143d8b56e7bad377cb7775fd4c3aed381299e"
}
},
"32.0.0": {
"x86_64_linux_gnu": {
@@ -511,10 +621,32 @@
}
},
"24": {
"version": "24.0.2"
"version": "24.0.3"
},
"24.0": {
"version": "24.0.2"
"version": "24.0.3"
},
"24.0.3": {
"x86_64_linux_gnu": {
"etag": "0x8DDB33E055AD88B",
"checksum": "c71393cadea81f8d40c68241feb85af4215b51c929bda045f26b5cc5b1b22e52"
},
"x86_64_macos": {
"etag": "0x8DDB33E06944285",
"checksum": "ccfb24b2ea38af0cb7d5a269cc62e7f2cf249b8518a5f20e07e61e27a4c02ae5"
},
"x86_64_windows": {
"etag": "0x8DDB33E0B75F711",
"checksum": "9c2dfa86b2c6c452860675cd3cf20d012619dac2d4127381713052a39011b529"
},
"aarch64_linux_gnu": {
"etag": "0x8DDB33DFB7E1074",
"checksum": "8039f4515c5c2c20b15a2ecff9e7463c1d685af1c195e53d4972f4be5adc851f"
},
"aarch64_macos": {
"etag": "0x8DDB33DFCBF60CC",
"checksum": "6c5fb185bc48382e03acb931848410969dc7e22c77ce5a5577022d9216840fab"
}
},
"24.0.2": {
"x86_64_linux_gnu": {

54
manifests/zizmor.json generated
View File

@@ -19,10 +19,60 @@
},
"license_markdown": "[MIT](https://github.com/zizmorcore/zizmor/blob/main/LICENSE)",
"latest": {
"version": "1.9.0"
"version": "1.11.0"
},
"1": {
"version": "1.9.0"
"version": "1.11.0"
},
"1.11": {
"version": "1.11.0"
},
"1.11.0": {
"x86_64_linux_gnu": {
"etag": "0x8DDB809EF54050C",
"checksum": "da35e666827cbb1e6ca98b18b7969657b9f186467bfebfa25e730aac527c36f8"
},
"x86_64_macos": {
"etag": "0x8DDB809EEEC6921",
"checksum": "a1f60dd09527ce546ff86e49ebfa1ab4a6c5d16365662e6932f8d0f46fbb18b2"
},
"x86_64_windows": {
"etag": "0x8DDB809EEF255DF",
"checksum": "35e038bdbde6fcfdf947c947c7c3fc83c5043e0ded0e5b0d59c30c8eda97fd3a"
},
"aarch64_linux_gnu": {
"etag": "0x8DDB809EEFAB0EF",
"checksum": "ce6d71e796b7d3663449151b08cee7c659f89bf36095c432e25169c857f479f0"
},
"aarch64_macos": {
"etag": "0x8DDB809EEF9EE76",
"checksum": "7cf59f08cb50f539ab9ddc6be1d463c81e31f5b189d148fc6f786adf9fc42a5f"
}
},
"1.10": {
"version": "1.10.0"
},
"1.10.0": {
"x86_64_linux_gnu": {
"etag": "0x8DDB4E0F4BF6019",
"checksum": "83d2f9ce5980f973b627da05680ec21c858ce777593a492997ff70d2735df1b6"
},
"x86_64_macos": {
"etag": "0x8DDB4E0F470FC1D",
"checksum": "f05fd250141a5ffce568640726500cad301ce459893c4a9748c1481e32d4a79f"
},
"x86_64_windows": {
"etag": "0x8DDB4E0F47197E7",
"checksum": "8ad4052bf32a6016b5f1cca941ac362081f1433e0454b7e6409256a4436a1685"
},
"aarch64_linux_gnu": {
"etag": "0x8DDB4E0F46659BB",
"checksum": "7c8c3f30c83deafd91f49943a81e962d0ac40645d4648851a615a34ccc3ba183"
},
"aarch64_macos": {
"etag": "0x8DDB4E0F4687A33",
"checksum": "366a025f7c2576fba04fa63108895c3a9adbccad23bd589ffbaacbc79693c95e"
}
},
"1.9": {
"version": "1.9.0"

View File

@@ -62,6 +62,7 @@ case "${1:-}" in
exit 1
;;
esac
runner="${2:-}"
case "$(uname -s)" in
Linux)
host_os=linux
@@ -108,6 +109,12 @@ case "$(uname -s)" in
if ! type -P snap >/dev/null; then
incompat_tools+=(valgrind)
fi
if ! type -P apt-get >/dev/null; then
incompat_tools+=(cyclonedx)
fi
if [[ "${runner}" == "ubuntu:14.04" ]]; then
incompat_tools+=(cyclonedx)
fi
;;
Darwin) host_os=macos ;;
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
@@ -117,7 +124,10 @@ esac
case "$(uname -m)" in
aarch64 | arm64) host_arch=aarch64 ;;
xscale | arm | armv*l) bail "32-bit Arm runner is not supported yet by this action; if you need support for this platform, please submit an issue at <https://github.com/taiki-e/install-action>" ;;
*) host_arch=x86_64 ;;
*)
# TODO: uname -m on windows-11-arm returns "x86_64"
host_arch=x86_64
;;
esac
tools=()

View File

@@ -5,9 +5,6 @@
"tag_prefix": "cli/v",
"bin": "${package}${exe}",
"platform": {
"x86_64_linux_gnu": {
"asset_name": "${package}-linux-x64"
},
"x86_64_linux_musl": {
"asset_name": "${package}-linux-x64-musl"
},
@@ -17,9 +14,6 @@
"x86_64_windows": {
"asset_name": "${package}-win32-x64${exe}"
},
"aarch64_linux_gnu": {
"asset_name": "${package}-linux-arm64"
},
"aarch64_linux_musl": {
"asset_name": "${package}-linux-arm64-musl"
},

View File

@@ -5,9 +5,6 @@
"bin": "${package}-${rust_target}/${package}${exe}",
"version_range": ">= 0.5.0",
"platform": {
"x86_64_linux_gnu": {
"asset_name": "${package}-linux-amd64.tar.gz"
},
"x86_64_linux_musl": {
"asset_name": "${package}-${rust_target}.tar.xz"
},

View File

@@ -9,7 +9,6 @@
"${package}-v${version}-${rust_target}.zip"
],
"platform": {
"x86_64_linux_gnu": {},
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},

View File

@@ -6,7 +6,6 @@
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"bin": "./${package}-v${version}-${rust_target}/${package}${exe}",
"platform": {
"x86_64_linux_gnu": {},
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {

View File

@@ -0,0 +1,25 @@
{
"repository": "https://github.com/CycloneDX/cyclonedx-cli",
"tag_prefix": "v",
"version_range": ">= 0.27.2",
"platform": {
"x86_64_linux_gnu": {
"asset_name": "${package}-linux-x64"
},
"x86_64_macos": {
"asset_name": "${package}-osx-x64"
},
"x86_64_windows": {
"asset_name": "${package}-win-x64${exe}"
},
"aarch64_linux_gnu": {
"asset_name": "${package}-linux-arm64"
},
"aarch64_macos": {
"asset_name": "${package}-osx-arm64"
},
"aarch64_windows": {
"asset_name": "${package}-win-arm64${exe}"
}
}
}

View File

@@ -4,7 +4,6 @@
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.zip",
"platform": {
"x86_64_linux_gnu": {},
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},

View File

@@ -6,7 +6,6 @@
"version_range": ">= 0.1.0",
"platform": {
"x86_64_linux_musl": {},
"x86_64_linux_gnu": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target}.zip"

View File

@@ -7,7 +7,6 @@
"${package}-${rust_target}.zip"
],
"platform": {
"x86_64_linux_gnu": {},
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},

View File

@@ -0,0 +1,25 @@
{
"repository": "https://github.com/daveshanley/vacuum",
"tag_prefix": "v",
"version_range": ">= 0.17.0",
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}_${version}_linux_x86_64.tar.gz"
},
"x86_64_macos": {
"asset_name": "${package}_${version}_darwin_x86_64.tar.gz"
},
"x86_64_windows": {
"asset_name": "${package}_${version}_windows_x86_64.tar.gz"
},
"aarch64_linux_musl": {
"asset_name": "${package}_${version}_linux_arm64.tar.gz"
},
"aarch64_macos": {
"asset_name": "${package}_${version}_darwin_arm64.tar.gz"
},
"aarch64_windows": {
"asset_name": "${package}_${version}_windows_arm64.tar.gz"
}
}
}

View File

@@ -562,7 +562,6 @@ fn main() -> Result<()> {
.values()
.any(|m| matches!(m, ManifestRef::Real(m) if m.download_info.contains_key(&p)))
{
// TODO: better error message: https://github.com/taiki-e/install-action/pull/411
bail!(
"platform list in base manifest for {package} contains {p:?}, \
but result manifest doesn't contain it; \

View File

@@ -282,6 +282,19 @@ impl BaseManifest {
}
}
}
if self.platform.is_empty() {
panic!("At least one platform must be specified");
}
if !self.prefer_linux_gnu
&& (self.platform.contains_key(&HostPlatform::x86_64_linux_gnu)
&& self.platform.contains_key(&HostPlatform::x86_64_linux_musl))
&& (self.platform.contains_key(&HostPlatform::aarch64_linux_gnu)
&& self.platform.contains_key(&HostPlatform::aarch64_linux_musl))
{
panic!(
"When *-linux-musl platform is specified, *-linux-gnu for the same architecture will never be used and should not be specified"
);
}
}
}