ScoopInstaller_Main/bucket/protolint.json
2021-02-25 09:31:55 +01:00

35 lines
1.3 KiB
JSON

{
"version": "0.29.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.29.0/protolint_0.29.0_Windows_x86_64.tar.gz",
"hash": "d34732486c86d71210b97dc93b7c6388bb0bcf8f85671beeae64224024621480"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.29.0/protolint_0.29.0_Windows_i386.tar.gz",
"hash": "f4b8843f9cccde1e0853b1b61f8e72e69ad2ad49625d912665ccedea8b45caf2"
}
},
"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"
}
}
}