Go v1.3.2

This commit is contained in:
Stephen Edgar 2014-09-29 14:52:45 +10:00
parent 67e697e044
commit 417d040d86

12
go.json
View File

@ -1,15 +1,15 @@
{ {
"version": "1.3.1", "version": "1.3.2",
"homepage": "http://golang.org", "homepage": "http://golang.org",
"license": "http://golang.org/LICENSE", "license": "http://golang.org/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/golang/go1.3.1.windows-amd64.zip", "url": "https://storage.googleapis.com/golang/go1.3.2.windows-amd64.zip",
"hash": "sha1:4548785cfa3bc228d18d2d06e39f58f0e4e014f1" "hash": "sha1:7f7147484b1bc9e52cf034de816146977d0137f6"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/golang/go1.3.1.windows-386.zip", "url": "https://storage.googleapis.com/golang/go1.3.2.windows-386.zip",
"hash": "sha1:64f99e40e79e93a622e73d7d55a5b8340f07747f" "hash": "sha1:86160c478436253f51241ac1905577d337577ce0"
} }
}, },
"extract_dir": "go", "extract_dir": "go",
@ -18,4 +18,4 @@
"GOROOT": "$dir" "GOROOT": "$dir"
}, },
"checkver": "<div id=\"footer\">\\s*Build version go([0-9\\.]+)\\.<br>" "checkver": "<div id=\"footer\">\\s*Build version go([0-9\\.]+)\\.<br>"
} }