mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"version": "1.1.1",
|
|
"homepage": "http://golang.org",
|
|
"license": "http://golang.org/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://go.googlecode.com/files/go1.1.1.windows-amd64.zip",
|
|
"hash": "sha1:4f9dbc941af05dae5b9a01483644907ec2c4f875"
|
|
},
|
|
"32bit": {
|
|
"url": "https://go.googlecode.com/files/go1.1.1.windows-386.zip",
|
|
"hash": "sha1:dee46d45e27193c14e07e695aa4c13d7fdc9de9b"
|
|
}
|
|
},
|
|
"unzip_folder": "go",
|
|
"add_env_path": "bin",
|
|
"set_env": {
|
|
"GOPATH": "$dir"
|
|
}
|
|
} |