mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "2025.1.1",
|
|
"description": "An advanced Go linter",
|
|
"homepage": "https://staticcheck.io",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/2025.1.1/staticcheck_windows_amd64.tar.gz",
|
|
"hash": "434d2fc10049a39fe069c6370cd45c1330871b01a4500fac970fcd6bfb1d1fe9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/2025.1.1/staticcheck_windows_386.tar.gz",
|
|
"hash": "619afd8189153bd3085a795786dde30230110ae57968ced7b5a27025488e3e00"
|
|
}
|
|
},
|
|
"extract_dir": "staticcheck",
|
|
"bin": "staticcheck.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/dominikh/go-tools"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/$version/staticcheck_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/$version/staticcheck_windows_386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|