ScoopInstaller_Main/bucket/staticcheck.json
2024-08-13 20:26:43 +00:00

35 lines
1.2 KiB
JSON

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