ScoopInstaller_Main/bucket/protolint.json
2023-05-06 04:27:27 +00:00

28 lines
891 B
JSON

{
"version": "0.44.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.44.0/protolint_0.44.0_Windows_x86_64.tar.gz",
"hash": "8352a1cae8cacbf8d058501ea3a749e3a68831aee8b06d6ce74f26dcb0ad3523"
}
},
"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_x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}