From 34fa4564f28bd01b09931243edc9e4c111c4fada Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Thu, 14 Jan 2016 10:10:18 +0100 Subject: [PATCH] Update compiler to 1.5.3. --- COMPILE.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/COMPILE.md b/COMPILE.md index cfa4986..5d17246 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -12,12 +12,11 @@ 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.5.2.linux-amd64.tar.gz + $ wget https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz - $ sha1sum go1.5.2.linux-amd64.tar.gz - cae87ed095e8d94a81871281d35da7829bd1234e go1.5.2.linux-amd64.tar.gz + $ echo "43afe0c5017e502630b1aea4d44b8a7f059bf60d7f29dfd58db454d4e4e0ae53 go1.5.3.linux-amd64.tar.gz" | sha256sum -c - - $ tar xf go1.5.2.linux-amd64.tar.gz + $ tar xf go1.5.3.linux-amd64.tar.gz $ mkdir -p gopath/{pkg,bin,src}