mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
28 lines
891 B
JSON
28 lines
891 B
JSON
{
|
|
"version": "0.42.2",
|
|
"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.42.2/protolint_0.42.2_Windows_x86_64.tar.gz",
|
|
"hash": "d61816e5f19ee9625caa14a4cbfa7c7bc9287cbe6b7f9a0f753b7944a989b791"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|