From baff772463d3d679ef7ffd8c4fd3fe6ef4149545 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Fri, 1 May 2015 14:11:41 +0200 Subject: [PATCH] Mention Go 1.4.2 instead of 1.4.1 in compile instructions. --- COMPILE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COMPILE.md b/COMPILE.md index 6514959..13ad1e3 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -12,10 +12,10 @@ A quick and dirty way to produce the binaries of `mtdbconverter`, # Assuming you have a 64bit GNU/Linux system. For other systems take # the corresponding version from https://golang.org/dl/ - $ wget https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz + $ wget https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz - $ sha1sum go1.4.1.linux-amd64.tar.gz - 3e871200e13c0b059b14866d428910de0a4c51ed go1.4.1.linux-amd64.tar.gz + $ sha1sum go1.4.2.linux-amd64.tar.gz + 5020af94b52b65cc9b6f11d50a67e4bae07b0aff go1.4.2.linux-amd64.tar.gz $ tar xf go1.3.3.linux-amd64.tar.gz