ScoopInstaller_Main/bucket/protolint.json
2024-03-14 12:30:34 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.49.1",
"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.1/protolint_0.49.1_windows_amd64.tar.gz",
"hash": "53b81466bee0f6fe254b36f0fc464b5be098d358e74df12b7b2b8faa9b1158bd"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.49.1/protolint_0.49.1_windows_arm64.tar.gz",
"hash": "4096d15ecdf75099d59586f4f79e028800801be6b52bf0fa5119e09c9843ab10"
}
},
"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"
}
}
}