summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2018-10-23 13:48:08 -0700
committerBenjamin Denhartog2018-10-23 13:48:08 -0700
commite47b86e85ff934116fa46e05c16775493570f96a (patch)
tree2c840e1b7bb8d83a527dc1e60481c90a5055b415
parentc158ef7efb908fda081551de3116a23ae5e5324d (diff)
downloadaur-e47b86e85ff934116fa46e05c16775493570f96a.tar.gz
new release: google-cloud-sdk 222.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 94eb13d59334..25cfb4ec53e6 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 = 221.0.0
+ pkgver = 222.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_221.0.0.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_222.0.0.orig.tar.gz
source = google-cloud-sdk.sh
- sha256sums = 1b2ba65202cd87e57bdcc4ad83691b7b698bc3ec0560b54ca991f950453961fb
+ sha256sums = 026167eba601c0cb487413f0efbf2b78185da7ca94eb4395f805a3d662eb8bba
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 9a5057674367..161cb179d818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=221.0.0
+pkgver=222.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=(
- '1b2ba65202cd87e57bdcc4ad83691b7b698bc3ec0560b54ca991f950453961fb'
+ '026167eba601c0cb487413f0efbf2b78185da7ca94eb4395f805a3d662eb8bba'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692'
)