ScoopInstaller_Main/bucket/staticcheck.json
Zarin 5b4ef0e843
staticcheck: Update to version 2023.1.2 (#4545)
* (chore): fix staticcheck checkver

* staticcheck: Update to version 2023.1.2
2023-03-11 14:08:32 +05:30

35 lines
1.2 KiB
JSON

{
"version": "2023.1.2",
"description": "An advanced Go linter",
"homepage": "https://staticcheck.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2023.1.2/staticcheck_windows_amd64.tar.gz",
"hash": "275d9587cf4c91b59dd235057ca6909b3ca996971bef642c9bf34808f8163ff2"
},
"32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2023.1.2/staticcheck_windows_386.tar.gz",
"hash": "3fc9dcfda1cc205900cbaaa701281f85f556223fee496bd208cb32e9a0736d2d"
}
},
"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"
}
}
}