ScoopInstaller_Main/bucket/protolint.json
2025-05-17 12:31:10 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.55.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.55.3/protolint_0.55.3_windows_amd64.tar.gz",
"hash": "b931c1bc61d58f3c1139bd936d64a0be4772e7df023c94c87a457e82104ed42c"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.3/protolint_0.55.3_windows_arm64.tar.gz",
"hash": "86b74bd7621ff2e10b1a1d633c0edaa03a711952e12aac4407f472f18167e572"
}
},
"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"
}
}
}