ScoopInstaller_Main/bucket/protolint.json
2024-06-26 08:28:40 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.50.1",
"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.1/protolint_0.50.1_windows_amd64.tar.gz",
"hash": "3f92afc17a8aea154f6daffdc15f9c08a48b13b85cc2ba8ee5b5be5da011a009"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.50.1/protolint_0.50.1_windows_arm64.tar.gz",
"hash": "89b016d5fc48436b2c7c82bc3d87417bb74ce67f0c99a79301e196c07a11000d"
}
},
"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"
}
}
}