development/google-go-lang: Updated for version 1.4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vincent Batts 2015-09-30 22:56:02 +07:00 committed by Willy Sudiarto Raharjo
parent 47dfc8d36e
commit bf93390ab9
3 changed files with 7 additions and 8 deletions

View File

@ -46,6 +46,5 @@ As of go1.2, the 'go doc ...' command has been relocated to the go.tools
library (golang-googlecode-gotools), which provide `godoc`.
Testing is a default part of the standard build. If you elect to not run the
test during the build of this package, provide the environment variable
RUN_TEST=false at build time.
To elect to run the buildtime tests of this package, provide the environment
variable RUN_TEST=true at build time.

View File

@ -27,13 +27,13 @@
# SOFTWARE.
PRGNAM=google-go-lang
VERSION=${VERSION:-1.4.2}
VERSION=${VERSION:-1.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
RELEASE=${RELEASE:-linux}
RUN_TEST=${RUN_TEST:-true}
RUN_TEST=${RUN_TEST:-false}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -1,8 +1,8 @@
PRGNAM="google-go-lang"
VERSION="1.4.2"
VERSION="1.4.3"
HOMEPAGE="http://golang.org"
DOWNLOAD="https://storage.googleapis.com/golang/go1.4.2.src.tar.gz"
MD5SUM="907f85c8fa765d31f7f955836fec4049"
DOWNLOAD="https://storage.googleapis.com/golang/go1.4.3.src.tar.gz"
MD5SUM="dfb604511115dd402a77a553a5923a04"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""