summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2019-01-29 11:09:37 -0800
committerBenjamin Denhartog2019-01-29 11:09:37 -0800
commit71363afff7cf35d6b510e8b4f541cfa312331d9a (patch)
tree03203b981e0d636c62c4e61d811fb98c19c23513
parent1bedc7ca24de8f63bd17e9c48726c87d41d326c8 (diff)
downloadaur-71363afff7cf35d6b510e8b4f541cfa312331d9a.tar.gz
new release: google-cloud-sdk 232.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 38487e6f0cfb..0520807b1951 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 = 231.0.0
+ pkgver = 232.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_231.0.0.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_232.0.0.orig.tar.gz
source = google-cloud-sdk.sh
- sha256sums = 55e3cfeee848162d45026d51d7ec231ad2b9ecf279226299402135e18c8e8961
+ sha256sums = ff2a293d5d0996218aee7420915ec82b0ef49f1c00eef2c9465d6e1df007533e
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index b7dd7f7b6877..ce0c2406b141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=231.0.0
+pkgver=232.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=(
- '55e3cfeee848162d45026d51d7ec231ad2b9ecf279226299402135e18c8e8961'
+ 'ff2a293d5d0996218aee7420915ec82b0ef49f1c00eef2c9465d6e1df007533e'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692'
)