ScoopInstaller_Main/bucket/protolint.json
2025-01-08 04:29:29 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.52.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.52.0/protolint_0.52.0_windows_amd64.tar.gz",
"hash": "c698733ab195c1270eb220ca980afb8fad9a60f51ad48ed766ac0648925397dd"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.52.0/protolint_0.52.0_windows_arm64.tar.gz",
"hash": "c06296eb467198c07c117e9248e3f726eae40f755ab2dfb52aaa096aec7626ba"
}
},
"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"
}
}
}