ScoopInstaller_Main/bucket/protolint.json
2020-07-25 19:11:43 +02:00

35 lines
1.3 KiB
JSON

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