ScoopInstaller_Main/bucket/actionlint.json
2024-09-23 20:28:25 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.2",
"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.2/actionlint_1.7.2_windows_amd64.zip",
"hash": "13b8cef929609f75c0b1d0a5730cb38bbfc13be38e3a5080edfd41b9f034270e"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.2/actionlint_1.7.2_windows_386.zip",
"hash": "2bc3893f1c9b5ed9a3da7d6b38fe7993b5927276f37d11225594d97d614bfd49"
},
"arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.2/actionlint_1.7.2_windows_arm64.zip",
"hash": "ff6fbac6e85fa663a74800fd51217091dfec87aa8d35b80b2092d269519664d6"
}
},
"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"
}
}
}