diff options
author | Cem Keylan <cem@ckyln.com> | 2022-04-14 16:18:48 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-04-14 16:18:48 +0200 |
commit | e5419d838772a87e6af910f80086f4ce066b2fc3 (patch) | |
tree | 54fe7f2b3b6e0eafb2077650cc01042f932a9d00 /extra/go | |
parent | 5e2b4b503bea336e4979c3069fe13182d8524138 (diff) | |
download | repository-e5419d838772a87e6af910f80086f4ce066b2fc3.tar.gz |
go: bump to 1.18.1
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 92f04ec5..5dc479e6 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -d5c1c7b36644b2123077e9f1ecb7678458f8f929e0bc7eba5199455608199e54 go1.18.src.tar.gz +9e1c2e599d35e0f0b4319184cc27e6c111452a2ff5db73cfbd74787e41f8d43d go1.18.1.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 86f04d9d..5a430e97 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.18.src.tar.gz go-current +https://golang.org/dl/go1.18.1.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 4fd73f1f..1bd6f791 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.18 1 +1.18.1 1 |