2018-02-07 21:01:12 +00:00

50 lines
1.5 KiB
JSON

{
"version": "1.9.4",
"homepage": "https://golang.org",
"license": "https://golang.org/LICENSE",
"extract_dir": "go",
"env_set": {
"GOROOT": "$dir"
},
"bin": [
"bin/go.exe",
"bin/gofmt.exe",
"bin/godoc.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://storage.googleapis.com/golang/go1.9.4.windows-amd64.zip",
"hash": "880e011ac6f4a509308a62ec6d963dd9d561d0cdc705e93d81c750d7f1c696f4"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go1.9.4.windows-386.zip",
"hash": "ad5905b211e543a1e59758acd4c6f30d446e5af8c4ea997961caf1ef02cdd56d"
}
},
"checkver": "Build version go([\\d\\.]+)\\.",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/golang/go$version.windows-amd64.zip"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/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.
"
}