ScoopInstaller_Main/bucket/protolint.json
2024-08-08 04:29:09 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.50.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.50.5/protolint_0.50.5_windows_amd64.tar.gz",
"hash": "51ff1ce1d3c0477299f8796880f466d04892834be5aa1db541d4412751beadb1"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.50.5/protolint_0.50.5_windows_arm64.tar.gz",
"hash": "e07b9398896ba380c48858475127744fc2ddd75de5dc44e81a142f13c2708bcd"
}
},
"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"
}
}
}