From: Fredrik Fornwall Date: Mon, 25 Apr 2016 18:43:23 +0000 (-0400) Subject: golang: Update from 1.6.1 to 1.6.2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/8bfad7bca41cbf9230f14065bdbd457cb8980e27?hp=-c golang: Update from 1.6.1 to 1.6.2 --- 8bfad7bca41cbf9230f14065bdbd457cb8980e27 diff --git a/packages/golang/build.sh b/packages/golang/build.sh index 78a6a2bb..160121c0 100644 --- a/packages/golang/build.sh +++ b/packages/golang/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://golang.org/ TERMUX_PKG_DESCRIPTION="Go programming language compiler" -_MAJOR_VERSION=1.6.1 +_MAJOR_VERSION=1.6.2 # Use the ~ deb versioning construct in the future: TERMUX_PKG_VERSION=2:$_MAJOR_VERSION TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go${_MAJOR_VERSION}.src.tar.gz