mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.31.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.31.0/protolint_0.31.0_Windows_x86_64.tar.gz",
|
|
"hash": "3f5288cced38ad9d967f0b0b1764ffa527c2b5a1fada68b6943b1c59a4117745"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.31.0/protolint_0.31.0_Windows_i386.tar.gz",
|
|
"hash": "2cd782c99d9c7dc789802a7e804a9168878f49736572251f51e1e4d8a78ae3be"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|