ScoopInstaller_Main/bucket/protolint.json
2024-03-13 04:25:40 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.49.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.49.0/protolint_0.49.0_windows_amd64.tar.gz",
"hash": "953775ae770210219996fe4373e9bc132d0a57c2ab724ad2ed5317d41189c692"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.49.0/protolint_0.49.0_windows_arm64.tar.gz",
"hash": "73f9fe4b5bc56d5086fbe09ed22ba4c0d8962cfc763588e828388284ac1e7f39"
}
},
"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"
}
}
}