ScoopInstaller_Main/bucket/protolint.json
2021-12-03 18:02:01 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.35.2",
"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.35.2/protolint_0.35.2_Windows_x86_64.tar.gz",
"hash": "1f1f27708c53133b8392a737f10597b303d4389ee8dbd7e0f797470144bccdad"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.35.2/protolint_0.35.2_Windows_i386.tar.gz",
"hash": "43d20dca8a4294cdf011e55a8310af3a40ad2be97ba6a1ac067daa320ca7ae1a"
}
},
"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"
}
}
}