mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 10:50:25 +00:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90558ad1e1 | ||
|
|
44e9f85a2f | ||
|
|
3395f230b9 | ||
|
|
03ef6f57d5 | ||
|
|
c835ba1e66 | ||
|
|
7999c7b592 | ||
|
|
a360c9c414 | ||
|
|
1fb9894d06 | ||
|
|
115ce600be | ||
|
|
3522286d40 | ||
|
|
0ed1c967ed | ||
|
|
e69513dca4 | ||
|
|
4c5e3dc538 | ||
|
|
e2cc276530 | ||
|
|
8fb4e4b842 | ||
|
|
83961fc0a2 | ||
|
|
c761556c39 | ||
|
|
f19ed92a93 | ||
|
|
e53d9e37e3 | ||
|
|
f957bde7f4 | ||
|
|
66210e3d43 |
@@ -1,6 +1,9 @@
|
||||
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
|
||||
[advisories]
|
||||
unused-ignored-advisory = "deny"
|
||||
yanked = "deny"
|
||||
unmaintained = "none"
|
||||
unsound = "all"
|
||||
git-fetch-with-cli = true
|
||||
ignore = [
|
||||
]
|
||||
@@ -28,6 +31,7 @@ build.bypass = [
|
||||
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
|
||||
[licenses]
|
||||
unused-allowed-license = "deny"
|
||||
unused-license-exception = "deny"
|
||||
private.ignore = true
|
||||
allow = [
|
||||
"Apache-2.0",
|
||||
@@ -37,6 +41,7 @@ allow = [
|
||||
|
||||
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
|
||||
[sources]
|
||||
unused-allowed-source = "deny"
|
||||
unknown-registry = "deny"
|
||||
unknown-git = "deny"
|
||||
allow-git = [
|
||||
|
||||
34
CHANGELOG.md
34
CHANGELOG.md
@@ -10,6 +10,34 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.66.3] - 2026-01-13
|
||||
|
||||
- Update `prek@latest` to 0.2.28.
|
||||
|
||||
- Update `tombi@latest` to 0.7.19.
|
||||
|
||||
## [2.66.2] - 2026-01-13
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.121.
|
||||
|
||||
- Update `protoc@latest` to 3.33.4.
|
||||
|
||||
- Update `knope@latest` to 0.22.0.
|
||||
|
||||
## [2.66.1] - 2026-01-11
|
||||
|
||||
- Update `tombi@latest` to 0.7.18.
|
||||
|
||||
- Update `ubi@latest` to 0.9.0.
|
||||
|
||||
## [2.66.0] - 2026-01-10
|
||||
|
||||
- Support `mdbook-mermaid-ssr`. ([#1400](https://github.com/taiki-e/install-action/pull/1400), thanks @CommanderStorm)
|
||||
|
||||
- Improve support for Windows with MSYS2 bash.
|
||||
|
||||
- Documentation improvements.
|
||||
|
||||
## [2.65.16] - 2026-01-10
|
||||
|
||||
- Update `zola@latest` to 0.22.0.
|
||||
@@ -5309,7 +5337,11 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.65.16...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.66.3...HEAD
|
||||
[2.66.3]: https://github.com/taiki-e/install-action/compare/v2.66.2...v2.66.3
|
||||
[2.66.2]: https://github.com/taiki-e/install-action/compare/v2.66.1...v2.66.2
|
||||
[2.66.1]: https://github.com/taiki-e/install-action/compare/v2.66.0...v2.66.1
|
||||
[2.66.0]: https://github.com/taiki-e/install-action/compare/v2.65.16...v2.66.0
|
||||
[2.65.16]: https://github.com/taiki-e/install-action/compare/v2.65.15...v2.65.16
|
||||
[2.65.15]: https://github.com/taiki-e/install-action/compare/v2.65.14...v2.65.15
|
||||
[2.65.14]: https://github.com/taiki-e/install-action/compare/v2.65.13...v2.65.14
|
||||
|
||||
4
TOOLS.md
4
TOOLS.md
@@ -9,6 +9,9 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
> If `$CARGO_HOME/bin` is not available, Rust-related binaries will be installed to `$HOME/.cargo/bin`.<br>
|
||||
> If `$HOME/.cargo/bin` is not available, Rust-related binaries will be installed to `$HOME/.install-action/bin`.<br>
|
||||
|
||||
> [!WARNING]
|
||||
> Please note that the fact that a specific tool is listed here does **NOT** mean that the maintainer trusts the tool for safety or has reviewed its code.
|
||||
|
||||
| Name | Where binaries will be installed | Where will it be installed from | Supported platform | License |
|
||||
| ---- | -------------------------------- | ------------------------------- | ------------------ | ------- |
|
||||
| [**biome**](https://biomejs.dev) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/biomejs/biome/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT) |
|
||||
@@ -59,6 +62,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**mdbook-alerts**](https://github.com/lambdalisue/rs-mdbook-alerts) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/lambdalisue/rs-mdbook-alerts/releases) | Linux, macOS, Windows | [MIT](https://github.com/lambdalisue/rs-mdbook-alerts/blob/main/LICENSE) |
|
||||
| [**mdbook-linkcheck**](https://github.com/Michael-F-Bryan/mdbook-linkcheck) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases) | Linux, macOS, Windows | [MIT](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/master/LICENSE) |
|
||||
| [**mdbook-mermaid**](https://github.com/badboy/mdbook-mermaid) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/badboy/mdbook-mermaid/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/badboy/mdbook-mermaid/blob/main/LICENSE) |
|
||||
| [**mdbook-mermaid-ssr**](https://github.com/CommanderStorm/mdbook-mermaid-ssr) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/CommanderStorm/mdbook-mermaid-ssr/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/CommanderStorm/mdbook-mermaid-ssr/blob/main/LICENSE) |
|
||||
| [**mise**](https://github.com/jdx/mise) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jdx/mise/releases) | Linux, macOS, Windows | [MIT](https://github.com/jdx/mise/blob/main/LICENSE) |
|
||||
| [**osv-scanner**](https://github.com/google/osv-scanner) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/google/osv-scanner/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE) |
|
||||
| [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT) |
|
||||
|
||||
8
main.sh
8
main.sh
@@ -654,10 +654,10 @@ case "${host_os}" in
|
||||
jq() { "${install_action_dir}/jq/bin/jq.exe" -b "$@"; }
|
||||
elif type -P jq >/dev/null; then
|
||||
# https://github.com/jqlang/jq/issues/1854
|
||||
_tmp=$(jq -r .a <<<'{}')
|
||||
if [[ "${_tmp}" != "null" ]]; then
|
||||
_tmp=$(jq -b -r .a 2>/dev/null <<<'{}' || true)
|
||||
if [[ "${_tmp}" == "null" ]]; then
|
||||
_tmp=$(jq -r .a <<<'{}' | wc -c)
|
||||
if [[ "${_tmp}" != 5 ]]; then
|
||||
_tmp=$({ jq -b -r .a 2>/dev/null <<<'{}' || true; } | wc -c)
|
||||
if [[ "${_tmp}" == 5 ]]; then
|
||||
jq() { command jq -b "$@"; }
|
||||
else
|
||||
jq() { command jq "$@" | tr -d '\r'; }
|
||||
|
||||
27
manifests/cargo-nextest.json
generated
27
manifests/cargo-nextest.json
generated
@@ -19,10 +19,33 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
|
||||
"latest": {
|
||||
"version": "0.9.120"
|
||||
"version": "0.9.121"
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.120"
|
||||
"version": "0.9.121"
|
||||
},
|
||||
"0.9.121": {
|
||||
"previous_stable_version": "0.9.120",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DE521008F2AFB1",
|
||||
"checksum": "4f8126d5bc74a7bb1aca632c41f19bda60d2ca2027667e6cf78e718621f8c8e2"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE52105843186E",
|
||||
"checksum": "19ead66c4305382acb966574c02137e09dd8f338b573a2bec609cca71eb0e0c4"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE52104925B192",
|
||||
"checksum": "649d4f400aabae9c69805a54b67c7349512861d519e89dd7dd6cfd3947ce0e23"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE5211042A82A3",
|
||||
"checksum": "8a0e58c0d8f1062e1250f3de60282a023fc512a2466bc362ea57ba385fc356e4"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DE52100E646680",
|
||||
"checksum": "e57599407edeccec8c924cc2b4549ddd3e25d1b36018e2026a1796017da8182f"
|
||||
}
|
||||
},
|
||||
"0.9.120": {
|
||||
"previous_stable_version": "0.9.119",
|
||||
|
||||
44
manifests/cargo-zigbuild.json
generated
44
manifests/cargo-zigbuild.json
generated
@@ -21,6 +21,50 @@
|
||||
"latest": {
|
||||
"version": "0.20.1"
|
||||
},
|
||||
"0.21.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE51D0BB0C5867",
|
||||
"checksum": "7ec3bc93ba853c7b8297004d93d881575af64e41ee4dd213f2c91bbfbcf9aff1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE51D0BB1B8989",
|
||||
"checksum": "8a29fe0c3cd7be8c880949032a6af06bb9725989a72c5856085dfdb34b4fbdab"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE51D0BB01B5F4",
|
||||
"checksum": "25d881d855523405e31fa2b8a783b66d305645ac0eb0d90dc178ff210d9f0168"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE51D0BB033ADA",
|
||||
"checksum": "98a91ee6fd155b70e7ece7f7b7ea1388b3b8d4b782ea5e0b8f014012579ea031"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE51D0BAFB5485",
|
||||
"checksum": "3598f2ad615a5d22a0389e42dc88632228829c77d0522658d88d7ec9b147d5be"
|
||||
}
|
||||
},
|
||||
"0.21.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE51CD3148E268",
|
||||
"checksum": "a381b0c5725992c460dafe1c5a048c0d656fe4c9eb632f9c7b20e8c9dae21b3d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE51CD317D99F4",
|
||||
"checksum": "bbe65e2228d980cf0f50b4753580c1b158198ef1d824cada727a3ad2865dc729"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE51CD3183D43F",
|
||||
"checksum": "06adb484bb845c866e028356b4cd8ac8db00096a5ac24f528a7fa6e9183a4b04"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE51CD3185CDE6",
|
||||
"checksum": "e21bc69c5baed7957b8774d757ded88631c0022e6050398c37154f764c0ec4ce"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE51CD319C9798",
|
||||
"checksum": "0b11175a297e68efed2dbc449996536b35ee74a0d3210796ca9136c1044b4183"
|
||||
}
|
||||
},
|
||||
"0.20": {
|
||||
"version": "0.20.1"
|
||||
},
|
||||
|
||||
31
manifests/knope.json
generated
31
manifests/knope.json
generated
@@ -3,7 +3,36 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.21.7"
|
||||
"version": "0.22.0"
|
||||
},
|
||||
"0.22": {
|
||||
"version": "0.22.0"
|
||||
},
|
||||
"0.22.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.0/knope-x86_64-unknown-linux-musl.tgz",
|
||||
"etag": "0x8DE51A4AAA008BB",
|
||||
"checksum": "c7a2f749b58720c6012c26c27419c4c8e57af81e95135182dd25f1d2fcc4fd6c",
|
||||
"bin": "knope-x86_64-unknown-linux-musl/knope"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.0/knope-x86_64-apple-darwin.tgz",
|
||||
"etag": "0x8DE51A4AA625A8A",
|
||||
"checksum": "144838d20ca3c9fd30d161f6113eeefb74949ae9f4ff50807db68ed19eca26fe",
|
||||
"bin": "knope-x86_64-apple-darwin/knope"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.0/knope-x86_64-pc-windows-msvc.tgz",
|
||||
"etag": "0x8DE51A4AA6F4456",
|
||||
"checksum": "bf1fefbb371ec94fbaf3a7502098c4f9e2ac8fe2c1e95fc299fffa9c48ecd312",
|
||||
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.0/knope-aarch64-apple-darwin.tgz",
|
||||
"etag": "0x8DE51A4AA6930A9",
|
||||
"checksum": "9f054b24e5b6a728cee3d76640633aa21b2f0e732f5d0a9582bfae873ed2d4e9",
|
||||
"bin": "knope-aarch64-apple-darwin/knope"
|
||||
}
|
||||
},
|
||||
"0.21": {
|
||||
"version": "0.21.7"
|
||||
|
||||
79
manifests/mdbook-mermaid-ssr.json
generated
Normal file
79
manifests/mdbook-mermaid-ssr.json
generated
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"rust_crate": "mdbook-mermaid-ssr",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/CommanderStorm/mdbook-mermaid-ssr/releases/download/v${version}/mdbook-mermaid-ssr-x86_64-unknown-linux-musl.tar.gz",
|
||||
"bin": "mdbook-mermaid-ssr"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/CommanderStorm/mdbook-mermaid-ssr/releases/download/v${version}/mdbook-mermaid-ssr-x86_64-pc-windows-msvc.zip",
|
||||
"bin": "mdbook-mermaid-ssr.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/CommanderStorm/mdbook-mermaid-ssr/releases/download/v${version}/mdbook-mermaid-ssr-aarch64-unknown-linux-musl.tar.gz",
|
||||
"bin": "mdbook-mermaid-ssr"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/CommanderStorm/mdbook-mermaid-ssr/releases/download/v${version}/mdbook-mermaid-ssr-aarch64-apple-darwin.tar.gz",
|
||||
"bin": "mdbook-mermaid-ssr"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/CommanderStorm/mdbook-mermaid-ssr/releases/download/v${version}/mdbook-mermaid-ssr-aarch64-pc-windows-msvc.zip",
|
||||
"bin": "mdbook-mermaid-ssr.exe"
|
||||
}
|
||||
},
|
||||
"license_markdown": "[MPL-2.0](https://github.com/CommanderStorm/mdbook-mermaid-ssr/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.3.0"
|
||||
},
|
||||
"0.3": {
|
||||
"version": "0.3.0"
|
||||
},
|
||||
"0.3.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE499CAE22BD7D",
|
||||
"checksum": "9e90f0bb9d7f95c6f8f52c2f094e2507d6bcaab07cd171595dabb1a155186c98"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE499CF3D3B677",
|
||||
"checksum": "686a4e7355a46d130a04f0e2dfc87412d65905ac29e75a8e90090bd99b10b7ea"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE499CB5607A8C",
|
||||
"checksum": "7b455fb9ceb687413b97a9d1f58afd8caa9347f75bd1f7189904e8c94fbe05f0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE499C9A506DE4",
|
||||
"checksum": "1eb698907586a92ec42a85b457c5c45314b9b53df679ed7ccfe9dea4ad7e0851"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE499D08F8315D",
|
||||
"checksum": "2973c1e8f202c63f6e3262bd1874243bf1d48427ef4dd7356666b447e0dda5b4"
|
||||
}
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.0"
|
||||
},
|
||||
"0.2.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE48C025DD384B",
|
||||
"checksum": "5a63b1852b504047d9cc44021decf31a09b1950bc48d26cd443c71793c547cb7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE48C071468E35",
|
||||
"checksum": "0e1c04cef263df9b8814c53764b1a849050dce086ab5a9ac643b49532c7f1c76"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE48C0334B7A05",
|
||||
"checksum": "8e8c69c7a9d0cde9f57ecdd832fac34ea80e29b47c3489164cede558cd4be321"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE48C028CDD50C",
|
||||
"checksum": "6c572938ceef41fc702b9038b757aebe3e2d44280167bf3528da94847100a297"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE48C076F07D91",
|
||||
"checksum": "0cb33f7d3836dc0edf9453adc79d9d11f392feb3899a7fe3d618eb6769081bc5"
|
||||
}
|
||||
}
|
||||
}
|
||||
38
manifests/prek.json
generated
38
manifests/prek.json
generated
@@ -40,10 +40,44 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/j178/prek/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.2.27"
|
||||
"version": "0.2.28"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.27"
|
||||
"version": "0.2.28"
|
||||
},
|
||||
"0.2.28": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE52B65C6CB119",
|
||||
"checksum": "f98884374c4998c2917e573eea4f56d3cc1e9a3faa03d45b286ee383a4541a51"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE52B65C0D2251",
|
||||
"checksum": "c3ecc957d89d983321d83b2687f759263b511ac686bf557d25b9b8ca2192ce7e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE52B65C483B20",
|
||||
"checksum": "4607034285abc551c135e680b92d53c1b4f046bb4c9507076acdc9417092c3b6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE52B65AB66713",
|
||||
"checksum": "c329196f6a68e8053a40f5f7949430083d7c5417c1deb97af49a7f3abbb6ae48"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE52B65A61EF55",
|
||||
"checksum": "7a201905bf3cc807143cf91ff47fc85c7c841cae72f592d95f4adee19d36d082"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE52B65A74037D",
|
||||
"checksum": "7cebe665d74cc09ef64501273ace2269d44d2baf8674f011effaba8da3b832d8"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DE52B65BEC03FB",
|
||||
"checksum": "efe02cb89d8d1402f78fc2fe75085c282e4f58e20b96f56b25b1e76c0d6b499b"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DE52B65BFA24E8",
|
||||
"checksum": "bf19fe53d73394c40737486f78b93af3d7651f2492af39723ab41743639ccf80"
|
||||
}
|
||||
},
|
||||
"0.2.27": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
43
manifests/protoc.json
generated
43
manifests/protoc.json
generated
@@ -3,13 +3,50 @@
|
||||
"template": null,
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.33.3"
|
||||
"version": "3.33.4"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.33.3"
|
||||
"version": "3.33.4"
|
||||
},
|
||||
"3.33": {
|
||||
"version": "3.33.3"
|
||||
"version": "3.33.4"
|
||||
},
|
||||
"3.33.4": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-linux-x86_64.zip",
|
||||
"etag": "0x8DE5204895A80A4",
|
||||
"checksum": "c0040ea9aef08fdeb2c74ca609b18d5fdbfc44ea0042fcfbfb38860d35f7dd66"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-osx-x86_64.zip",
|
||||
"etag": "0x8DE5204896EB526",
|
||||
"checksum": "a49bec10d039e902d3b43e49938c42526f90011467609864fa6386ac4014da58"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-win64.zip",
|
||||
"etag": "0x8DE520489D39523",
|
||||
"checksum": "0b31be019b9fe45a388e93bf1f16d70afdf9ce5caf958ea47892fbc868b5a1b3"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-linux-aarch_64.zip",
|
||||
"etag": "0x8DE520488ED9357",
|
||||
"checksum": "15aa988f4a6090636525ec236a8e4b3aab41eef402751bd5bb2df6afd9b7b5a5"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-osx-aarch_64.zip",
|
||||
"etag": "0x8DE520489601F97",
|
||||
"checksum": "726297dcfed58592fd35620a5a6246ae020c39e88f3fd4cb1827df7bcf3dfcf1"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-linux-ppcle_64.zip",
|
||||
"etag": "0x8DE520488ED9357",
|
||||
"checksum": "97fc078d43cd6bb8d38f7cce20ddd0e187b4ba79d972e7543edd16bb3ff30d62"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-linux-s390_64.zip",
|
||||
"etag": "0x8DE520488F8F836",
|
||||
"checksum": "44dcc615f0c23f644033f295862902d13c1f67e650851bb22e76b3837a8521ab"
|
||||
}
|
||||
},
|
||||
"3.33.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
82
manifests/tombi.json
generated
82
manifests/tombi.json
generated
@@ -22,10 +22,88 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.7.16"
|
||||
"version": "0.7.19"
|
||||
},
|
||||
"0.7": {
|
||||
"version": "0.7.16"
|
||||
"version": "0.7.19"
|
||||
},
|
||||
"0.7.19": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE524992E733A3",
|
||||
"checksum": "b8b10a1065161cb13a7d35391eb32d9070886f8459710690098a7dd9eef4c91d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE524993676C07",
|
||||
"checksum": "d84700d2e2b39404c8f516dbed17125af25de6d71c620eb1ff42ce48779f75d5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE524992EBE947",
|
||||
"checksum": "d82227230217fb4f136db86ee11b9822ae27e292e1cf9304ac4705c29d9cf7cd"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE5249936E1B43",
|
||||
"checksum": "8479ca55b073eecb604ca198dae7b208c43a2c2601b13a7e95d07acf7b7a1c7f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE524992EBE947",
|
||||
"checksum": "565e82fff49e67e62e867046f575ff8f1e486da3400756920fa4d4e48ef51f98"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE524992E3198D",
|
||||
"checksum": "dc49d1e087c5bd309e12c3be5398ace5ecef39e2fff6d0c63a8b1cc9554e2c7a"
|
||||
}
|
||||
},
|
||||
"0.7.18": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE50D348B7380E",
|
||||
"checksum": "87811d8b1ec48b7fc8fb873f9c50b97b958cb5ecd9fcf9485d34924aaee5d6b3"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE50D348B5B32C",
|
||||
"checksum": "ade10a7009c34023ae96a69b5672984e9d210cc720b157a3835b0d46ab59cd0f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE50D348D3C7A4",
|
||||
"checksum": "ac0741aa3472311c6cc2720c6588bf34074455052270a825469357565c87db51"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE50D348B1BFFD",
|
||||
"checksum": "5f7bf9ec6a0fbc6cfcdaf4029631721075ad291b13c4f702a5c99a0f832b9e6b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE50D349343F9A",
|
||||
"checksum": "448ce1a834b0c9e1db792c9e553098464f8b04155599750b5fbf7efd895e3942"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE50D348B627D4",
|
||||
"checksum": "3e33ffaea78f2b1d0bed50b63de14576bd091230c11bf9cb29fcee8b9e6230a2"
|
||||
}
|
||||
},
|
||||
"0.7.17": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE50549616A04A",
|
||||
"checksum": "12f07b6322a51b7b3f674f51b0bdd3071d4b93beb2f69a870b1ea21d454f1b9b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE5054961E869C",
|
||||
"checksum": "cca02eb4734ed61b459f3d1c903ad9b3e241e87905f16b54e2b0d620f909ab0b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE505495B20E28",
|
||||
"checksum": "00b50a503fb800aa14d5efb02d32a2cb6210f290795e7cd0f546caa9567ee9dd"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE5054959F5E73",
|
||||
"checksum": "7339ede4263c9647753f5c86c9d4167ff2defdd9e97cc8c614935ae8b9bb46cb"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE505495A8F0AA",
|
||||
"checksum": "743441452d3e859428f05a80195c2d07b7eba29e6c6528564e3b52ebd0709cbb"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE505495BD99DB",
|
||||
"checksum": "4669ec2e659d5b485f6bb16b29d676f91e03b120e044987cad1eac0e42c6ab0b"
|
||||
}
|
||||
},
|
||||
"0.7.16": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
43
manifests/ubi.json
generated
43
manifests/ubi.json
generated
@@ -40,7 +40,48 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/houseabsolute/ubi/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/houseabsolute/ubi/blob/master/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.8.4"
|
||||
"version": "0.9.0"
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.0"
|
||||
},
|
||||
"0.9.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE50C57F71844D",
|
||||
"checksum": "c9de06eccc1d6c4be1748d3000cc22c88932d834732b3cfbaee4b485e1fb0712"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE50C5B4A61A0D",
|
||||
"checksum": "ed0398b2ce51233e4fad73a2b0e77601578b2b3a2d3d2ec9b3834e0941a7e516"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE50C5A472ABA3",
|
||||
"checksum": "071209bfd2beb0f6eeb85f46f26a24dc71cf5b239a20be4f8d6d921e65e41f00"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE50C56378C04D",
|
||||
"checksum": "386879655eb3321843a6c0c53672bd3c39ef12606515bf7257741f9d0cb8b0ca"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE50C594DEC0F6",
|
||||
"checksum": "71778c8593a74889deab3224261b2abd662652fd0363ba8c89ec0f68bfb43e4c"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE50C57067B420",
|
||||
"checksum": "47c8b3d95f57842c58c7aa594322d09361f1bb722700e89fb9a55d9fab0b7f0f"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DE50C582622155",
|
||||
"checksum": "9e316f7a6df22cba067cf8c4b8034d3911916a42d5698ef11664f107f4279c65"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DE50C561CD6624",
|
||||
"checksum": "91944922bd0d1dcbe66154aee5d98b25c7b2d6182670aa2af1ef4d0272d911d6"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DE50C57D9199BE",
|
||||
"checksum": "8f28aefb032c6052cbf541107ae53164f3158ee16fff12dcbfa7d6fba32d7bcb"
|
||||
}
|
||||
},
|
||||
"0.8": {
|
||||
"version": "0.8.4"
|
||||
|
||||
19
tools/codegen/base/mdbook-mermaid-ssr.json
Normal file
19
tools/codegen/base/mdbook-mermaid-ssr.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"repository": "https://github.com/CommanderStorm/mdbook-mermaid-ssr",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"bin": "${package}${exe}",
|
||||
"version_range": ">= 0.2.0",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-${rust_target}.zip"
|
||||
},
|
||||
"aarch64_linux_musl": {},
|
||||
"aarch64_macos": {},
|
||||
"aarch64_windows": {
|
||||
"asset_name": "${package}-${rust_target}.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user