mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +00:00
22 lines
712 B
JSON
22 lines
712 B
JSON
{
|
|
"version": "1.7",
|
|
"homepage": "http://golang.org",
|
|
"license": "http://golang.org/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.7.windows-amd64.zip",
|
|
"hash": "f51aad06644cc8bd119d2f6933334fa8da24d26e6676fde022cecf5978f1a0c7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.7.windows-386.zip",
|
|
"hash": "9a4323fde431f1638ac40a504c1a96f584b6a7a53931599f95df4c8dd530b627"
|
|
}
|
|
},
|
|
"extract_dir": "go",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"GOROOT": "$dir"
|
|
},
|
|
"checkver": "<div id=\"footer\">\\s*Build version go([0-9\\.]+)\\.<br>"
|
|
}
|