mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
22 lines
674 B
JSON
22 lines
674 B
JSON
{
|
|
"version": "1.5",
|
|
"homepage": "http://golang.org",
|
|
"license": "http://golang.org/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.5.windows-amd64.zip",
|
|
"hash": "sha1:559cddfd341c20531689efad5412dcc304f8d85b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/golang/go1.5.windows-386.zip",
|
|
"hash": "sha1:f5014cd70be18b79bc401f1e35c8d73062124bf0"
|
|
}
|
|
},
|
|
"extract_dir": "go",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"GOROOT": "$dir"
|
|
},
|
|
"checkver": "<div id=\"footer\">\\s*Build version go([0-9\\.]+)\\.<br>"
|
|
}
|