mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"version": "1.9.1",
|
|
"homepage": "https://golang.org",
|
|
"license": "https://golang.org/LICENSE",
|
|
"persist": "go",
|
|
"extract_dir": "go",
|
|
"env_set": {
|
|
"GOROOT": "$dir",
|
|
"GOPATH": "$persist_dir\\go"
|
|
},
|
|
"env_add_path": [
|
|
"bin",
|
|
"go\\bin"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.9.1.windows-amd64.zip",
|
|
"hash": "8dc72a3881388e4e560c2e45f6be59860b623ad418e7da94e80fee012221cc81"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.9.1.windows-386.zip",
|
|
"hash": "ea9c79c9e6214c9a78a107ef5a7bff775a281bffe8c2d50afa66d2d33998078a"
|
|
}
|
|
},
|
|
"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
|
|
Your GOPATH has been set to: $persist_dir\\go
|
|
You can run 'go env GOPATH' or 'go env GOROOT' to view these at any time.
|
|
"
|
|
}
|