development/google-go-lang: Updated for version 1.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
47dfc8d36e
commit
bf93390ab9
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue