summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2018-02-14 14:22:03 +1100
committerMansour Behabadi2018-02-14 14:22:03 +1100
commit74aa8d14fc5934350bd39b5c20f608417da5f335 (patch)
tree9bbe91af7e2bab0f68535bd9c59a167ea71b4cf5 /PKGBUILD
parent44fa88a2eb6f2f29abad5a9d0da1bdb43588938a (diff)
downloadaur-74aa8d14fc5934350bd39b5c20f608417da5f335.tar.gz
New release 188.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d243e1972c9..f4ed26037768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=186.0.0
+pkgver=188.0.1
pkgrel=1
pkgdesc="Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), plus 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=(
- '7ca6c11e5a8d62882d54313fcb10a5270c278a33b9e6c7d7ffb8c5e45677b1a2'
+ '2966e8c21b4176037cc7f1916a170f2b6c7fcdb563cde25e26063986d2bdc047'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- 'd7bb560076ab07ea2e179e373d59e1f901d648c045ed286ac5301cf067b8e6bf'
+ '5ac86acadcecb050c12f0b166fede71441c90415f3b794860764894deb451949'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {