Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

50 lines
1.5 KiB
JSON

{
"version": "1.10.1",
"homepage": "https://golang.org",
"license": "BSD-3-Clause",
"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.10.1.windows-amd64.zip",
"hash": "17f7664131202b469f4264161ff3cd0796e8398249d2b646bbe4990301afc678"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go1.10.1.windows-386.zip",
"hash": "2f09edd066cc929bb362262afab27609e8d4b96f7dfd3f3844238e3214db9b8a"
}
},
"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.
"
}