mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 23:25:15 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.35.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.35.0/protolint_0.35.0_Windows_x86_64.tar.gz",
|
|
"hash": "281c0289d8daeed5ddd5e25d154e241f4d9ba30f6e53a18bbd083d45dbad9c85"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.35.0/protolint_0.35.0_Windows_i386.tar.gz",
|
|
"hash": "f0edb03264bbbbe4ac206822ed1e8684823ffce8663001ccca86835e17926f54"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|