ScoopInstaller_Main/bucket/protolint.json
2020-11-21 14:59:35 +01:00

35 lines
1.3 KiB
JSON

{
"version": "0.26.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.26.1/protolint_0.26.1_Windows_x86_64.tar.gz",
"hash": "3daa2d40d9d3f950151e64abfc8de74c4046d28936a33e485aca0dd9c542b250"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.26.1/protolint_0.26.1_Windows_i386.tar.gz",
"hash": "e024741ab1335354bc97dea11ca79bd6db0ff8b8c996676a41dee628bd4ac12d"
}
},
"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"
}
}
}