Compare commits

...

24 Commits

Author SHA1 Message Date
Taiki Endo
cb148fe1fc Release 2.56.6 2025-07-06 14:18:05 +09:00
Taiki Endo
95c7e0aefa Update cargo-llvm-cov@latest to 0.6.17 2025-07-06 14:15:11 +09:00
Taiki Endo
d86483f9ef Update cargo-udeps@latest to 0.1.57 2025-07-06 13:33:30 +09:00
Taiki Endo
d32ce31795 Release 2.56.5 2025-07-06 12:11:44 +09:00
Taiki Endo
2119a1ef9a Replace tab with space 2025-07-06 11:36:56 +09:00
Taiki Endo
0ae016a18f Update jq to 1.8.1 2025-07-06 11:36:24 +09:00
Taiki Endo
9b1aeb740e Update cargo-semver-checks@latest to 0.42.0 2025-07-06 03:25:55 +09:00
Taiki Endo
e6d2212084 Release 2.56.4 2025-07-05 21:25:52 +09:00
Taiki Endo
560959c1f3 Update cargo-shear@latest to 1.3.3 2025-07-04 15:19:14 +09:00
Taiki Endo
21517c4e72 Release 2.56.3 2025-07-04 00:25:33 +09:00
Taiki Endo
1268124cb2 Update trivy@latest to 0.64.1 2025-07-04 00:17:40 +09:00
Taiki Endo
9185c192a9 Release 2.56.2 2025-07-03 03:21:35 +09:00
Taiki Endo
ac23996460 Update vacuum@latest to 0.17.2 2025-07-03 03:18:58 +09:00
Taiki Endo
27246c606c Update syft@latest to 1.28.0 2025-07-03 03:18:58 +09:00
Taiki Endo
726a5c9e4b Release 2.56.1 2025-07-02 08:42:36 +09:00
Taiki Endo
66e62b7c01 Update release-plz@latest to 0.3.137 2025-07-02 06:15:44 +09:00
Taiki Endo
0eee80d37f Release 2.56.0 2025-07-01 20:36:23 +09:00
Taiki Endo
26f60eede8 Update changelog 2025-07-01 20:36:14 +09:00
John Vandenberg
c4c7f93a2f Add coreutils (#1017) 2025-07-01 20:30:28 +09:00
Taiki Endo
b3a78f63e9 Release 2.55.4 2025-07-01 20:21:52 +09:00
Taiki Endo
317f4ffb0d Update trivy@latest to 0.64.0 2025-07-01 18:16:58 +09:00
Taiki Endo
7acec7942c Update just@latest to 1.41.0 2025-07-01 18:16:58 +09:00
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
17 changed files with 967 additions and 228 deletions

View File

@@ -10,6 +10,48 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.56.6] - 2025-07-06
- Update `cargo-llvm-cov@latest` to 0.6.17.
- Update `cargo-udeps@latest` to 0.1.57.
## [2.56.5] - 2025-07-06
- Update `cargo-semver-checks@latest` to 0.42.0.
## [2.56.4] - 2025-07-05
- Update `cargo-shear@latest` to 1.3.3.
## [2.56.3] - 2025-07-03
- Update `trivy@latest` to 0.64.1.
## [2.56.2] - 2025-07-02
- Update `vacuum@latest` to 0.17.2.
- Update `syft@latest` to 1.28.0.
## [2.56.1] - 2025-07-01
- Update `release-plz@latest` to 0.3.137.
## [2.56.0] - 2025-07-01
- Support `coreutils`. ([#1017](https://github.com/taiki-e/install-action/pull/1017), thanks @jayvdb)
## [2.55.4] - 2025-07-01
- Update `trivy@latest` to 0.64.0.
- Update `just@latest` to 1.41.0.
## [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.
@@ -4050,7 +4092,16 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.55.2...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.56.6...HEAD
[2.56.6]: https://github.com/taiki-e/install-action/compare/v2.56.5...v2.56.6
[2.56.5]: https://github.com/taiki-e/install-action/compare/v2.56.4...v2.56.5
[2.56.4]: https://github.com/taiki-e/install-action/compare/v2.56.3...v2.56.4
[2.56.3]: https://github.com/taiki-e/install-action/compare/v2.56.2...v2.56.3
[2.56.2]: https://github.com/taiki-e/install-action/compare/v2.56.1...v2.56.2
[2.56.1]: https://github.com/taiki-e/install-action/compare/v2.56.0...v2.56.1
[2.56.0]: https://github.com/taiki-e/install-action/compare/v2.55.4...v2.56.0
[2.55.4]: https://github.com/taiki-e/install-action/compare/v2.55.3...v2.55.4
[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

View File

@@ -37,6 +37,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**cargo-udeps**](https://github.com/est31/cargo-udeps) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/est31/cargo-udeps/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE) |
| [**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) |
| [**coreutils**](https://github.com/uutils/coreutils) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/uutils/coreutils/releases) | Linux, macOS, Windows | [MIT](https://github.com/uutils/coreutils/blob/main/LICENSE) |
| [**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) |

View File

@@ -41,7 +41,7 @@ runs:
fi
fi
shell: sh
if: runner.os == 'Linux'
if: runner.os == 'Linux'
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
shell: bash
env:

View File

@@ -643,8 +643,8 @@ case "${host_os}" in
else
printf '::group::Install packages required for installation (jq)\n'
mkdir -p -- "${install_action_dir}/jq/bin"
url='https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe'
checksum='7451fbbf37feffb9bf262bd97c54f0da558c63f0748e64152dd87b0a07b6d6ab'
url='https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-windows-amd64.exe'
checksum='23cb60a1354eed6bcc8d9b9735e8c7b388cd1fdcb75726b93bc299ef22dd9334'
(
cd -- "${install_action_dir}/jq/bin"
download_and_checksum "${url}" "${checksum}"

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.6.16"
"version": "0.6.17"
},
"0.6": {
"version": "0.6.16"
"version": "0.6.17"
},
"0.6.17": {
"x86_64_linux_musl": {
"etag": "0x8DDBC48F6ECBBD5",
"checksum": "68002f4e33a316c4e378c506227f29a8f75e9f7cd701c950a6e98126bc634272"
},
"x86_64_macos": {
"etag": "0x8DDBC4903DB8158",
"checksum": "d25070f61cb5b512c2eb4d800809b9fb834b35cea685d2548fed84abe10112ee"
},
"x86_64_windows": {
"etag": "0x8DDBC4918E44619",
"checksum": "3c9e3874f8dc7720dda8ddecef530aa4821d1c3c6d401db8f5fb3c90a8b5d04a"
},
"aarch64_linux_musl": {
"etag": "0x8DDBC48F5986F62",
"checksum": "c7244f998e53db610e195e8e2419b9fc099a93e0ca9fdd037c3367d7088f3d18"
},
"aarch64_macos": {
"etag": "0x8DDBC494D5752E4",
"checksum": "ea91a9b2ad2b067ab2ad85b0197e0902bf06095b4e53435b86f2b3705eb26a18"
}
},
"0.6.16": {
"x86_64_linux_musl": {

View File

@@ -19,7 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.41.0"
"version": "0.42.0"
},
"0.42": {
"version": "0.42.0"
},
"0.42.0": {
"x86_64_linux_musl": {
"etag": "0x8DDBBD5FDEDAC8D",
"checksum": "5b5d6bb09eb4a7609a216799d6ba8542e8275c2c44d141a6e386b2fc0fcb3f00"
},
"x86_64_macos": {
"etag": "0x8DDBBD5B82E0B97",
"checksum": "5da90847022431ccbf130ae1c567ec3ba09c1bd80806284205aa877f5c48bd2b"
},
"x86_64_windows": {
"etag": "0x8DDBBD6811C615A",
"checksum": "9fea5a3cc6bf48f54cb3424b2c72a6b301bcdf190cc70b9de30512b4f2f6759f"
},
"aarch64_linux_musl": {
"etag": "0x8DDBBD600A48E88",
"checksum": "c6c4a412cef82a7c7680d152c49ec0b16410fa4d3dfa46c49b81dd1a929d6030"
},
"aarch64_macos": {
"etag": "0x8DDBBD5C94337F9",
"checksum": "60ac0d2d2b7689d469d006abc4ea7b1f0b726e15b5abfb1f7b0e5b315553127f"
}
},
"0.41": {
"version": "0.41.0"

View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
"latest": {
"version": "1.3.2"
"version": "1.3.3"
},
"1": {
"version": "1.3.2"
"version": "1.3.3"
},
"1.3": {
"version": "1.3.2"
"version": "1.3.3"
},
"1.3.3": {
"x86_64_linux_musl": {
"etag": "0x8DDBABFAC90A843",
"checksum": "f79341125a039e613de804d6d749c100dcd91198e08378f5ae7fa3afb184c72b"
},
"x86_64_macos": {
"etag": "0x8DDBABFB055F446",
"checksum": "b3cd045fded923589a5dcdf43918422b51897184bb0edddd9b245c7bdefa8609"
},
"x86_64_windows": {
"etag": "0x8DDBABFCFD2331C",
"checksum": "6956acdf54dce486657dcb1cca3092783513c022ff64b7cedc20e6e3ab8437a8"
},
"aarch64_linux_musl": {
"etag": "0x8DDBABFAE35C73B",
"checksum": "dee8533351d28523673b92f420b6eb1e1eb995ae3059136d966509e08294e887"
},
"aarch64_macos": {
"etag": "0x8DDBABFA7B972F1",
"checksum": "0dafdeb60c88adb3a146f1b7d6813cf9702172ede61cc4f1c1bad20ac0a371f2"
},
"aarch64_windows": {
"etag": "0x8DDBABFC9D1AF56",
"checksum": "6dd95eb4aa3f0da8e0562bb63755ef619d8485230a22a0a55824cd412814072b"
}
},
"1.3.2": {
"x86_64_linux_musl": {

File diff suppressed because it is too large Load Diff

62
manifests/coreutils.json generated Normal file
View File

@@ -0,0 +1,62 @@
{
"rust_crate": "coreutils",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-x86_64-unknown-linux-musl.tar.gz",
"bin": "coreutils-${version}-x86_64-unknown-linux-musl/coreutils"
},
"x86_64_macos": {
"url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-x86_64-apple-darwin.tar.gz",
"bin": "coreutils-${version}-x86_64-apple-darwin/coreutils"
},
"x86_64_windows": {
"url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-x86_64-pc-windows-msvc.zip",
"bin": "coreutils-${version}-x86_64-pc-windows-msvc/coreutils.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-aarch64-unknown-linux-musl.tar.gz",
"bin": "coreutils-${version}-aarch64-unknown-linux-musl/coreutils"
},
"aarch64_macos": {
"url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-aarch64-apple-darwin.tar.gz",
"bin": "coreutils-${version}-aarch64-apple-darwin/coreutils"
},
"aarch64_windows": {
"url": "https://github.com/uutils/coreutils/releases/download/${version}/coreutils-${version}-aarch64-pc-windows-msvc.zip",
"bin": "coreutils-${version}-aarch64-pc-windows-msvc/coreutils.exe"
}
},
"license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)",
"latest": {
"version": "0.1.0"
},
"0.1": {
"version": "0.1.0"
},
"0.1.0": {
"x86_64_linux_musl": {
"etag": "0x8DD9B07C650D18D",
"checksum": "463648347b1fc337414a864bda960c9cbd1bd4a540f344c010ff5bb35199e6d7"
},
"x86_64_macos": {
"etag": "0x8DD9B0837D94459",
"checksum": "0a27f09f03811289b9ddcff8c6b7c1bf6e971b5eac3dd536208a40e2c1ea9cd9"
},
"x86_64_windows": {
"etag": "0x8DD9B07EF1F3F84",
"checksum": "4ff3c7e5149ade20a342487d1c09cc6cc63599af6dfb28d2558b925780a72d82"
},
"aarch64_linux_musl": {
"etag": "0x8DD9B0770F0F163",
"checksum": "6572292ee74bb6a7efa88f05d0d0a7a5c696bae0ae341a438b983ae7775c9d47"
},
"aarch64_macos": {
"etag": "0x8DD9B0840DF335A",
"checksum": "7d8068f3d11278d96f78eb42b67d240bb8fb2386724ea597481e97ec75265d9c"
},
"aarch64_windows": {
"etag": "0x8DD9B078E16C3DB",
"checksum": "9faa0ec0f3df47cafa0a09fcead46da28e2640b5fe1316ad9cb7e11f19050bd4"
}
}
}

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": {

33
manifests/just.json generated
View File

@@ -22,10 +22,39 @@
},
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": {
"version": "1.40.0"
"version": "1.41.0"
},
"1": {
"version": "1.40.0"
"version": "1.41.0"
},
"1.41": {
"version": "1.41.0"
},
"1.41.0": {
"x86_64_linux_musl": {
"etag": "0x8DDB876E03134D1",
"checksum": "9d794c80727b28f549e9237ec0c01870794a36afeadea0864b5c2dbb32dd1fdb"
},
"x86_64_macos": {
"etag": "0x8DDB876D41A71A7",
"checksum": "c0c2550a437e8854171a2aea328c7f3cc98bd664f77774af6f146b313fc3e53f"
},
"x86_64_windows": {
"etag": "0x8DDB87719D0F11A",
"checksum": "7a64efe8ce126fc45ab7418ef2013b8c52cd387d59de5207bd857ca9e7f197eb"
},
"aarch64_linux_musl": {
"etag": "0x8DDB876F2E45B8E",
"checksum": "26afe17813840a26ffac6bdad1e9689d44359dbc30101c3c80c965c6550e6be6"
},
"aarch64_macos": {
"etag": "0x8DDB876DCC70EFC",
"checksum": "732c016a5d4bc07f0dae0dc6d1e3750d1306ef4520c6b2ec6d5a638470f94327"
},
"aarch64_windows": {
"etag": "0x8DDB8771E23FBA0",
"checksum": "a49d09c09be9efef8a8c8aafe2dafd1c7cee1d149c19e4aa078a7eff0bdc7090"
}
},
"1.40": {
"version": "1.40.0"

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.136"
"version": "0.3.137"
},
"0.3": {
"version": "0.3.136"
"version": "0.3.137"
},
"0.3.137": {
"x86_64_linux_musl": {
"etag": "0x8DDB8D177E75C77",
"checksum": "007503b9dfee0499d296bf64a9c2e7329715d3201043645b4787de24ad80b388"
},
"x86_64_macos": {
"etag": "0x8DDB8D1A69CD9DA",
"checksum": "16b84a0d60db3fbdf4bdd6a315405b77c377e088848706136f5848a1e784895f"
},
"x86_64_windows": {
"etag": "0x8DDB8D2827560D3",
"checksum": "984f977af6d73759448282f7032812ee3e2a550b76844087a6e262520e96b28d"
},
"aarch64_linux_musl": {
"etag": "0x8DDB8D158BB2491",
"checksum": "440c1004ff283c856db4e2096f6c966e77e1dfe814f29ecad35da3be9bd3e1a7"
},
"aarch64_macos": {
"etag": "0x8DDB8D1A73B74A5",
"checksum": "2def535e43e7469a60465d379d2823548ec08ec8555e3f591f24c9fbea1f317b"
},
"aarch64_windows": {
"etag": "0x8DDB8D2366B61A7",
"checksum": "cc6feb504f398a43490281b1a00df09a137dc92718f825dc1bad240a477e114f"
}
},
"0.3.136": {
"x86_64_linux_musl": {

29
manifests/syft.json generated
View File

@@ -24,10 +24,35 @@
},
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
"latest": {
"version": "1.27.1"
"version": "1.28.0"
},
"1": {
"version": "1.27.1"
"version": "1.28.0"
},
"1.28": {
"version": "1.28.0"
},
"1.28.0": {
"x86_64_linux_musl": {
"etag": "0x8DDB986800C4D58",
"checksum": "3edee7fe1ceb1f78360e547f57048930d57f00c7ec3d0b8bdfb902805f048468"
},
"x86_64_macos": {
"etag": "0x8DDB98680FF3878",
"checksum": "15067673a0ea8aeba31e2a53deb1633eac5c0024ab73bdff91cffb157735d90a"
},
"x86_64_windows": {
"etag": "0x8DDB98680FF11CE",
"checksum": "a1637fdc074e9c80c6bf900df26a883516bf32e90499e3bd9aa314493d40a0a8"
},
"aarch64_linux_musl": {
"etag": "0x8DDB98680119E80",
"checksum": "95c8533c46d4a952a576365f373d04fc0a4348e7335cbb82ac3ea2bc66e1e58b"
},
"aarch64_macos": {
"etag": "0x8DDB98680F0C9C5",
"checksum": "8666a08560b7afb3a547a5cd596880c9ff51736a4c49b1576009aef292c08343"
}
},
"1.27": {
"version": "1.27.1"

49
manifests/trivy.json generated
View File

@@ -24,7 +24,54 @@
},
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
"latest": {
"version": "0.63.0"
"version": "0.64.1"
},
"0.64": {
"version": "0.64.1"
},
"0.64.1": {
"x86_64_linux_gnu": {
"etag": "0x8DDBA3D4C6732DE",
"checksum": "1a09d86667b3885a8783d1877c9abc8061b2b4e9b403941b22cbd82f10d275a8"
},
"x86_64_macos": {
"etag": "0x8DDBA3D4E2ADC31",
"checksum": "107a874b41c1f0a48849f859b756f500d8be06f2d2b8956a046a97ae38088bf6"
},
"x86_64_windows": {
"etag": "0x8DDBA3D4C6E56C5",
"checksum": "d03bce6326ff75d041f2499e801357d3da6b08a28be085580d9b0bdf84971d12"
},
"aarch64_linux_gnu": {
"etag": "0x8DDBA3D4C3CD009",
"checksum": "a57d4d48a90f8ed875b821fc3078ba5a8572f86e90adfea0995cefd51d583bd7"
},
"aarch64_macos": {
"etag": "0x8DDBA3D4C4000C5",
"checksum": "7489c69948cda032adc2862923222917cd025411abc4bba8517a8d581aed226c"
}
},
"0.64.0": {
"x86_64_linux_gnu": {
"etag": "0x8DDB87C74419214",
"checksum": "e50755b3be29ae515091a45c96a2bc126846334210c30202331b797b9ae6e366"
},
"x86_64_macos": {
"etag": "0x8DDB87C72C4B5BC",
"checksum": "f7c649c3e9598fde7074bb34b024d11f5b836d230c391a0cdde319db73e0fedc"
},
"x86_64_windows": {
"etag": "0x8DDB87C75CF7247",
"checksum": "7f34d0cd2813cf7f89064ffbc04af891f7839f673e9a0a0505cf91391d07826e"
},
"aarch64_linux_gnu": {
"etag": "0x8DDB87C72D67BFC",
"checksum": "c7e78d67af98dad178f18b4b8d20929b7f9d267e9c556f8ad815f8997035bcd9"
},
"aarch64_macos": {
"etag": "0x8DDB87C7591EB49",
"checksum": "77e70dd2fdbac5986cc02a8def382bdaf78777f0050fc37af72916cc47b56a20"
}
},
"0.63": {
"version": "0.63.0"

30
manifests/vacuum.json generated
View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
"latest": {
"version": "0.17.1"
"version": "0.17.2"
},
"0.17": {
"version": "0.17.1"
"version": "0.17.2"
},
"0.17.2": {
"x86_64_linux_musl": {
"etag": "0x8DDB98852C3C9DD",
"checksum": "a34828f82f1f672a06997ddfd45cbc5c7f27146b4473d1ff04f323708c353d64"
},
"x86_64_macos": {
"etag": "0x8DDB9885240AE81",
"checksum": "3b0349f0a59b87dbb91f8c4d6d4efa544785880785b809adc15454be9a6efa85"
},
"x86_64_windows": {
"etag": "0x8DDB98852BCF3C2",
"checksum": "eec12cdf51e52d06884c7bbd7178bcb84e47b612d296994fc199b659ef8dd481"
},
"aarch64_linux_musl": {
"etag": "0x8DDB988522BDE5C",
"checksum": "e38e7243956c0c80792ff6c0800a0bab1d82ee1ab0328a0092c3999157a6522d"
},
"aarch64_macos": {
"etag": "0x8DDB988523376ED",
"checksum": "e84669236d093c0e57233c5817afe23f8dd449e858cf42d147adcfeef3fca17a"
},
"aarch64_windows": {
"etag": "0x8DDB98852BAD344",
"checksum": "2fd7243f6ac406ad05e650cceb9b8478e89dca4223976e6b98475ec29cac00f0"
}
},
"0.17.1": {
"x86_64_linux_musl": {

View File

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

View File

@@ -0,0 +1,20 @@
{
"repository": "https://github.com/uutils/coreutils",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
"bin": "${package}-${version}-${rust_target}/${package}${exe}",
"version_range": ">= 0.1.0",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${version}-${rust_target}.zip"
},
"aarch64_linux_musl": {},
"aarch64_macos": {},
"aarch64_windows": {
"asset_name": "${package}-${version}-${rust_target}.zip"
}
}
}