aboutsummaryrefslogtreecommitdiff
path: root/development/google-go-lang/google-go-lang.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-02-05 22:18:22 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-07 23:26:20 +0700
commite9661d9b03f93d57d4cc437b1656b50665fa0305 (patch)
tree24b3e43d40793051b746ac64e36c035cc5ae969f /development/google-go-lang/google-go-lang.SlackBuild
parentdd2edc137603374c33e0d7020d106e67ce383d35 (diff)
development/google-go-lang: Updated for version 1.21.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/google-go-lang/google-go-lang.SlackBuild')
-rw-r--r--development/google-go-lang/google-go-lang.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/google-go-lang/google-go-lang.SlackBuild b/development/google-go-lang/google-go-lang.SlackBuild
index 5a9df9b3bd90c..07c95c5a6e01a 100644
--- a/development/google-go-lang/google-go-lang.SlackBuild
+++ b/development/google-go-lang/google-go-lang.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=google-go-lang
-VERSION=${VERSION:-1.21.2}
+VERSION=${VERSION:-1.21.6}
BOOTSTRAP_VERSION=${BOOTSTRAP_VERSION:-1.19.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,7 +56,7 @@ elif [ "$ARCH" = "x86_64" ]; then
elif [ "$ARCH" = "arm" ]; then
LIBDIRSUFFIX=""
GOARCH="arm"
- export GOARM="7" # can be '5' as well, to use soft float instead of hardware
+ export GOARM="7" # can be '5' as well, to use soft float instead of hard float
elif [ "$ARCH" = "aarch64" ]; then
LIBDIRSUFFIX="64"
GOARCH="arm64"