ScoopInstaller_Main/bucket/staticcheck.json
2022-04-24 04:29:30 +00:00

35 lines
1.2 KiB
JSON

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