ScoopInstaller_Main/bucket/staticcheck.json
2025-03-06 00:37:03 +00:00

35 lines
1.2 KiB
JSON

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