2022-12-06 20:29:34 +00:00

60 lines
1.9 KiB
JSON

{
"version": "1.19.4",
"description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.",
"homepage": "https://golang.org",
"license": "BSD-3-Clause",
"notes": [
"Your GOROOT has been set to: $dir",
"You can run 'go env GOROOT' to view this at any time.",
"\"$env:USERPROFILE\\go\\bin\" has been added to your PATH."
],
"architecture": {
"64bit": {
"url": "https://dl.google.com/go/go1.19.4.windows-amd64.zip",
"hash": "ada490e188bfb57c7388da7c5eba7565390992b6496204d30e710d37755956b0"
},
"32bit": {
"url": "https://dl.google.com/go/go1.19.4.windows-386.zip",
"hash": "51d8d895deb9883aa2daa291572f483fead69f577bf4e7cf8381c8001e37778e"
},
"arm64": {
"url": "https://dl.google.com/go/go1.19.4.windows-arm64.zip",
"hash": "66cfa12f408806c0fabfc10726a57b090c0c3ef3efddd944400af678ff10b851"
}
},
"extract_dir": "go",
"installer": {
"script": "add_first_in_path \"$env:USERPROFILE\\go\\bin\" $global"
},
"uninstaller": {
"script": "remove_from_path \"$env:USERPROFILE\\go\\bin\" $global"
},
"bin": [
"bin\\go.exe",
"bin\\gofmt.exe"
],
"env_set": {
"GOROOT": "$dir"
},
"checkver": {
"url": "https://golang.org/dl/",
"regex": "go([\\d.]+)\\.windows-"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.google.com/go/go$version.windows-amd64.zip"
},
"32bit": {
"url": "https://dl.google.com/go/go$version.windows-386.zip"
},
"arm64": {
"url": "https://dl.google.com/go/go$version.windows-arm64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}