summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2019-01-26 12:13:13 -0800
committerBenjamin Denhartog2019-01-26 12:13:13 -0800
commit1bedc7ca24de8f63bd17e9c48726c87d41d326c8 (patch)
tree7690fc763fb6c025b2150d588e752a20a144c49d
parenteb3d2486af64d2b0a405087ff1761f37a0194689 (diff)
downloadaur-1bedc7ca24de8f63bd17e9c48726c87d41d326c8.tar.gz
new release: google-cloud-sdk 231.0.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c5130e668d..38487e6f0cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 230.0.0
- pkgrel = 2
+ pkgver = 231.0.0
+ pkgrel = 1
url = https://cloud.google.com/sdk/
arch = x86_64
license = Apache
@@ -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_230.0.0.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_231.0.0.orig.tar.gz
source = google-cloud-sdk.sh
- sha256sums = 9f6ebc96e266df684ec0282c8f611fececc52839f4a17ebdb11687fb23dbdb17
+ sha256sums = 55e3cfeee848162d45026d51d7ec231ad2b9ecf279226299402135e18c8e8961
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 36dc29c9d1b4..b7dd7f7b6877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=230.0.0
-pkgrel=2
+pkgver=231.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/"
license=("Apache")
@@ -21,7 +21,7 @@ source=(
"google-cloud-sdk.sh"
)
sha256sums=(
- '9f6ebc96e266df684ec0282c8f611fececc52839f4a17ebdb11687fb23dbdb17'
+ '55e3cfeee848162d45026d51d7ec231ad2b9ecf279226299402135e18c8e8961'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692'
)