ScoopInstaller_Main/bucket/staticcheck.json
2022-03-30 02:06:17 +00:00

35 lines
1.2 KiB
JSON

{
"version": "2022.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/staticcheck_windows_amd64.tar.gz",
"hash": "f7ae8359cf7b1e3e72ed76a6551dd430d391fcce3c1fd78efafc29a012c5ae21"
},
"32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_windows_386.tar.gz",
"hash": "90ada8e50740b1ca10e17021beee7c31507935ca830586886f4f0678f24a7ca4"
}
},
"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"
}
}
}