ScoopInstaller_Main/bucket/actionlint.json
2022-08-28 16:30:17 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.6.17",
"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.6.17/actionlint_1.6.17_windows_amd64.zip",
"hash": "870fc233015ceeeef03270b53a3a9ac2c599f245f3320e0da0b97e197e6c4d6d"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.17/actionlint_1.6.17_windows_386.zip",
"hash": "1e9a980516006ebde2dd749fc4c39e7c09cd823d3bdd842af8591417984acab9"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/actionlint_$version_checksums.txt"
}
}
}