2017-10-04 21:01:47 +00:00

35 lines
1.0 KiB
JSON

{
"version": "1.9.1",
"homepage": "https://golang.org",
"license": "https://golang.org/LICENSE",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/golang/go1.9.1.windows-amd64.zip",
"hash": "8dc72a3881388e4e560c2e45f6be59860b623ad418e7da94e80fee012221cc81"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go1.9.1.windows-386.zip",
"hash": "ea9c79c9e6214c9a78a107ef5a7bff775a281bffe8c2d50afa66d2d33998078a"
}
},
"extract_dir": "go",
"env_add_path": "bin",
"env_set": {
"GOROOT": "$dir"
},
"checkver": "Build version go([\\d\\.]+)\\.",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/golang/go$version.windows-amd64.zip"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go$version.windows-386.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}