ScoopInstaller_Main/bucket/protolint.json
2021-03-01 11:45:11 +01:00

35 lines
1.3 KiB
JSON

{
"version": "0.30.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.30.0/protolint_0.30.0_Windows_x86_64.tar.gz",
"hash": "6ee624e63171b609832efb483775df6f55d6cda1238a2d594084527b91c07c28"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.30.0/protolint_0.30.0_Windows_i386.tar.gz",
"hash": "3a2559c9c12b46aad2e67c7f831a7becdfbd0c32f0c06bade04fe4be7f5e3745"
}
},
"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"
}
}
}