ScoopInstaller_Main/bucket/protolint.json
2024-04-06 13:11:25 +00:00

35 lines
1.3 KiB
JSON

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