summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 718e440f8665..82463b0c2407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-cloud-sdk
pkgdesc = Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), plus Python/PHP appengine SDK components
- pkgver = 209.0.0
+ pkgver = 210.0.0
pkgrel = 1
url = https://cloud.google.com/sdk/
arch = x86_64
@@ -20,9 +20,9 @@ pkgbase = google-cloud-sdk
replaces = google-appengine-php
options = !strip
options = staticlibs
- source = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-209.0.0-linux-x86_64.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-210.0.0-linux-x86_64.tar.gz
source = profile.sh
- sha256sums = 82e9355dd0bda1fb8b51f5851e88f90097a8a861b22560380f79c6e98f643e1f
+ sha256sums = b98c9253e3c45e39a42b4ba8b055dad4d3cb3b3f63d1ec41f617a3478db9fb42
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index d24c3f6cb73b..20e392b35cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=209.0.0
+pkgver=210.0.0
pkgrel=1
pkgdesc="Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), plus Python/PHP appengine SDK components"
url="https://cloud.google.com/sdk/"
@@ -29,7 +29,7 @@ source=(
"profile.sh"
)
sha256sums=(
- '82e9355dd0bda1fb8b51f5851e88f90097a8a861b22560380f79c6e98f643e1f'
+ 'b98c9253e3c45e39a42b4ba8b055dad4d3cb3b3f63d1ec41f617a3478db9fb42'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692'
)