Skip to content

Commit 6196668

Browse files
Update gcloud to 580.0.0 (#599)
Co-authored-by: gominimal-pkgmgr-mgr[bot] <285843623+gominimal-pkgmgr-mgr[bot]@users.noreply.github.com>
1 parent fa95453 commit 6196668

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/gcloud/build.ncl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let python = import "../python/build.ncl" in
55
let glibc = import "../glibc/build.ncl" in
66
let sqlite = import "../sqlite/build.ncl" in
77

8-
let version = "579.0.0" in
8+
let version = "580.0.0" in
99
# Google's per-version GCS bucket; explicit per-version path. The
1010
# previous rapid-channel URL
1111
# (dl.google.com/dl/cloudsdk/channels/rapid/downloads) has the
@@ -16,8 +16,8 @@ let version = "579.0.0" in
1616
let dl_base = "https://storage.googleapis.com/cloud-sdk-release" in
1717

1818
let { amd64_sha256, arm64_sha256 } = {
19-
amd64_sha256 = "a9a7fbe51cda37cf6142b1bbcff12227550e60a6c67e8cf84644fb301371c4de",
20-
arm64_sha256 = "edc914b75f8c5d50e1efc78b849d6fa636c4412346784c148c4130f5dc3eba00",
19+
amd64_sha256 = "e580c04b45dfa2e537b8dc0cf7c828e46a65bc77ef61de69161e1f3a124d7480",
20+
arm64_sha256 = "a02b7c478f94c070d7cb1ec1c595d3a0c9ae84601c17d93946b89a33d3155d71",
2121
}
2222
in
2323

0 commit comments

Comments
 (0)