mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "2025.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/staticcheck_windows_amd64.tar.gz",
|
|
"hash": "8df76e52ca5d46ebe4f1f6051c87abdefacbed8e4412478227b43d42e5bc8138"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/2025.1/staticcheck_windows_386.tar.gz",
|
|
"hash": "f3f76fc2584123fb3ca620112f97310b1fdcf8c7d4c259dada28a370edb23295"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|