mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "2024.1.1",
|
|
"description": "An advanced Go linter",
|
|
"homepage": "https://staticcheck.io",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/2024.1.1/staticcheck_windows_amd64.tar.gz",
|
|
"hash": "7f1b82f05d2ee261fd0074d974f3913a4cfe7636528c1118b3eb155ea81971e6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/2024.1.1/staticcheck_windows_386.tar.gz",
|
|
"hash": "fdede53453ca687c62cad4baf7b01e4ecfb84756ce988c484a3676525dcce658"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|