ScoopInstaller_Main/bucket/actionlint.json
2024-11-04 12:31:50 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.4",
"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.4/actionlint_1.7.4_windows_amd64.zip",
"hash": "cef5ea561b9be20cff390301c4062c1d7b260af2f9963c26b406e57aaf30e4d8"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_windows_386.zip",
"hash": "29ffdf73c1a5e878578fdc204420eecdf5862896661913686d9a9da8a67d4d97"
},
"arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_windows_arm64.zip",
"hash": "205a2f99be1caa70cf0558561fae47f099b5ef85ca57b00abce18c840452eaf3"
}
},
"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"
}
}
}