summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-05-18 18:22:18 -0500
committerTroy Engel2016-05-18 18:22:18 -0500
commitceec8dee28140d66222efb75cc01a13278113f8e (patch)
treee7b8996f85e53e69704c7ecd05289d5cd9c675ab /PKGBUILD
parent06a86b4ec3acef3391ad7fa169742e75eef9f3fa (diff)
downloadaur-ceec8dee28140d66222efb75cc01a13278113f8e.tar.gz
new version 110.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebe8416063a4..0a41a8833b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=109.0.0
+pkgver=110.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=('903598a0ab9c10d21e02a01570b28bef9c51f784'
+sha1sums_x86_64=('fca475aae1983f9777c5fdd17a30c341ea0b9106'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('95a2df9a077b5a0e5a08203b5ee3d322fb88e94b'
+sha1sums_i686=('0f585955a726b0d9db1fee174614263df7b41638'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {