ScoopInstaller_Main/bucket/protolint.json
2024-05-03 04:27:45 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.49.7",
"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.7/protolint_0.49.7_windows_amd64.tar.gz",
"hash": "31269b6dc0187a8b3580ba3b94885415f3aa9ba20422541c1b49d6b9bdab9707"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.49.7/protolint_0.49.7_windows_arm64.tar.gz",
"hash": "31de40920ac3f67a56435947dd0b7311b125dd31bbb2d80ecc545f6346f91556"
}
},
"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"
}
}
}