diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-11 14:49:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-11 14:49:58 +0300 |
commit | 112789abe7f924adeb6a872409250280e46d2644 (patch) | |
tree | ae8d337bd375d12ce3b2e4b94c9242c0f3c1273f /extra/go | |
parent | b4ccd5dfeb2e3e8430508daab58e12628646655f (diff) | |
download | repository-112789abe7f924adeb6a872409250280e46d2644.tar.gz |
go: bump to 1.19.5
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 31d358d8..835fb15f 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -2261658f157aae895bbabf0024517225793709e40cbd7c03a088591bab84039b go1.19.4.src.tar.gz +b92db4c2ebfff3ca97a7b8cdbc3e6fb4b22e9d283aa5bd0761c61ad1e3ed8a48 go1.19.5.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 5fe31c55..aa48e4fb 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.19.4.src.tar.gz go-current +https://golang.org/dl/go1.19.5.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 9d9f8719..eb7c4db0 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.19.4 1 +1.19.5 1 |