This commit is contained in:
Luke Sampson 2014-03-03 17:52:32 +10:00
parent b01e4586b2
commit a05febec5c

10
go.json
View File

@ -1,15 +1,15 @@
{ {
"version": "1.2", "version": "1.2.1",
"homepage": "http://golang.org", "homepage": "http://golang.org",
"license": "http://golang.org/LICENSE", "license": "http://golang.org/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://go.googlecode.com/files/go1.2.windows-amd64.zip", "url": "https://go.googlecode.com/files/go1.2.1.windows-amd64.zip",
"hash": "sha1:3d48ddf918583c4ef0b2b817191b606959489a5b" "hash": "sha1:60fea3a6b36dab5e79909c338fd3c1e92cccfbe1"
}, },
"32bit": { "32bit": {
"url": "https://go.googlecode.com/files/go1.2.windows-386.zip", "url": "https://go.googlecode.com/files/go1.2.1.windows-386.zip",
"hash": "sha1:23543124a1db2409bc12018c376f6e0eb8681f5f" "hash": "sha1:60fea3a6b36dab5e79909c338fd3c1e92cccfbe1"
} }
}, },
"extract_dir": "go", "extract_dir": "go",