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.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
554624b041
commit
7dd222dbdb
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=google-go-lang
|
||||
VERSION=${VERSION:-1.22.5}
|
||||
VERSION=${VERSION:-1.22.7}
|
||||
BOOTSTRAP_VERSION=${BOOTSTRAP_VERSION:-1.19.13}
|
||||
BOOTSTRAP_VERSION2=${BOOTSTRAP_VERSION2:-1.21.12}
|
||||
BUILD=${BUILD:-1}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="google-go-lang"
|
||||
VERSION="1.22.5"
|
||||
VERSION="1.22.7"
|
||||
HOMEPAGE="http://golang.org"
|
||||
DOWNLOAD="https://storage.googleapis.com/golang/go1.22.5.src.tar.gz \
|
||||
DOWNLOAD="https://storage.googleapis.com/golang/go1.22.7.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="236b0e3ef35fc7dce73f20535e3cfba7 \
|
||||
MD5SUM="59f70fbfefc4fd6d5ec1f1fd6ca81c32 \
|
||||
bb790f2c7b1ee800ab06b4093ce4929e \
|
||||
6d3625cac26503932002b98eae2d0001"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue