mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 20:01:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "2022.1.2",
|
|
"description": "An advanced Go linter",
|
|
"homepage": "https://staticcheck.io",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/2022.1.2/staticcheck_windows_amd64.tar.gz",
|
|
"hash": "49cf38cb52abc47e36a573d2926ab5dfd15fa5ea3b4331b39d675c1b5a2f964f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dominikh/go-tools/releases/download/2022.1.2/staticcheck_windows_386.tar.gz",
|
|
"hash": "86361cd558b2b3838c65fe6f99d7bb7351bffca6e97a58fef8241acd8d7d0287"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|