mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.6.21",
|
|
"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.21/actionlint_1.6.21_windows_amd64.zip",
|
|
"hash": "2265f57f96d34b06f080357a78cfe4bc9a327f92809e78dabed4d46a6d66bf3c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_386.zip",
|
|
"hash": "97eb2cc211a8c67adae2a453cb51a3400a9916cbbef5d5dda61fb634f5d61b13"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_arm64.zip",
|
|
"hash": "75084ba90367af2c364f59709a3b937644d81245dbb493c943ea936c6e133632"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|