ScoopInstaller_Main/bucket/staticcheck.json
2024-02-22 16:27:48 +00:00

35 lines
1.2 KiB
JSON

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