From: Fredrik Fornwall Date: Thu, 28 Jan 2016 22:58:16 +0000 (-0500) Subject: golang: Update from 1.6beta2 to 1.6rc1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/6dd6c071a0e2725a235fea78a24a7ea5c0f2df12 golang: Update from 1.6beta2 to 1.6rc1 --- diff --git a/packages/golang/build.sh b/packages/golang/build.sh index 5a3cafc3..9d631670 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.6beta2 +_MAJOR_VERSION=1.6rc1 # Need to be considered a higher version than "1.5rc1": TERMUX_PKG_VERSION=1:$_MAJOR_VERSION TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go${_MAJOR_VERSION}.src.tar.gz