ScoopInstaller_Main/bucket/protolint.json
2021-09-11 06:50:00 -07:00

35 lines
1.3 KiB
JSON

{
"version": "0.34.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.34.0/protolint_0.34.0_Windows_x86_64.tar.gz",
"hash": "3e961016f3769e9fe0cfac5887136810240abb0daf07fcd171a438f24aaa24fe"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.34.0/protolint_0.34.0_Windows_i386.tar.gz",
"hash": "70bdbb8000a1287f4ebff79e3f8f45daa17f77ea295739f47e00935a34e00748"
}
},
"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"
}
}
}