ScoopInstaller_Main/bucket/protolint.json
2024-03-09 08:26:09 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.48.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.48.0/protolint_0.48.0_windows_amd64.tar.gz",
"hash": "787360fde67b2b56a4c2ea592afddff8bd2cc6e04044179620316a0d02be0c49"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.48.0/protolint_0.48.0_windows_arm64.tar.gz",
"hash": "c8b839094e21b7738633f3be74991956c1149323e50c4c8768f174e596fa7955"
}
},
"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"
}
}
}