diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-09 21:50:15 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-09 21:50:15 +0100 |
commit | fad4eab227e54e48ea0ee7f813aaa6be632cb27e (patch) | |
tree | a31f3b82899129f86fb703b043dfcb0fee1c30de /extra/go | |
parent | da99a6b3f810641166d34730f5dd8a669959458b (diff) | |
download | repository-fad4eab227e54e48ea0ee7f813aaa6be632cb27e.tar.gz |
go: bump to 1.17.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 95ac912d..7fcb5827 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -cd9a87b4c48fb250c41f71b055602f10dfe2d21d8af6d37a7020c5a51f396926 go1.17.4.src.tar.gz +b5cc78d1bc980e00467bba7a57c216b392d4e77e7c47f9df79e987fbc0601db9 go1.17.5.src.tar.gz e38b036986f4969980664342af2e0b14c503bf4222b980f2bfdcb32fd62fde14 go1.4-bootstrap-20171003.tar.gz dcd2b17ef49c90c0e215209f188a9287684cca9731d48319af1bc4da9e6feb3f no-bash.patch diff --git a/extra/go/sources b/extra/go/sources index 9ba34056..5015faac 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.17.4.src.tar.gz go-current +https://golang.org/dl/go1.17.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 81ee1305..84658105 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.17.4 1 +1.17.5 1 |