summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2017-06-14 18:25:54 -0500
committerTroy Engel2017-06-14 18:25:54 -0500
commita12877aee89c115a60a73f347e7629ce724e178a (patch)
tree7228e8ad75345c4fb4fe8d291f3544126745a403 /PKGBUILD
parent30fe1c34d64b41430b717ec9e86f483180ada876 (diff)
downloadaur-a12877aee89c115a60a73f347e7629ce724e178a.tar.gz
new version 159.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6055741fcf7..e413f62507e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=158.0.0
+pkgver=159.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=(
- '9adb7b02af1825427301a83f040ba87e0c1648f85e137ad3a29c7fd77a358fc8'
+ '5b408575407514f99ad913bd0c6991be4b46408ddc7080a6494bbf43e6ce222a'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '93b6537937ddad116b4e1464b2fc4185f68a7c7e12db59e2904d62578ff19ca8'
+ 'ed2e25813dcee49f68a10569e0e62cf5db3998a3768a69e4372004e952d3b38a'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {