mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
20 lines
491 B
JSON
20 lines
491 B
JSON
{
|
|
"version": "1.2",
|
|
"homepage": "http://golang.org",
|
|
"license": "http://golang.org/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://go.googlecode.com/files/go1.2.windows-amd64.zip",
|
|
"hash": "sha1:3d48ddf918583c4ef0b2b817191b606959489a5b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://go.googlecode.com/files/go1.2.windows-386.zip",
|
|
"hash": "sha1:23543124a1db2409bc12018c376f6e0eb8681f5f"
|
|
}
|
|
},
|
|
"extract_dir": "go",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"GOROOT": "$dir"
|
|
}
|
|
} |