diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-16 12:14:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-16 12:14:24 +0300 |
commit | 55e44788bb3f3534bbf6abcd0df89b3604e52bda (patch) | |
tree | fd0d358281e9105c430abdfc1c6c1909d379cbde | |
parent | e59392bddaafff35e0f0c66ef4a62f4898a7273d (diff) | |
download | repository-55e44788bb3f3534bbf6abcd0df89b3604e52bda.tar.gz |
go: bump to 1.16.6
-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 c4ca311f..61f83d6d 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,3 +1,3 @@ -7bfa7e5908c7cc9e75da5ddf3066d7cbcf3fd9fa51945851325eebc17f50ba80 go1.16.5.src.tar.gz +a3a5d4bc401b51db065e4f93b523347a4d343ae0c0b08a65c3423b05a138037d go1.16.6.src.tar.gz f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52 go1.4-bootstrap-20171003.tar.gz 07daf0ad276a320586ff13a16ddb071879bc2c88168b2191b7b97aa9591f4c2e no-bash.patch diff --git a/extra/go/sources b/extra/go/sources index 1c1c0021..52142c2b 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.16.5.src.tar.gz go-current +https://golang.org/dl/go1.16.6.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 67bd00ae..bd2f6a3e 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.16.5 1 +1.16.6 1 |