ScoopInstaller_Main/bucket/protolint.json
2020-12-19 07:55:13 +01:00

35 lines
1.3 KiB
JSON

{
"version": "0.27.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.27.0/protolint_0.27.0_Windows_x86_64.tar.gz",
"hash": "c23873097a459bc1f7e88a6a1d869589042e9811a54164a32af35b53d4c757fb"
},
"32bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.27.0/protolint_0.27.0_Windows_i386.tar.gz",
"hash": "25d8792fe35f3979ebbd9bf08496d171fc265b45669ccfa3cf9cdb77d213cb33"
}
},
"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"
}
}
}