diff options
author | Cem Keylan <cem@ckyln.com> | 2022-10-06 09:56:04 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-10-06 09:56:04 +0200 |
commit | ef9032017038d3f1fc199a87cc204be3ae851ff9 (patch) | |
tree | 32e88b57b6ca6685c554e42c2ee5ab5bac5871e6 /extra/go | |
parent | 6274c18663677d32a6194882ac888c366358f28a (diff) | |
download | repository-ef9032017038d3f1fc199a87cc204be3ae851ff9.tar.gz |
go: bump to 1.19.2
Diffstat (limited to 'extra/go')
-rw-r--r-- | extra/go/checksums | 2 | ||||
-rw-r--r-- | extra/go/sources | 2 | ||||
-rw-r--r-- | extra/go/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/go/checksums b/extra/go/checksums index 8bc462a9..03b4596e 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -7f20f030f36cb8bba971a0680ecf418c8f960335da911337842405f769e6a425 go1.19.1.src.tar.gz +3b998aee456a5f577762f9a5fb9f6fa89481fe21cc45274fdbbef3bc9ca6e60b go1.19.2.src.tar.gz e38b036986f4969980664342af2e0b14c503bf4222b980f2bfdcb32fd62fde14 go1.4-bootstrap-20171003.tar.gz 66e10eadbc4e5ccc4db017cc58fb359eaa182ae74f2b5773463935b25343e537 no-bash.patch diff --git a/extra/go/sources b/extra/go/sources index 00df7544..a28df713 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.19.1.src.tar.gz go-current +https://golang.org/dl/go1.19.2.src.tar.gz go-current https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz go1.4-bootstrap patches/no-bash.patch diff --git a/extra/go/version b/extra/go/version index 6c5171ad..2148dd1e 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.19.1 1 +1.19.2 1 |