2020-01-09 21:00:25 +00:00

53 lines
1.6 KiB
JSON

{
"version": "1.13.6",
"homepage": "https://golang.org",
"description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.",
"license": "BSD-3-Clause",
"extract_dir": "go",
"env_set": {
"GOROOT": "$dir"
},
"bin": [
"bin/go.exe",
"bin/gofmt.exe"
],
"installer": {
"script": "add_first_in_path \"$env:USERPROFILE\\go\\bin\" $global"
},
"uninstaller": {
"script": "remove_from_path \"$env:USERPROFILE\\go\\bin\" $global"
},
"architecture": {
"64bit": {
"url": "https://dl.google.com/go/go1.13.6.windows-amd64.zip",
"hash": "66eae07e03310b67d279701028ba8dc6948cd0acdc6fbe21c22bfa9a2bc48884"
},
"32bit": {
"url": "https://dl.google.com/go/go1.13.6.windows-386.zip",
"hash": "6b1595d3b5b5fbdbaf6031502d90a694d1e7ae297433fc01c6c48fe8bc987495"
}
},
"checkver": {
"url": "https://golang.org/dl/",
"regex": "go([\\d.]+)\\."
},
"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"
}
},
"hash": {
"url": "$url.sha256"
}
},
"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."
]
}