ScoopInstaller_Main/bucket/protolint.json
2025-08-21 12:32:16 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.56.3",
"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.3/protolint_0.56.3_windows_amd64.tar.gz",
"hash": "87934864118b501df7f7f1eca2b7dc2e68ed314ac3cb162e5123554eb3537cc6"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.56.3/protolint_0.56.3_windows_arm64.tar.gz",
"hash": "8a47735560b458ff48604419b4bd81c6ffb6b21bc9171740d502d09877dea697"
}
},
"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"
}
}
}