ScoopInstaller_Main/bucket/actionlint.json
2024-09-29 12:31:22 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.3",
"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.3/actionlint_1.7.3_windows_amd64.zip",
"hash": "e364347719accd53a7bb2e5b370e42e7262d6cee7c496738a08e319befda38e6"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.3/actionlint_1.7.3_windows_386.zip",
"hash": "58fafb51ac1a27822cf1d97e3a473b83f7f31da0b64555a3ee5022dc40f25946"
},
"arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.3/actionlint_1.7.3_windows_arm64.zip",
"hash": "71b50372a72e1f07cec38c82783873cebddf3ec194bb80119b652a80f9f5447f"
}
},
"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"
}
}
}