ScoopInstaller_Main/bucket/protolint.json
2021-09-17 23:53:31 -07:00

35 lines
1.3 KiB
JSON

{
"version": "0.34.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.34.1/protolint_0.34.1_Windows_x86_64.tar.gz",
"hash": "92be6ff8a4f9136ef801c644b08186514bcd00743f07975938764baa77e3e7a8"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.34.1/protolint_0.34.1_Windows_i386.tar.gz",
"hash": "affd9a1fc294ca0fdec9f77363062b14f7df73a185fc298d3dae432297431235"
}
},
"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"
}
}
}