ScoopInstaller_Main/bucket/protolint.json
2024-12-02 00:40:16 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.51.0",
"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.51.0/protolint_0.51.0_windows_amd64.tar.gz",
"hash": "1010ef555580646c6b41058b5244f50db835c4be98161983b356fbd51a130ce7"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.51.0/protolint_0.51.0_windows_arm64.tar.gz",
"hash": "3ff1e6d6567567b792bde4d307e2ae4a8352c273527a426e9a7fc238d5644153"
}
},
"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"
}
}
}