mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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
3 changed files with 7 additions and 8 deletions
|
@ -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`.
|
library (golang-googlecode-gotools), which provide `godoc`.
|
||||||
|
|
||||||
|
|
||||||
Testing is a default part of the standard build. If you elect to not run the
|
To elect to run the buildtime tests of this package, provide the environment
|
||||||
test during the build of this package, provide the environment variable
|
variable RUN_TEST=true at build time.
|
||||||
RUN_TEST=false at build time.
|
|
||||||
|
|
|
@ -27,13 +27,13 @@
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
PRGNAM=google-go-lang
|
PRGNAM=google-go-lang
|
||||||
VERSION=${VERSION:-1.4.2}
|
VERSION=${VERSION:-1.4.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
RELEASE=${RELEASE:-linux}
|
RELEASE=${RELEASE:-linux}
|
||||||
|
|
||||||
RUN_TEST=${RUN_TEST:-true}
|
RUN_TEST=${RUN_TEST:-false}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="google-go-lang"
|
PRGNAM="google-go-lang"
|
||||||
VERSION="1.4.2"
|
VERSION="1.4.3"
|
||||||
HOMEPAGE="http://golang.org"
|
HOMEPAGE="http://golang.org"
|
||||||
DOWNLOAD="https://storage.googleapis.com/golang/go1.4.2.src.tar.gz"
|
DOWNLOAD="https://storage.googleapis.com/golang/go1.4.3.src.tar.gz"
|
||||||
MD5SUM="907f85c8fa765d31f7f955836fec4049"
|
MD5SUM="dfb604511115dd402a77a553a5923a04"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue