mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
staticcheck: Update to version 2023.1.2 (#4545)
* (chore): fix staticcheck checkver * staticcheck: Update to version 2023.1.2
This commit is contained in:
parent
da85422133
commit
5b4ef0e843
@ -1,31 +1,30 @@
|
|||||||
{
|
{
|
||||||
"version": "2022.1.3",
|
"version": "2023.1.2",
|
||||||
"description": "An advanced Go linter",
|
"description": "An advanced Go linter",
|
||||||
"homepage": "https://staticcheck.io",
|
"homepage": "https://staticcheck.io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/dominikh/go-tools/releases/download/v0.3.3/staticcheck_windows_amd64.tar.gz",
|
"url": "https://github.com/dominikh/go-tools/releases/download/2023.1.2/staticcheck_windows_amd64.tar.gz",
|
||||||
"hash": "73e808d2636d33279f922991b95edda739289135fa920a5c001686f5c20374d6"
|
"hash": "275d9587cf4c91b59dd235057ca6909b3ca996971bef642c9bf34808f8163ff2"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/dominikh/go-tools/releases/download/v0.3.3/staticcheck_windows_386.tar.gz",
|
"url": "https://github.com/dominikh/go-tools/releases/download/2023.1.2/staticcheck_windows_386.tar.gz",
|
||||||
"hash": "f8b24841ee616196f3c79e837673e4dd574d5f6e0d98eee6a1aa99d28a3849d7"
|
"hash": "3fc9dcfda1cc205900cbaaa701281f85f556223fee496bd208cb32e9a0736d2d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "staticcheck",
|
"extract_dir": "staticcheck",
|
||||||
"bin": "staticcheck.exe",
|
"bin": "staticcheck.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://api.github.com/repos/dominikh/go-tools/releases",
|
"github": "https://github.com/dominikh/go-tools"
|
||||||
"regex": "Staticcheck ([\\d.]+) \\(v([\\d.]+)\\)"
|
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/dominikh/go-tools/releases/download/v$match2/staticcheck_windows_amd64.tar.gz"
|
"url": "https://github.com/dominikh/go-tools/releases/download/$version/staticcheck_windows_amd64.tar.gz"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/dominikh/go-tools/releases/download/v$match2/staticcheck_windows_386.tar.gz"
|
"url": "https://github.com/dominikh/go-tools/releases/download/$version/staticcheck_windows_386.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user