ScoopInstaller_Main/bucket/staticcheck.json
2023-08-17 16:26:58 +00:00

35 lines
1.2 KiB
JSON

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