mirror of
https://github.com/taiki-e/install-action.git
synced 2026-07-18 00:26:52 -04:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6887963ccf | ||
|
|
bb72efb184 | ||
|
|
8d10620a5f | ||
|
|
2e5e28e056 | ||
|
|
2c1919ff58 | ||
|
|
6e3b030edd | ||
|
|
4b333daa98 | ||
|
|
e49978b799 | ||
|
|
7a37f81460 | ||
|
|
77ebca8299 | ||
|
|
266cf25587 | ||
|
|
9ccf417bb2 | ||
|
|
3d832235cb | ||
|
|
e846e3af79 | ||
|
|
cc10c9674d | ||
|
|
d93043e1af | ||
|
|
9cdebc223d | ||
|
|
8cc2c85989 | ||
|
|
541bb3636d | ||
|
|
66d7fef310 | ||
|
|
4500296a33 | ||
|
|
6e83879549 |
2
.github/.cspell/project-dictionary.txt
vendored
2
.github/.cspell/project-dictionary.txt
vendored
@@ -3,12 +3,14 @@ archlinux
|
||||
binstall
|
||||
callgrind
|
||||
CDPATH
|
||||
convco
|
||||
coreutils
|
||||
covgate
|
||||
cyclonedx
|
||||
cygdrive
|
||||
deadlinks
|
||||
deepsource
|
||||
docgarden
|
||||
doas
|
||||
enablerepo
|
||||
epel
|
||||
|
||||
27
CHANGELOG.md
27
CHANGELOG.md
@@ -10,6 +10,28 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.81.2] - 2026-06-02
|
||||
|
||||
- Update `mise@latest` to 2026.5.18.
|
||||
|
||||
- Update `cargo-semver-checks@latest` to 0.48.0.
|
||||
|
||||
## [2.81.1] - 2026-05-31
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.24.
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.45.
|
||||
|
||||
## [2.81.0] - 2026-05-31
|
||||
|
||||
- Support `convco`. ([#1831](https://github.com/taiki-e/install-action/pull/1831), thanks @graelo)
|
||||
|
||||
- Support `docgarden` ([#1830](https://github.com/taiki-e/install-action/pull/1830), thanks @jesse-black)
|
||||
|
||||
- Update `vacuum@latest` to 0.28.0.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.19.1.
|
||||
|
||||
## [2.80.0] - 2026-05-30
|
||||
|
||||
- Support `kingfisher`. ([#1874](https://github.com/taiki-e/install-action/pull/1874), thanks @SAY-5)
|
||||
@@ -6708,7 +6730,10 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.80.0...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.81.2...HEAD
|
||||
[2.81.2]: https://github.com/taiki-e/install-action/compare/v2.81.1...v2.81.2
|
||||
[2.81.1]: https://github.com/taiki-e/install-action/compare/v2.81.0...v2.81.1
|
||||
[2.81.0]: https://github.com/taiki-e/install-action/compare/v2.80.0...v2.81.0
|
||||
[2.80.0]: https://github.com/taiki-e/install-action/compare/v2.79.15...v2.80.0
|
||||
[2.79.15]: https://github.com/taiki-e/install-action/compare/v2.79.14...v2.79.15
|
||||
[2.79.14]: https://github.com/taiki-e/install-action/compare/v2.79.13...v2.79.14
|
||||
|
||||
2
TOOLS.md
2
TOOLS.md
@@ -48,12 +48,14 @@ 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-xwin**](https://github.com/rust-cross/cargo-xwin) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-cross/cargo-xwin/releases) | Linux, macOS, Windows | [MIT](https://github.com/rust-cross/cargo-xwin/blob/main/LICENSE) | |
|
||||
| [**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) | |
|
||||
| [**convco**](https://github.com/convco/convco) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/convco/convco/releases) | Linux, macOS, Windows | [MIT](https://github.com/convco/convco/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) | |
|
||||
| [**cosign**](https://github.com/sigstore/cosign) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/sigstore/cosign/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/sigstore/cosign/blob/main/LICENSE) | |
|
||||
| [**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) | |
|
||||
| [**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) | |
|
||||
| [**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) | |
|
||||
| [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/editorconfig-checker/editorconfig-checker/releases) | Linux, macOS, Windows | [MIT](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE) | |
|
||||
|
||||
@@ -17,7 +17,7 @@ inputs:
|
||||
|
||||
# Note:
|
||||
# - inputs.* should be manually mapped to INPUT_* due to https://github.com/actions/runner/issues/665
|
||||
# - Use GITHUB_*/RUNNER_* instead of github.*/runner.* due to https://github.com/actions/runner/issues/2185
|
||||
# - For context containing path, use GITHUB_*/RUNNER_* instead of github.*/runner.* due to https://github.com/actions/runner/issues/2185
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
|
||||
32
manifests/cargo-binstall.json
generated
32
manifests/cargo-binstall.json
generated
@@ -24,36 +24,36 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.18.1"
|
||||
"version": "1.19.1"
|
||||
},
|
||||
"1.18.1": {
|
||||
"1.19.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE9959D5E8FE78",
|
||||
"hash": "cf2a4b54494ea8555d6349685e9a301efc1051d9fba6308c76914b2486f8700f"
|
||||
"etag": "0x8DEAB7EEDE4CA0D",
|
||||
"hash": "4a50fcf01418862e2fa8e4076cb6cb80ff4061b0c0b1464e71a63ce01ee29bde"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE9959DBCBBA2C",
|
||||
"hash": "e06370bec7143668653bb7c09d0b8b689fc703dd4fa58ec5847c4b571d8a490d"
|
||||
"etag": "0x8DEAB7EF6F4C522",
|
||||
"hash": "39257851fe4fd8cc9dd81fb318f15d589b7178b74165879eddeda8062bd9fcf2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE9959D9E5BCF3",
|
||||
"hash": "89706aa5215c164d8d091597a470fee72308ac87e8553af395ea77db844a888c"
|
||||
"etag": "0x8DEAB7EF412E434",
|
||||
"hash": "dd1f425c177aa1a57c9b17883ff76257f913a5f0afb35424f0767c6984164b7f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE9959E60E685D",
|
||||
"hash": "c55962a0115f9716b709216de7f8bdd59d6ba8738779e60b051b4593f677717a"
|
||||
"etag": "0x8DEAB7F07E646A8",
|
||||
"hash": "2001eee8da26705ad9627e57a25c23eb4639647521205f3e4a7b4e09d067d199"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE9959ED2C11A4",
|
||||
"hash": "955abf167994c90f3547e233edace4c0f794465dd4aa408249b38999aa5ca3cf"
|
||||
"etag": "0x8DEAB7F12DFC0D8",
|
||||
"hash": "bf9da6a27e432784f361cfbc70a6d04e548abc548470ae9a7587c3cffb8fb0a7"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE9959EAAC5732",
|
||||
"hash": "c6873e81457d9e44973a8e9a849795f2c83765fce0af8ad68b597b5b40dec418"
|
||||
"etag": "0x8DEAB7F0F0A30F8",
|
||||
"hash": "e3c5225e8a84d55ed35741e22b4dee422d863f09a9eb2f2b12ab1013ee9dd148"
|
||||
},
|
||||
"riscv64_linux_musl": {
|
||||
"etag": "0x8DE9959DFE57CE6",
|
||||
"hash": "3eb039f14fa71dd27b614bf692f0bffd4ba087204829805d54b014646aed7c14"
|
||||
"etag": "0x8DEAB7EFD6F72B7",
|
||||
"hash": "870d4dafb569948605d013c700b9f3af3bf7177e2845563e9111be327121e391"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
manifests/cargo-hack.json
generated
4
manifests/cargo-hack.json
generated
@@ -2,10 +2,10 @@
|
||||
"rust_crate": "cargo-hack",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.44"
|
||||
"version": "0.6.45"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.44"
|
||||
"version": "0.6.45"
|
||||
},
|
||||
"0.6.45": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
4
manifests/cargo-no-dev-deps.json
generated
4
manifests/cargo-no-dev-deps.json
generated
@@ -30,10 +30,10 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.23"
|
||||
"version": "0.2.24"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.23"
|
||||
"version": "0.2.24"
|
||||
},
|
||||
"0.2.24": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
27
manifests/cargo-semver-checks.json
generated
27
manifests/cargo-semver-checks.json
generated
@@ -18,7 +18,32 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.47.0"
|
||||
"version": "0.48.0"
|
||||
},
|
||||
"0.48": {
|
||||
"version": "0.48.0"
|
||||
},
|
||||
"0.48.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEBF214B367463",
|
||||
"hash": "b95e7fdaad0d49a3c8e5986332f29fa03d001663e16ff428d9906fad00c4c11d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEBF210CAD8D89",
|
||||
"hash": "3ceb449af52955e96f96d2fafb528baa8b64f822e694a9a3bbf878665983696f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEBF21D3C9FDF7",
|
||||
"hash": "c91332f2e2ee18828d8044784ca3a255d23882e6a13e33ea744f3e388341691f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEBF21329C24EA",
|
||||
"hash": "198a3a003e75c15cd143ad9e98f148f09e963d4a63649d690c6b4c0917400dfd"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEBF21106D628F",
|
||||
"hash": "4ec2693d8d26126bde3d61dd99d4fb8b19a7e3908dea0283d5d4b58450a7dc80"
|
||||
}
|
||||
},
|
||||
"0.47": {
|
||||
"version": "0.47.0"
|
||||
|
||||
45
manifests/convco.json
generated
Normal file
45
manifests/convco.json
generated
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"rust_crate": "convco",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu.zip",
|
||||
"bin": "convco"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-windows.zip",
|
||||
"bin": "convco.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu-aarch64.zip",
|
||||
"bin": "convco"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-macos.zip",
|
||||
"bin": "convco"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.6.4"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.4"
|
||||
},
|
||||
"0.6.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEB96EA68FD07C",
|
||||
"hash": "d6e43a1975949ef05d31bb1ac64fdd7c2dbc18b0b65df075c16dc296b8153be7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEB96EA51CABCF",
|
||||
"hash": "268f1c80abcb2cdc31174984a0a824f06705b5f62485e780f04008c5765219bd"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEB96EA5E3148D",
|
||||
"hash": "1e626914c90cf60314a8ef50d97566ebabb0ad5daf405fa7e4ca3193df1c73c3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEB96EA769D246",
|
||||
"hash": "88901e63aa26b601b6726bff8e05cab89d16ebcb772f719bad431a40b12caa54"
|
||||
}
|
||||
}
|
||||
}
|
||||
45
manifests/docgarden.json
generated
Normal file
45
manifests/docgarden.json
generated
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"rust_crate": "docgarden",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||
"bin": "docgarden-v${version}-x86_64-unknown-linux-musl/docgarden"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-x86_64-pc-windows-msvc.zip",
|
||||
"bin": "docgarden-v${version}-x86_64-pc-windows-msvc/docgarden.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-aarch64-unknown-linux-musl.tar.gz",
|
||||
"bin": "docgarden-v${version}-aarch64-unknown-linux-musl/docgarden"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-aarch64-apple-darwin.tar.gz",
|
||||
"bin": "docgarden-v${version}-aarch64-apple-darwin/docgarden"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"0.1.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEB1081EA0A5CC",
|
||||
"hash": "0c648e38e96e003d071014ca4cb17f195e4675ba7de9a94091ac1c34d584d45e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEB1081E947E7A",
|
||||
"hash": "32cd6cbc6208bccf8bc06fa33a18adcdd110f5351e5e67151ea84cbd8b135090"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEB1081E95DC7B",
|
||||
"hash": "4f341a72ec58518c0821dd0c948314077a198b9ead76140a90a04e22514ea0a1"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEB1081E8FC8D5",
|
||||
"hash": "237613efe2cdf65f62e8b8eb9270df30522536f791809db912864958a7bae312"
|
||||
}
|
||||
}
|
||||
}
|
||||
32
manifests/mise.json
generated
32
manifests/mise.json
generated
@@ -27,13 +27,39 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "2026.5.16"
|
||||
"version": "2026.5.18"
|
||||
},
|
||||
"2026": {
|
||||
"version": "2026.5.16"
|
||||
"version": "2026.5.18"
|
||||
},
|
||||
"2026.5": {
|
||||
"version": "2026.5.16"
|
||||
"version": "2026.5.18"
|
||||
},
|
||||
"2026.5.18": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEBF5D7BD1FE23",
|
||||
"hash": "3078e9f0dc9a65cdd873abea9713cbdbeef97fcf8c28dac70b57bf64f1d7f219"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEBF5D7EE2D0BF",
|
||||
"hash": "1e202d6a4dbba53b395cebe8227f74c31d3e7641328189f1ec141cd4460215d9"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEBF5D8101A0DA",
|
||||
"hash": "8cd368e73308c6f650ba5ee08230c781e4a76fc022177bc8cc4dee2dec8a2f7d"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEBF5D761C5CF0",
|
||||
"hash": "fdabce5f26ffbaa9ce6d0ff6e34a5ed719b7b7936c4da996a1ccdbeead04a3c1"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEBF5D7E292B11",
|
||||
"hash": "5a33a37924af58b0e6e983b69447b90a4e1f33f4ee503600a943d99f6c08b2df"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEBF5D802A3464",
|
||||
"hash": "c65fc20c623f10a73f62a00c3b0e4d3929d3d7f1d30928a8cca69b940dea9531"
|
||||
}
|
||||
},
|
||||
"2026.5.16": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
30
manifests/trivy.json
generated
30
manifests/trivy.json
generated
@@ -33,6 +33,36 @@
|
||||
"latest": {
|
||||
"version": "0.70.0"
|
||||
},
|
||||
"0.71.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DEBFE4888C71CB",
|
||||
"hash": "30a3d22b23f88c233f1658f562fb477cae3b3e8b4761109d515b7698daf85814"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEBFE48DF50A78",
|
||||
"hash": "4558afb13d017615ca85011901caab78b4f09196e320b05a56c9fdc5615a1428"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEBFE488928575",
|
||||
"hash": "382250158fb9431ff9b87904205027b066a544234b8952b2dd764bd712d55387"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DEBFE4886E5D48",
|
||||
"hash": "2561be394a3199c911f82fced606cbc05e1cb23eb6ce1da6935540adb76f4252"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEBFE48DF83B37",
|
||||
"hash": "95d4e896b120816edd0995a2df8adca26a8621b7bf62036a89b1d54a7b718a74"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DEBFE48B3A0EE9",
|
||||
"hash": "d3604b97aab85aa4f51e86c829b5f28c8c90e6954066705faa973c4ea3ad1874"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DEBFE48B165B6A",
|
||||
"hash": "f415a9b1429131cb95897bd90f272cee2b76f719ce44f93a7bf4c3b47976c139"
|
||||
}
|
||||
},
|
||||
"0.70": {
|
||||
"version": "0.70.0"
|
||||
},
|
||||
|
||||
38
manifests/uv.json
generated
38
manifests/uv.json
generated
@@ -73,6 +73,44 @@
|
||||
"0.11": {
|
||||
"version": "0.11.17"
|
||||
},
|
||||
"0.11.18": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEC0163240445D",
|
||||
"hash": "a095a969fc8357f42e35652e0554525a47a29010ddb814bd82650c2ffa7d6d62"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEC0163166B7A6",
|
||||
"hash": "00a61e3db99b53c927a7e6c4ccdccb898aa3253d07928822211e9dc570a25661"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEC01631C0CE56",
|
||||
"hash": "bf8e0021336b7c77bd80a078b612125f385b08f541437edaea8c8ca9e574db0d"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEC0162E865C58",
|
||||
"hash": "6d895725333680bf7633ad635baff8e49dc45d3b52e00b2b3adf6ced41f2ebe2"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEC0162DA20659",
|
||||
"hash": "1a7adf8dadae3b55853115d13a8bf564d219597ad13824b93b213706933863e5"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEC0162DF09146",
|
||||
"hash": "0689e1a40d36b387522d2b1b865cd98a15ddd4a7507e256ad93be6f6a335fec1"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DEC016308ED6D1",
|
||||
"hash": "fc8f46a198e540ca2d89fd9480da0648d673ff3e25b4048c82ca5c292a478052"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DEC016308F4B72",
|
||||
"hash": "cdb0555db7828bbd1dc24e55171b8ac3dbbc24fe17b6a7387783cd4d543a1538"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DEC01631163323",
|
||||
"hash": "7a91aa963680f2fe14ebf89291cf8eafcff634eccdeb6d301e0252b282171818"
|
||||
}
|
||||
},
|
||||
"0.11.17": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEBCF970BB17C0",
|
||||
|
||||
85
manifests/vacuum.json
generated
85
manifests/vacuum.json
generated
@@ -21,7 +21,88 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.27.2"
|
||||
"version": "0.28.0"
|
||||
},
|
||||
"0.28": {
|
||||
"version": "0.28.0"
|
||||
},
|
||||
"0.28.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEC036D98BAE92",
|
||||
"hash": "9e2f7a6d372662c2213a1e09044d9b562a50eff9ae0c87ed3c8a4ac072c18c9f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEC036D8AA14BF",
|
||||
"hash": "767d89731ec663084cdf8f44d67751eb4be40875e154f67f7edcf301486862fe"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEC036D8E8106F",
|
||||
"hash": "c891a4d92b7c53f37b3d45c4a4952e429591a9e3cc743d02c2e95fef18701699"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEC036D8172C9C",
|
||||
"hash": "091c94e995b14ed6f7facc65340cbf60b60e48e1dc65902311f5c1f880d71f8e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEC036D83B2DE2",
|
||||
"hash": "7ee12d4f88b97b3218a2a420749875033174663b190d3ccaa935b7aeea07b3f9"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEC036D92A7408",
|
||||
"hash": "9f280427f7b9ef9fc80cb5a7e4932b11ea60ae0ce06fd8e46a70f9bfc96d75b4"
|
||||
}
|
||||
},
|
||||
"0.28.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEC00AE494A712",
|
||||
"hash": "e63be71053c1145b1c4baf5d303fb03d75c8c1da774b9395881a5f116bf950e7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEC00AE57509C6",
|
||||
"hash": "fdbd95edf56afa965a07e0ff8bb9ee822586f4b1ae57af86c8ae8e4aacd9446d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEC00AE497D7C3",
|
||||
"hash": "fd2c59598b41d8534451d6956cc2c2c4371c389dc72d1935059b8705732f40ee"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEC00AE5779EF3",
|
||||
"hash": "a40035044b74e90d6d6f6e9b4c87138ff4ce0a295abd37ad5c1b287600ee5dfc"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEC00AE5871DDF",
|
||||
"hash": "6b92a70c7dd96dc5b3eecbd6e6b5ed6c7fe96df464db063388bdcc6d1ecd58d9"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEC00AE49EADE1",
|
||||
"hash": "dbc159c0799a4a881a4fa728a20a2e7d74e7d3176ec0dbe3f8427027e9bc28ff"
|
||||
}
|
||||
},
|
||||
"0.28.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEBFFF976166DF",
|
||||
"hash": "4f6bc778c827033cffb33eef29ba465af8809c08d12aac3f6f04ea5db36aed82"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEBFFF967AA2AF",
|
||||
"hash": "af4c5f430a860cd1655ac36926b17c9316621d68f7c09e9cfb3831898e26e27f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEBFFF967C9C46",
|
||||
"hash": "2e64794d8de03dce494e2251ba4e5ec7f2d1d10bc4475e20562afd30f86210c0"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEBFFF9752AA66",
|
||||
"hash": "e2b3d158e8e919b7e2c7550a40c8f46ff7870291cf822d45c7f2239f87617bd3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEBFFF974E1BA5",
|
||||
"hash": "e1b6f7114de731a1f3fa2abdd538132c3ef098d46a30739e2f6ba5391140a879"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEBFFF96900E6A",
|
||||
"hash": "f1f4984a965249d65c83ea049ed5f1858d8a9ac30d69a8a07755d4c77c005c3d"
|
||||
}
|
||||
},
|
||||
"0.28.0": {
|
||||
"x86_64_linux_musl": {
|
||||
@@ -50,7 +131,7 @@
|
||||
}
|
||||
},
|
||||
"0.27": {
|
||||
"version": "0.27.2"
|
||||
"version": "0.27.3"
|
||||
},
|
||||
"0.27.3": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.zip",
|
||||
"version_range": "=1.18.1",
|
||||
"version_range": "latest",
|
||||
"signing": {
|
||||
"kind": "minisign-binstall"
|
||||
},
|
||||
|
||||
25
tools/codegen/base/convco.json
Normal file
25
tools/codegen/base/convco.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"repository": "https://github.com/convco/convco",
|
||||
"license_markdown": "[MIT](https://github.com/convco/convco/blob/main/LICENSE)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"version_range": ">= 0.6.4",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
"asset_name": "${package}-ubuntu.zip",
|
||||
"bin": "${package}"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-windows.zip",
|
||||
"bin": "${package}.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"asset_name": "${package}-ubuntu-aarch64.zip",
|
||||
"bin": "${package}"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"asset_name": "${package}-macos.zip",
|
||||
"bin": "${package}"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
|
||||
"bin": "${package}-${version}-${rust_target}/${package}${exe}",
|
||||
"version_range": ">= 0.1.0",
|
||||
"broken": ["0.7.0", "0.8.0"],
|
||||
"broken": ["0.7.0", "0.8.0", "0.9.0"],
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
|
||||
23
tools/codegen/base/docgarden.json
Normal file
23
tools/codegen/base/docgarden.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"repository": "https://github.com/jesse-black/docgarden",
|
||||
"license_markdown": "[Apache-2.0](https://github.com/jesse-black/docgarden/blob/main/LICENSE)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
||||
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
|
||||
"signing": {
|
||||
"kind": {
|
||||
"gh-attestation": {
|
||||
"signer-workflow": "${repo}/.github/workflows/release.yml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-v${version}-${rust_target}.zip"
|
||||
},
|
||||
"aarch64_linux_musl": {},
|
||||
"aarch64_macos": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user