summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2017-05-11 18:30:46 -0500
committerTroy Engel2017-05-11 18:30:46 -0500
commit5eca419667913e212872425a8e6982ff219b78a4 (patch)
tree343520c7f3d46e32e6de6fa083079050521b9c57 /PKGBUILD
parentbe70677b447607bfca21ce2afd460ffdee4e46c4 (diff)
downloadaur-5eca419667913e212872425a8e6982ff219b78a4.tar.gz
new version 155.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98d247617af5..6dbae24fcfd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=154.0.1
+pkgver=155.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=(
- 'b38a272872adcd79e93a87aa1867d4fd36567b40898559a57c1679e048529dea'
+ '4b64fba9d98b9e48cc7a37ed3b321e50f92e87f9c2b358d183f966dae05216a2'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '5a7651c20b2bc2b1b824fec9b73bee61ef821471f73541d2e0a06d2e236e62c0'
+ '5fc4754836a17fb74dc6abd6923ff8c0f6124d72fbc008778e15e37193ef08f6'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {