ScoopInstaller_Main/bucket/protolint.json
Aliaksandr Belik ae399637a9
protolint: Update to version 0.46.3 (#5341)
* protolint: Update to version 0.46.3, fix autoupdate

* protolint@0.46.3: Add arm64 version
2023-12-14 03:12:52 +08:00

35 lines
1.3 KiB
JSON

{
"version": "0.46.3",
"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.46.3/protolint_0.46.3_windows_amd64.tar.gz",
"hash": "9bd65feb4237eff8d4498bd0e29bfc45205dcf63664e60b06172df82e83b790f"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.46.3/protolint_0.46.3_windows_arm64.tar.gz",
"hash": "858bdcbe7aa108fa8138845d76bc251c0ef1c7f5121bd9636b7c0ec1ad86d7c7"
}
},
"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_amd64.tar.gz"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}