summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2018-10-09 10:47:08 -0700
committerBenjamin Denhartog2018-10-09 10:47:08 -0700
commit2bce218d30274bc1eaef43e13ea1c72684f4a44b (patch)
treeefc992708c1084f5697ab66f2eb12f6b622d73cf
parentb265ae4852ce0dd518b00ea0cec348d3c0d31f6e (diff)
downloadaur-2bce218d30274bc1eaef43e13ea1c72684f4a44b.tar.gz
new release: google-cloud-sdk 220.0.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ab832fa14f5..f101974c7e22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-cloud-sdk
pkgdesc = A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq.
- pkgver = 219.0.1
+ pkgver = 220.0.0
pkgrel = 1
url = https://cloud.google.com/sdk/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = google-cloud-sdk
optdepends = python2-crcmod: [gsutil] verify the integrity of GCS object contents
options = !strip
options = staticlibs
- source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_219.0.1.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_220.0.0.orig.tar.gz
source = google-cloud-sdk.sh
- sha256sums = 08e7ef5b6ea721cbb99fe4afe3e31f322da505a42c35932dd72db65e80c03642
+ sha256sums = 9d7ddf19b8f4e8cb893c59a02edd0304922d6d583eac18d0a9b4b935349d3bc2
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index fc4743cc3d2c..24ecb0173220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=219.0.1
+pkgver=220.0.0
pkgrel=1
pkgdesc="A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq."
url="https://cloud.google.com/sdk/"
@@ -21,7 +21,7 @@ source=(
"google-cloud-sdk.sh"
)
sha256sums=(
- '08e7ef5b6ea721cbb99fe4afe3e31f322da505a42c35932dd72db65e80c03642'
+ '9d7ddf19b8f4e8cb893c59a02edd0304922d6d583eac18d0a9b4b935349d3bc2'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692'
)