ScoopInstaller_Main/bucket/protolint.json
2025-08-21 04:29:22 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.56.1",
"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.56.1/protolint_0.56.1_windows_amd64.tar.gz",
"hash": "a80781019c6e353b70299a09ac87a89300ee19851a97c527cea976aa8a6c2037"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.56.1/protolint_0.56.1_windows_arm64.tar.gz",
"hash": "dc148d59ae530816eb9ce03d2edd98286f066aaa6eba70ae2523164c9e675f8e"
}
},
"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"
}
}
}