ScoopInstaller_Main/bucket/protolint.json
2021-01-29 17:26:37 +01:00

35 lines
1.3 KiB
JSON

{
"version": "0.28.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.28.1/protolint_0.28.1_Windows_x86_64.tar.gz",
"hash": "6737177a1ccd6fc2686cf46143a57e5e5d57022e756dd5807c9be423425ad9dd"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.28.1/protolint_0.28.1_Windows_i386.tar.gz",
"hash": "8dd07f1db37bfb764722aad86ce7ecdb9059d59fb38ae7655d124c5a699a1297"
}
},
"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"
}
}
}