diff options
author | Cem Keylan <cem@ckyln.com> | 2023-04-05 10:42:12 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-04-05 10:42:12 +0200 |
commit | fab55d4ce46eabd4818bdac5dfb45feaf66fea43 (patch) | |
tree | 23f5e04035e4218915925d876b966f4048319581 /extra/go | |
parent | 8a2f26d21d27daa818e19c6214dcf11974b04cc5 (diff) | |
download | repository-fab55d4ce46eabd4818bdac5dfb45feaf66fea43.tar.gz |
go: bump to 1.20.3
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 2c21589a..170f811c 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -99eefa91dc3803645be157ec4d73728456ea5522724442cbaeb9e1ff31302c48 go1.20.2.src.tar.gz +1a8b68d2689276e60f60285a67c47664d4dd1536033617fa9486e670d6584d26 go1.20.3.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 3ca9930b..6f6480e5 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.20.2.src.tar.gz go-current +https://golang.org/dl/go1.20.3.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 12bf0025..ec478668 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.20.2 1 +1.20.3 1 |