ScoopInstaller_Main/bucket/protolint.json
2024-03-17 04:32:23 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.49.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.49.3/protolint_0.49.3_windows_amd64.tar.gz",
"hash": "cd8709fe7b7f6252d97bb0d493b9c1ed33727d41d73864b91a0668d12a1ac984"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.49.3/protolint_0.49.3_windows_arm64.tar.gz",
"hash": "5d934a2d591972f6dfa3a9878a4326bd55f79e470afcec156e94c7c4177eef4f"
}
},
"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"
}
}
}