mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Go 1.1.1
This commit is contained in:
parent
6237e80b53
commit
58717c0202
20
go.json
Normal file
20
go.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user