diff options
author | Cem Keylan <cem@ckyln.com> | 2023-06-02 22:36:55 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-06-02 22:36:55 +0200 |
commit | 1625f3811871e47e2ee8d3ed6a43be97684d182f (patch) | |
tree | a617aa1865d9d242c238882317fba0acc8beeb9a /extra/go | |
parent | 1ef8d75cfef1efeb5db8c4e0392071848719c629 (diff) | |
download | repository-1625f3811871e47e2ee8d3ed6a43be97684d182f.tar.gz |
go: bump to 1.20.4
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 170f811c..85322b8a 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -1a8b68d2689276e60f60285a67c47664d4dd1536033617fa9486e670d6584d26 go1.20.3.src.tar.gz +b6579f86a7e0af0c27cc14f94bfaa05f48043466d5978a65cbf48abde734bd10 go1.20.4.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 6f6480e5..6a35a452 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.20.3.src.tar.gz go-current +https://golang.org/dl/go1.20.4.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 ec478668..afbbd7e1 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.20.3 1 +1.20.4 1 |