ScoopInstaller_Main/bucket/protolint.json
2022-05-03 08:36:01 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.38.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.38.0/protolint_0.38.0_Windows_x86_64.tar.gz",
"hash": "479e40384b0e1ffab729aa50b4cc7de500ed2fb474114b2e1f2eb43d10e85b90"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.38.0/protolint_0.38.0_Windows_i386.tar.gz",
"hash": "cbb633a489539e7ed6b879488dd5791110a0f2cadceb3f8cc68443e1974f341e"
}
},
"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"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_Windows_i386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}