mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
22 lines
584 B
JSON
22 lines
584 B
JSON
{
|
|
"version": "1.4.1",
|
|
"homepage": "http://golang.org",
|
|
"license": "http://golang.org/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.4.1.windows-amd64.zip",
|
|
"hash": "sha1:a2cb84516e08c6a26323764af443786733e3132c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.4.1.windows-386.zip",
|
|
"hash": "sha1:5f1b6b8b29fddf5265217e0423b896551bbb85ab"
|
|
}
|
|
},
|
|
"extract_dir": "go",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"GOROOT": "$dir"
|
|
},
|
|
"checkver": "<div id=\"footer\">\\s*Build version go([0-9\\.]+)\\.<br>"
|
|
}
|