ScoopInstaller_Main/bucket/protolint.json
2025-05-18 04:30:16 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.55.5",
"description": "A pluggable linter and fixer to enforce Protocol Buffer style and conventions",
"homepage": "https://github.com/yoheimuta/protolint",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.5/protolint_0.55.5_windows_amd64.tar.gz",
"hash": "29fb865dc0361b9e5ef2e8bb96638cb9d304a8d1483b6c52c078c59fe5e70cd2"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.5/protolint_0.55.5_windows_arm64.tar.gz",
"hash": "e0095ca758df84330abcc10fc544e0baabf2bfb56d5c3f8027cff1d0e6686d1f"
}
},
"bin": [
"protolint.exe",
"protoc-gen-protolint.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_amd64.tar.gz"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}