ScoopInstaller_Main/bucket/protolint.json
2021-09-07 09:33:54 -07:00

35 lines
1.3 KiB
JSON

{
"version": "0.33.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.33.0/protolint_0.33.0_Windows_x86_64.tar.gz",
"hash": "1c3df047a913019ef90e4cd73c246aad477d4a21e5f78c8aae2828b20051f7e9"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.33.0/protolint_0.33.0_Windows_i386.tar.gz",
"hash": "4300b66e17d2bfe30143b3a05ae02a7efdac9bf6c187aeb87505f6ea6fdce013"
}
},
"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"
}
}
}