ScoopInstaller_Main/bucket/protolint.json
2024-07-07 04:27:11 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.50.3",
"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.3/protolint_0.50.3_windows_amd64.tar.gz",
"hash": "06f4a0ea3459dc02cf515af1b62548ea82c5e44a8bb424fdfee8c4b8c0bbd3f6"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.50.3/protolint_0.50.3_windows_arm64.tar.gz",
"hash": "aac95cd5a386fd1c21eef2ca6da62e5ab4eb39b8db527c28093c3affe75e96db"
}
},
"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"
}
}
}