summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-06-12 07:41:44 -0500
committerTroy Engel2016-06-12 07:41:44 -0500
commit86ff79aaa90757be52b4450533720ff4ff918f59 (patch)
tree71da2232c563f0f2b020d98e9436c19a346e29bf /PKGBUILD
parent111ea0f36dc341d10ceb76e7c0ca3a7e99239bf2 (diff)
downloadaur-86ff79aaa90757be52b4450533720ff4ff918f59.tar.gz
new version 113.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a01376309c2..95d61b91b4a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=112.0.0
+pkgver=113.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=('f7c1f12d0efcf6488ce732d07a34f5fd83b8ef6c'
+sha1sums_x86_64=('0cb00a0ee6443afceec0ca092ba5a9b66913b87c'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('ccf4d97135ee6d1e7100ebd940c7641c70fdf265'
+sha1sums_i686=('9688e061f3360f979d511dbb2f7475ad8b2144a0'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {