about summary refs log tree commit diff
path: root/pkgs/tools/admin/google-cloud-sdk/update.sh
diff options
context:
space:
mode:
authorMrinal Purohit <github@mrinalpurohit.in>2022-05-26 14:31:01 +0530
committerMrinal Purohit <github@mrinalpurohit.in>2022-05-26 14:31:01 +0530
commit0f1871de006ea7e7437e8472f3992416b488e837 (patch)
tree7b0c3ac9070a6a5430b7001062110d8a15a002e7 /pkgs/tools/admin/google-cloud-sdk/update.sh
parent6d6531477ab8ffc583816de2dfaa1aea25d9841f (diff)
google-cloud-sdk: 385.0.0 -> 387.0.0
Diffstat (limited to 'pkgs/tools/admin/google-cloud-sdk/update.sh')
-rwxr-xr-xpkgs/tools/admin/google-cloud-sdk/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/google-cloud-sdk/update.sh b/pkgs/tools/admin/google-cloud-sdk/update.sh
index 368612b19c9ab..5b9321ff9eeaf 100755
--- a/pkgs/tools/admin/google-cloud-sdk/update.sh
+++ b/pkgs/tools/admin/google-cloud-sdk/update.sh
@@ -5,7 +5,7 @@ BASE_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-clou
 
 # Version of Google Cloud SDK from
 # https://cloud.google.com/sdk/docs/release-notes
-VERSION="385.0.0"
+VERSION="387.0.0"
 
 function genMainSrc() {
     local url="${BASE_URL}-${VERSION}-${1}-${2}.tar.gz"