ScoopInstaller_Main/bucket/protolint.json
2023-12-18 04:26:23 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.47.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.47.0/protolint_0.47.0_windows_amd64.tar.gz",
"hash": "707bb87f803dc1adea78e87ca9375a3ffacf194ac3cd60aface88b3e00892d89"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.47.0/protolint_0.47.0_windows_arm64.tar.gz",
"hash": "3543cf205ac96b922b947e17cb7aa38d7f49815d518b3db72012578712e2487f"
}
},
"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"
}
}
}