summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2017-04-27 06:47:50 -0500
committerTroy Engel2017-04-27 06:47:50 -0500
commit67df8628cdd5432aa4f9271714705355cd0ea24b (patch)
tree7aac0644ef93dfabfc76af2793ad78ff931f98de /PKGBUILD
parent15209a8fac2b2f0612bbaea1378118f0e9acdb6e (diff)
downloadaur-67df8628cdd5432aa4f9271714705355cd0ea24b.tar.gz
new version 153.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35cbcd8e4a9d..d90291f1d959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=152.0.0
+pkgver=153.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=(
- '8bfae5fe02005bd6613184d9331debe33beb6757d8fa8b1b2fd38b89a8b5659b'
+ 'ade29e765f7847bf6081affb6eada69b45138d4abb443b1484e891312990e958'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- 'dcd7b0afc36cb6a260eae9a966a51648b05427ae45af0a2fbdebec0c845fa01d'
+ '0ec8cf4b732707cc2fe67bbc9af1ceff168c8ce0b8d8b0bb48b4ecbae35f0bc1'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {