diff options
author | Cem Keylan <cem@ckyln.com> | 2022-09-08 10:11:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-09-08 10:11:42 +0300 |
commit | 76422546caa9ff99e1b76ce5e660b30c20ece0c1 (patch) | |
tree | 85272ce60d676d9f8ae0936550f0a34eeb2d266c /extra/go | |
parent | 3fd4ff5a7358bf346c3e352fb42f09af9a6768fe (diff) | |
download | repository-76422546caa9ff99e1b76ce5e660b30c20ece0c1.tar.gz |
go: bump to 1.19.1
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 f5716c76..8bc462a9 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -4eb334d36c9fb17148b17f0a83cde8bc1eb425c0c2c83a7a1c9f4f09ce201b7f go1.19.src.tar.gz +7f20f030f36cb8bba971a0680ecf418c8f960335da911337842405f769e6a425 go1.19.1.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 0e950346..00df7544 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.19.src.tar.gz go-current +https://golang.org/dl/go1.19.1.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 4e7f270b..6c5171ad 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.19 1 +1.19.1 1 |