mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.25.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.25.1/protolint_0.25.1_Windows_x86_64.tar.gz",
|
|
"hash": "6fe71e4b0b47d4b1efa405c44db3647a3b36ac0a904248728dc64cf97c8516c4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.25.1/protolint_0.25.1_Windows_i386.tar.gz",
|
|
"hash": "936228cc57a93d1a5bde8e4a99b2f30df8371e70967d012a5e2141f1d8c630ca"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|