ScoopInstaller_Main/bucket/protolint.json
2025-04-29 12:32:40 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.54.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.54.1/protolint_0.54.1_windows_amd64.tar.gz",
"hash": "35b95b39e181ab64f96f122c6fcb48bc668457c0962afbe5bbbd29bf21dfa49c"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.54.1/protolint_0.54.1_windows_arm64.tar.gz",
"hash": "8b25092b9f775971a647ade76cd94ae332872e1f51152fa0746729b33016366a"
}
},
"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"
}
}
}