ScoopInstaller_Main/bucket/protolint.json
2021-06-07 01:32:09 -07:00

35 lines
1.3 KiB
JSON

{
"version": "0.32.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.32.0/protolint_0.32.0_Windows_x86_64.tar.gz",
"hash": "c918b0bf5c66edac6cef998aedf8ca3da9eca7e36aabc4bc699b820c66d6a8b6"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.32.0/protolint_0.32.0_Windows_i386.tar.gz",
"hash": "674826ae74346be36bd1f14111eb16c16751c88a3dc5c9acae7208252adad8c8"
}
},
"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"
}
}
}