summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2019-01-08 09:07:51 -0800
committerBenjamin Denhartog2019-01-08 09:07:51 -0800
commit48e9c32354d443ab3683d126197469aa2e758c6a (patch)
tree4580f2cf9e1d1fb09c61a923dfe0018dc0bb6b40
parent11029e4baa8054a70dc6461d0963b423726c03b9 (diff)
downloadaur-48e9c32354d443ab3683d126197469aa2e758c6a.tar.gz
new release: google-cloud-sdk 229.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 5be0391fcb16..0d9b0adcdcd5 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 = 228.0.0
+ pkgver = 229.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_228.0.0.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_229.0.0.orig.tar.gz
source = google-cloud-sdk.sh
- sha256sums = ecc2ce0347d83812d29450f72828d895c568c633601ae682a25da160833a8d7c
+ sha256sums = 1d0da0357229e1ec79fae5322867b3353465cf3575f3e136553f18f5e466c5b9
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 2bf4e767f658..60d6c8f7823b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=228.0.0
+pkgver=229.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=(
- 'ecc2ce0347d83812d29450f72828d895c568c633601ae682a25da160833a8d7c'
+ '1d0da0357229e1ec79fae5322867b3353465cf3575f3e136553f18f5e466c5b9'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692'
)