mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 03:51:20 +00:00
32bit removed - last version supporting 32bit architecture was 0.38.1 Relates to Excavator unable to update: https://github.com/ScoopInstaller/Main/runs/7405320764?check_suite_focus=true#step:3:377
28 lines
891 B
JSON
28 lines
891 B
JSON
{
|
|
"version": "0.38.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.38.3/protolint_0.38.3_Windows_x86_64.tar.gz",
|
|
"hash": "5905023efdc580b6cf206d7af03a2b27b6276899d18ad08f7bc340301bfdd1ec"
|
|
}
|
|
},
|
|
"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_x86_64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|