mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.49.8",
|
|
"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.49.8/protolint_0.49.8_windows_amd64.tar.gz",
|
|
"hash": "e3e1fbe83c157f4245da1e79ab01e4b532a2e89d451bd96f1d1063081485d2e9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.49.8/protolint_0.49.8_windows_arm64.tar.gz",
|
|
"hash": "6d632e1b62051bdc6f659ea98d2316a5a497d44cb771d06e8418d1ada67ed7cc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|