summaryrefslogtreecommitdiffstats
path: root/google-go-lang
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-10-12 20:14:59 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-12 20:14:59 +0000
commit57a80af8012c77d41baa56636756380a1539ceef (patch)
tree4b079ef24f7f60619314ca408d382a547eaaf099 /google-go-lang
parentea40690f859e1feaf17f5a374bbc22c224873dfe (diff)
downloadasb-57a80af8012c77d41baa56636756380a1539ceef.tar.gz
asb-57a80af8012c77d41baa56636756380a1539ceef.tar.xz
google-go-lang; update to 1.19.2
Diffstat (limited to 'google-go-lang')
-rwxr-xr-xgoogle-go-lang/build/google-go-lang.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/google-go-lang/build/google-go-lang.SlackBuild b/google-go-lang/build/google-go-lang.SlackBuild
index 90e7b2e2..bcd16039 100755
--- a/google-go-lang/build/google-go-lang.SlackBuild
+++ b/google-go-lang/build/google-go-lang.SlackBuild
@@ -35,6 +35,8 @@
# Changelog:
# 1.17.5-1: 04/jan/2022 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.19.2-1: 12/oct/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh google-go-lang.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
PRGNAM=google-go-lang
SRCNAM=go
-VERSION=${VERSION:-1.17.5}
+VERSION=${VERSION:-1.19.2}
BOOTSTRAP="1.4-bootstrap-20171003"
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}