mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
21 lines
583 B
JSON
21 lines
583 B
JSON
{
|
|
"version": "1.2.2",
|
|
"homepage": "http://golang.org",
|
|
"license": "http://golang.org/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.2.2.windows-amd64.zip",
|
|
"hash": "sha1:9ee22fe6c4d98124d582046aab465ab69eaab048"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.2.2.windows-386.zip",
|
|
"hash": "sha1:560bb33ec70ab733f31ff15f1a48fe35963983b9"
|
|
}
|
|
},
|
|
"extract_dir": "go",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"GOROOT": "$dir"
|
|
},
|
|
"checkver": "<div id=\"footer\">\\s*Build version go([0-9\\.]+)\\.<br>"
|
|
} |