diff options
author | Cem Keylan <cem@ckyln.com> | 2022-06-07 16:41:14 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-06-07 16:41:14 +0200 |
commit | 42fd35f01e4fa49123b14beb9ad8e7f20c6f8609 (patch) | |
tree | ff80252b34ee2ef756f47a78d9f84cf5781920d6 /extra/go | |
parent | 4d8f054466e3889c200d12bf1f81b5799ea026c1 (diff) | |
download | repository-42fd35f01e4fa49123b14beb9ad8e7f20c6f8609.tar.gz |
go: bump to 1.18.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 16fd93dc..90b49552 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -3ee48ace5b653eeb58b0962cbefaa478c309ec7894302c09c8bf41789d3eb3fc go1.18.2.src.tar.gz +f93e64abe48d5392cf75bdbdb6b498d6e2901eded97682663a5442ef7b391fb2 go1.18.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 844976ec..eaca31b1 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.18.2.src.tar.gz go-current +https://golang.org/dl/go1.18.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 456db47c..868463e8 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.18.2 1 +1.18.3 1 |