diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-07 20:58:37 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-07 20:58:37 +0100 |
commit | a1b6eb2ab92ad58a2eea921e3a603fabd82e0132 (patch) | |
tree | 58e4fdd3cb054eece92741cde4bc2da49f2ab61f /extra/go | |
parent | 65a7797df30ecd9f888c3642bda00a43bb196abe (diff) | |
download | repository-a1b6eb2ab92ad58a2eea921e3a603fabd82e0132.tar.gz |
go: bump to 1.17.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 ede94b59..8723c238 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -2e73e929bab2a7e3c574e97e90f9138e24bfe349012abd4f3d3de3cd6b0ec511 go1.17.2.src.tar.gz +9f7d64cbfa11f38f11af395fdf74787237b3d41bd20f4cea7e9957931574e0f4 go1.17.3.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 9479072f..453e2b49 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.17.2.src.tar.gz go-current +https://golang.org/dl/go1.17.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 a9652518..045372e2 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.17.2 1 +1.17.3 1 |