summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2018-09-11 13:51:22 -0700
committerBenjamin Denhartog2018-09-11 13:51:22 -0700
commit65bef9ae4caee42555656d8a9460880bb7b3d7b3 (patch)
treec18328d7be042d55be6de427311fa746615df861
parent1b14e0994354db3390fb84f3a315fb0944c58525 (diff)
downloadaur-65bef9ae4caee42555656d8a9460880bb7b3d7b3.tar.gz
upgpkg: google-cloud-sdk 216.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 dddda0b1f879..03309f75e4aa 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 = 215.0.0
+ pkgver = 216.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_215.0.0.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_216.0.0.orig.tar.gz
source = google-cloud-sdk.sh
- sha256sums = 19cf98ef1ee080929a9aba50d6ab281b52b0d6aae33621c460943e03f365547a
+ sha256sums = 2c7c5ae667fb1fab1185b4aedb28ff4e30dce3a5159751aa47529035b5fc848b
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index e90d59857e79..2ba36f9cc2bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=215.0.0
+pkgver=216.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=(
- '19cf98ef1ee080929a9aba50d6ab281b52b0d6aae33621c460943e03f365547a'
+ '2c7c5ae667fb1fab1185b4aedb28ff4e30dce3a5159751aa47529035b5fc848b'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692'
)