This commit is contained in:
Luke Sampson 2014-09-13 21:55:58 +10:00
parent 8f3970a261
commit 32c54eff79

10
go.json
View File

@ -1,15 +1,15 @@
{ {
"version": "1.3", "version": "1.3.1",
"homepage": "http://golang.org", "homepage": "http://golang.org",
"license": "http://golang.org/LICENSE", "license": "http://golang.org/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://golang.org/dl/go1.3.windows-amd64.zip", "url": "https://storage.googleapis.com/golang/go1.3.1.windows-amd64.zip",
"hash": "sha1:1e4888e1494aed7f6934acb5c4a1ffb0e9a022b1" "hash": "sha1:4548785cfa3bc228d18d2d06e39f58f0e4e014f1"
}, },
"32bit": { "32bit": {
"url": "http://golang.org/dl/go1.3.windows-386.zip", "url": "https://storage.googleapis.com/golang/go1.3.1.windows-386.zip",
"hash": "sha1:e4e5279ce7d8cafdf210a522a70677d5b9c7589d" "hash": "sha1:64f99e40e79e93a622e73d7d55a5b8340f07747f"
} }
}, },
"extract_dir": "go", "extract_dir": "go",