summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-06-04 07:59:02 -0500
committerTroy Engel2016-06-04 07:59:02 -0500
commit111ea0f36dc341d10ceb76e7c0ca3a7e99239bf2 (patch)
tree78d0deae7be73ce5d47e1aebdd40538b54ef2f29 /PKGBUILD
parent7abafeefa008614828891fb7835c590b1ff74778 (diff)
downloadaur-111ea0f36dc341d10ceb76e7c0ca3a7e99239bf2.tar.gz
new version 112.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db5f4eb40d1d..4a01376309c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=111.0.0
+pkgver=112.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=('0dfbc6c8c232eb2682132c2df86a2f345f5a99d7'
+sha1sums_x86_64=('f7c1f12d0efcf6488ce732d07a34f5fd83b8ef6c'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('7fee2b8705e9e368404c118fbb4fc45c867b64e5'
+sha1sums_i686=('ccf4d97135ee6d1e7100ebd940c7641c70fdf265'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {