ScoopInstaller_Main/bucket/protolint.json
2024-04-14 14:51:56 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.49.6",
"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.6/protolint_0.49.6_windows_amd64.tar.gz",
"hash": "3a111d5d210565e64e1bfd6761a23fae72cd3197c009a5d705dec86d35643935"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.49.6/protolint_0.49.6_windows_arm64.tar.gz",
"hash": "3d055159705aaa28b887c59e7022b77beade243b491bef837e23aaa451482caa"
}
},
"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"
}
}
}