golang: Update from 1.6.2 to 1.7, beta 2

Fixes #217
This commit is contained in:
Fredrik Fornwall 2016-06-23 17:44:22 -04:00
parent e8ca3e6a69
commit 3679937a49

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://golang.org/
TERMUX_PKG_DESCRIPTION="Go programming language compiler"
_MAJOR_VERSION=1.6.2
_MAJOR_VERSION=1.7
# 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
TERMUX_PKG_VERSION=2:${_MAJOR_VERSION}~beta2
TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go${_MAJOR_VERSION}beta2.src.tar.gz
TERMUX_PKG_FOLDERNAME=go
TERMUX_PKG_KEEP_STATIC_LIBRARIES=true