summaryrefslogtreecommitdiffstats
path: root/google-go-lang
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-12-07 09:19:15 +0000
committer Eric Hameleers <alien@slackware.com>2022-12-07 09:19:15 +0000
commit2d416386778bd327684efb3619d2a266265243a9 (patch)
tree5048d3a29ab5aa180780ec403ebd4743d8a66809 /google-go-lang
parent62f9c1b290bc7f870664fb7144ab707e614c3c84 (diff)
downloadasb-2d416386778bd327684efb3619d2a266265243a9.tar.gz
asb-2d416386778bd327684efb3619d2a266265243a9.tar.xz
google-go-lang: update to 1.19.4
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 bcd16039..a8fa72f3 100755
--- a/google-go-lang/build/google-go-lang.SlackBuild
+++ b/google-go-lang/build/google-go-lang.SlackBuild
@@ -37,6 +37,8 @@
# * Initial build.
# 1.19.2-1: 12/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.19.4-1: 07/dec/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 .
@@ -46,7 +48,7 @@
PRGNAM=google-go-lang
SRCNAM=go
-VERSION=${VERSION:-1.19.2}
+VERSION=${VERSION:-1.19.4}
BOOTSTRAP="1.4-bootstrap-20171003"
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}