mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
21 lines
543 B
JSON
21 lines
543 B
JSON
{
|
|
"version": "1.3",
|
|
"homepage": "http://golang.org",
|
|
"license": "http://golang.org/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://golang.org/dl/go1.3.windows-amd64.zip",
|
|
"hash": "sha1:1e4888e1494aed7f6934acb5c4a1ffb0e9a022b1"
|
|
},
|
|
"32bit": {
|
|
"url": "http://golang.org/dl/go1.3.windows-386.zip",
|
|
"hash": "sha1:e4e5279ce7d8cafdf210a522a70677d5b9c7589d"
|
|
}
|
|
},
|
|
"extract_dir": "go",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"GOROOT": "$dir"
|
|
},
|
|
"checkver": "<div id=\"footer\">\\s*Build version go([0-9\\.]+)\\.<br>"
|
|
} |