ScoopInstaller_Main/bucket/protolint.json
2022-01-18 08:30:40 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.36.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.36.0/protolint_0.36.0_Windows_x86_64.tar.gz",
"hash": "15198668b970bfe0928b6195c4ebfb65c0ec88574d1517637b600f40f93f079d"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.36.0/protolint_0.36.0_Windows_i386.tar.gz",
"hash": "2390808426192a4f052fc8b62562845f9f9c05d846070a29f4630454115252e7"
}
},
"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"
}
}
}