mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 13:54:40 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.7.11",
|
|
"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.11/actionlint_1.7.11_windows_amd64.zip",
|
|
"hash": "5414b7124a91f4b5abee62e5c9d84802237734f8d15b9b7032732a32c3ebffa3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_windows_386.zip",
|
|
"hash": "a0ee4afc6534d8d03dce3af3af5cdb5c0b640d3fc40d9da275add47d4d560465"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_windows_arm64.zip",
|
|
"hash": "4900eb60e084604850935705306305f0bb0ca532e07c2b4ae642917142aba75d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|