codegen: shellcheck 0.10.0+ provides AArch64 macOS binary

This commit is contained in:
Taiki Endo
2025-01-29 04:31:40 +09:00
parent 85a4a5fd84
commit 1d9ff62a86
3 changed files with 12 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Support `cargo-semver-checks` on AArch64 Linux.
- Support installing native binary for `mdbook` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)
- Support installing native binary for `mdbook` and `shellcheck` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)
- Support installing native binary for `just` and `sccache` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)

View File

@@ -16,6 +16,10 @@
"aarch64_linux_musl": {
"url": "https://github.com/koalaman/shellcheck/releases/download/v${version}/shellcheck-v${version}.linux.aarch64.tar.xz",
"bin": "shellcheck-v${version}/shellcheck"
},
"aarch64_macos": {
"url": "https://github.com/koalaman/shellcheck/releases/download/v${version}/shellcheck-v${version}.darwin.aarch64.tar.xz",
"bin": "shellcheck-v${version}/shellcheck"
}
},
"license_markdown": "[GPL-3.0](https://github.com/koalaman/shellcheck/blob/master/LICENSE)",
@@ -41,6 +45,10 @@
"aarch64_linux_musl": {
"etag": "0x8DC3F18BC550818",
"checksum": "324a7e89de8fa2aed0d0c28f3dab59cf84c6d74264022c00c22af665ed1a09bb"
},
"aarch64_macos": {
"etag": "0x8DC3F18BC8509B7",
"checksum": "bbd2f14826328eee7679da7221f2bc3afb011f6a928b848c80c321f6046ddf81"
}
},
"0.9": {

View File

@@ -16,6 +16,9 @@
},
"aarch64_linux_musl": {
"asset_name": "${package}-v${version}.linux.aarch64.tar.xz"
},
"aarch64_macos": {
"asset_name": "${package}-v${version}.darwin.aarch64.tar.xz"
}
}
}