summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-05-15 07:35:51 -0500
committerTroy Engel2016-05-15 07:35:51 -0500
commit06a86b4ec3acef3391ad7fa169742e75eef9f3fa (patch)
treeba0a829dc216950b69a9467ba21a942c9f776271 /PKGBUILD
parent82ab0b6492b5ec2b2c046a623212a97b9d0c170a (diff)
downloadaur-06a86b4ec3acef3391ad7fa169742e75eef9f3fa.tar.gz
new version 109.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43afb1518074..ebe8416063a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=108.0.0
+pkgver=109.0.0
pkgrel=1
pkgdesc="Contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform"
url="https://cloud.google.com/sdk/"
@@ -20,13 +20,13 @@ options=('!strip' 'staticlibs')
# 64bit
source_x86_64=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86_64.tar.gz"
"profile.sh")
-sha1sums_x86_64=('00fd5266809fbdc4ba8eaa01b352e65805b3302c'
+sha1sums_x86_64=('903598a0ab9c10d21e02a01570b28bef9c51f784'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('a5a2cca23fc21862def5b63d909e4cb555201c18'
+sha1sums_i686=('95a2df9a077b5a0e5a08203b5ee3d322fb88e94b'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {