ScoopInstaller_Main/bucket/actionlint.json
2025-11-21 08:30:21 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.9",
"description": "Static checker for GitHub Actions workflow files",
"homepage": "https://github.com/rhysd/actionlint",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_windows_amd64.zip",
"hash": "7c8b10a93723838bc3533f6e1886d868fdbb109b81606ebe6d1a533d11d8e978"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_windows_386.zip",
"hash": "ce24091626ce8f931d7dab6970a9d33dfbcb76d969e3666b2be6d65cbfcd2d60"
},
"arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_windows_arm64.zip",
"hash": "7aca9bf09eedf0a743e08c7cb9f1712467a7324a9342a029ae4536fb4be95c25"
}
},
"bin": "actionlint.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/actionlint_$version_checksums.txt"
}
}
}