ScoopInstaller_Main/bucket/actionlint.json
2023-09-18 16:28:17 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.6.26",
"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.26/actionlint_1.6.26_windows_amd64.zip",
"hash": "8e31f6d623cdc3c12d2236e1e444faa191126434a2007f4d2becc0d0d416469b"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.26/actionlint_1.6.26_windows_386.zip",
"hash": "91f746705f815a11ba6b28f2bafd39d6e720b7aabb1322af86affd96b044e11b"
},
"arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.26/actionlint_1.6.26_windows_arm64.zip",
"hash": "2545eea6e1f02a24619514f50dcce7543b8c0028b50e3efbcec3dc79e16ae5ea"
}
},
"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"
}
}
}