diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-08 21:03:55 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-08 21:03:55 +0200 |
commit | f87340ba3d4d7bdffc8f39408b929e3d7e00a875 (patch) | |
tree | 7ee58c61a4fdafe74ba18308662607e466b356ae /extra/go | |
parent | 6c256ef094ecc408054315034efd5cfcd026b93f (diff) | |
download | repository-f87340ba3d4d7bdffc8f39408b929e3d7e00a875.tar.gz |
go: bump to 1.17.2
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 0bdd2730..ede94b59 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -104da4f37cb0417462dd464d3bf8416527c4c5eec8a642465d06f3ba8f185b4a go1.17.1.src.tar.gz +2e73e929bab2a7e3c574e97e90f9138e24bfe349012abd4f3d3de3cd6b0ec511 go1.17.2.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 32b2ef8e..9479072f 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.17.1.src.tar.gz go-current +https://golang.org/dl/go1.17.2.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 14d73f99..a9652518 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.17.1 1 +1.17.2 1 |