ScoopInstaller_Main/bucket/protolint.json
2024-01-09 04:26:12 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.47.5",
"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.5/protolint_0.47.5_windows_amd64.tar.gz",
"hash": "008c39ebeb98c628c4596f02d4222cba0ec807fbb8ac29b216f7c0afd1f2e5a5"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.47.5/protolint_0.47.5_windows_arm64.tar.gz",
"hash": "07f93289518c799043937d8b13bf6f42f505d8a012ec1fe9e8bdd05c07a1622f"
}
},
"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"
}
}
}