diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-08 11:49:02 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-08 11:49:02 +0100 |
commit | 75e76fcb287da42ad39f934135bcc78498905270 (patch) | |
tree | 7eee5b0fee8c7d8c8dee4bd40560cb263f17ecf0 /extra/go | |
parent | 6bf50c745f0cc7ec30914fef85a3cf513f87c587 (diff) | |
download | repository-75e76fcb287da42ad39f934135bcc78498905270.tar.gz |
go: bump to 1.19.4
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 15b28871..31d358d8 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -bd593f4627dbef1fcb4b13d026ca44dd3e7e0f3d3ebe26a31db571ac295cc102 go1.19.3.src.tar.gz +2261658f157aae895bbabf0024517225793709e40cbd7c03a088591bab84039b go1.19.4.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 47cbf77d..5fe31c55 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.19.3.src.tar.gz go-current +https://golang.org/dl/go1.19.4.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 b0cd5b13..9d9f8719 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.19.3 1 +1.19.4 1 |