summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef96625b4f58..f092c9193ca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 24 23:21:34 UTC 2017
+# Thu Jun 1 03:47:53 UTC 2017
pkgbase = google-cloud-sdk
pkgdesc = Tools and libraries SDK for managing resources on the Google Cloud Platform, plus kubectl and Python/PHP appengine SDK components
- pkgver = 156.0.0
+ pkgver = 157.0.0
pkgrel = 1
url = https://cloud.google.com/sdk/
arch = i686
@@ -23,13 +23,13 @@ pkgbase = google-cloud-sdk
replaces = google-appengine-php
options = !strip
options = staticlibs
- source_i686 = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-156.0.0-linux-x86.tar.gz
+ source_i686 = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-157.0.0-linux-x86.tar.gz
source_i686 = profile.sh
- sha256sums_i686 = 7d3d5f1ec8fceb70822e14a111a6d4c509bdb8680f4b1d5c797d82d309886e17
+ sha256sums_i686 = a23b1910725b130af294e84184106c2ff064d79b3be7643c29f59f12b39c3c8b
sha256sums_i686 = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
- source_x86_64 = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-156.0.0-linux-x86_64.tar.gz
+ source_x86_64 = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-157.0.0-linux-x86_64.tar.gz
source_x86_64 = profile.sh
- sha256sums_x86_64 = f47f41e7c389301dfee4879d6eb71d36c7b06aaf43a2be49a9ea39749be22851
+ sha256sums_x86_64 = 95b98fc696f38cd8b219b4ee9828737081f2b5b3bd07a3879b7b2a6a5349a73f
sha256sums_x86_64 = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 3b9a60e51a5d..d407e69d7bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=156.0.0
+pkgver=157.0.0
pkgrel=1
pkgdesc="Tools and libraries SDK for managing resources on the Google Cloud Platform, plus kubectl and Python/PHP appengine SDK components"
url="https://cloud.google.com/sdk/"
@@ -27,13 +27,13 @@ options=('!strip' 'staticlibs')
source_x86_64=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86_64.tar.gz"
"profile.sh")
sha256sums_x86_64=(
- 'f47f41e7c389301dfee4879d6eb71d36c7b06aaf43a2be49a9ea39749be22851'
+ '95b98fc696f38cd8b219b4ee9828737081f2b5b3bd07a3879b7b2a6a5349a73f'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '7d3d5f1ec8fceb70822e14a111a6d4c509bdb8680f4b1d5c797d82d309886e17'
+ 'a23b1910725b130af294e84184106c2ff064d79b3be7643c29f59f12b39c3c8b'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {