summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-06-22 10:55:49 +1000
committerMansour Behabadi2017-06-22 11:08:54 +1000
commit62288e83a7471df67f3bd09612e7d58e3ab41249 (patch)
treef048a8d1ef4f0bf61b6f34b92d738d9de0596d75 /PKGBUILD
parenta12877aee89c115a60a73f347e7629ce724e178a (diff)
downloadaur-62288e83a7471df67f3bd09612e7d58e3ab41249.tar.gz
new release 160.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e413f62507e1..8cb15583836f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=159.0.0
+pkgver=160.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=(
- '5b408575407514f99ad913bd0c6991be4b46408ddc7080a6494bbf43e6ce222a'
+ 'e799bfbc35ee75f2b7c2181a9e090be28e7a1a73b92953e9087b77bc7fc7a894'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- 'ed2e25813dcee49f68a10569e0e62cf5db3998a3768a69e4372004e952d3b38a'
+ '5b78aa47d746e3eb5b065dfd82d82899bd3a4ffe8478f99033dbdbfb98b42d52'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {