ScoopInstaller_Main/bucket/protolint.json
2023-12-19 04:26:20 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.47.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.47.1/protolint_0.47.1_windows_amd64.tar.gz",
"hash": "0ca2010630858f7c641da34b2d544556a21a3a9d57ad783fbbddef4f38baec47"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.47.1/protolint_0.47.1_windows_arm64.tar.gz",
"hash": "1343c1faa7c9f6e6413bf5d6cdbb28199ebe51a108b2887ebaac60fe88b592aa"
}
},
"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"
}
}
}