ScoopInstaller_Main/bucket/staticcheck.json
tech189 8732f32564 staticcheck: Update to version 2022.1.3, fix checkver
Release tags are now the second version number (0.3.3) rather than the date version number (2022.1.3)
2022-08-27 14:51:59 +01:00

36 lines
1.3 KiB
JSON

{
"version": "2022.1.3",
"description": "An advanced Go linter",
"homepage": "https://staticcheck.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/v0.3.3/staticcheck_windows_amd64.tar.gz",
"hash": "73e808d2636d33279f922991b95edda739289135fa920a5c001686f5c20374d6"
},
"32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/v0.3.3/staticcheck_windows_386.tar.gz",
"hash": "f8b24841ee616196f3c79e837673e4dd574d5f6e0d98eee6a1aa99d28a3849d7"
}
},
"extract_dir": "staticcheck",
"bin": "staticcheck.exe",
"checkver": {
"url": "https://api.github.com/repos/dominikh/go-tools/releases",
"regex": "Staticcheck ([\\d.]+) \\(v([\\d.]+)\\)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/v$match2/staticcheck_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/v$match2/staticcheck_windows_386.tar.gz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}