mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/google-go-lang: Updated for version 1.22.5.
I'm not the maintainer here, but the admins have been keeping this package updated since quite a few builds in the repo rely on it. These patch releases include quite a few security fixes: https://go.dev/doc/devel/release#go1.22.minor Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c589a984a9
commit
a097e2a56e
2 changed files with 7 additions and 7 deletions
|
@ -29,9 +29,9 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=google-go-lang
|
||||
VERSION=${VERSION:-1.22.1}
|
||||
VERSION=${VERSION:-1.22.5}
|
||||
BOOTSTRAP_VERSION=${BOOTSTRAP_VERSION:-1.19.13}
|
||||
BOOTSTRAP_VERSION2=${BOOTSTRAP_VERSION2:-1.21.8}
|
||||
BOOTSTRAP_VERSION2=${BOOTSTRAP_VERSION2:-1.21.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PRGNAM="google-go-lang"
|
||||
VERSION="1.22.1"
|
||||
VERSION="1.22.5"
|
||||
HOMEPAGE="http://golang.org"
|
||||
DOWNLOAD="https://storage.googleapis.com/golang/go1.22.1.src.tar.gz \
|
||||
https://storage.googleapis.com/golang/go1.21.8.src.tar.gz \
|
||||
DOWNLOAD="https://storage.googleapis.com/golang/go1.22.5.src.tar.gz \
|
||||
https://storage.googleapis.com/golang/go1.21.12.src.tar.gz \
|
||||
https://storage.googleapis.com/golang/go1.19.13.src.tar.gz"
|
||||
MD5SUM="da1a44807b86836323ed475d81ddee8a \
|
||||
02711c04f9fbe4087ab54805458a2a9d \
|
||||
MD5SUM="236b0e3ef35fc7dce73f20535e3cfba7 \
|
||||
bb790f2c7b1ee800ab06b4093ce4929e \
|
||||
6d3625cac26503932002b98eae2d0001"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue