From a05febec5c4c4d7cd38af32a27560962f02de201 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 3 Mar 2014 17:52:32 +1000 Subject: [PATCH] go 1.2.1 --- go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.json b/go.json index b66c14c059..ae5f6320a4 100644 --- a/go.json +++ b/go.json @@ -1,15 +1,15 @@ { - "version": "1.2", + "version": "1.2.1", "homepage": "http://golang.org", "license": "http://golang.org/LICENSE", "architecture": { "64bit": { - "url": "https://go.googlecode.com/files/go1.2.windows-amd64.zip", - "hash": "sha1:3d48ddf918583c4ef0b2b817191b606959489a5b" + "url": "https://go.googlecode.com/files/go1.2.1.windows-amd64.zip", + "hash": "sha1:60fea3a6b36dab5e79909c338fd3c1e92cccfbe1" }, "32bit": { - "url": "https://go.googlecode.com/files/go1.2.windows-386.zip", - "hash": "sha1:23543124a1db2409bc12018c376f6e0eb8681f5f" + "url": "https://go.googlecode.com/files/go1.2.1.windows-386.zip", + "hash": "sha1:60fea3a6b36dab5e79909c338fd3c1e92cccfbe1" } }, "extract_dir": "go",