summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2019-03-26 11:26:47 -0700
committerBenjamin Denhartog2019-03-26 11:26:47 -0700
commit6439557703c2a684cc9a039dce7646fd68175b5d (patch)
tree7f627ad5f6d664b0840c1e9d6d6aa06149e421ef
parentf39eecf86da7b778bc20cc88735826617b73f11d (diff)
downloadaur-6439557703c2a684cc9a039dce7646fd68175b5d.tar.gz
new release: google-cloud-sdk 240.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 9cb47e83a044..231637cbeb42 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 = 239.0.0
+ pkgver = 240.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_239.0.0.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_240.0.0.orig.tar.gz
source = google-cloud-sdk.sh
- sha256sums = 886104476e5df3ebaca7782a68ee427a95a7f8b55cd9fabaa963641cb197d7c1
+ sha256sums = 29603706b259fdbf3d6075f7620049caf726cc94cef9e5a95063392b7e7356e2
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index fbed8e05ce8f..2f89d3b5cd5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=239.0.0
+pkgver=240.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=(
- '886104476e5df3ebaca7782a68ee427a95a7f8b55cd9fabaa963641cb197d7c1'
+ '29603706b259fdbf3d6075f7620049caf726cc94cef9e5a95063392b7e7356e2'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692'
)