summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-04-23 07:17:12 -0500
committerTroy Engel2016-04-23 07:17:12 -0500
commit4836d161595d402c491bd642ce2dd3c71ee54ecc (patch)
tree2474f204caa651705cdf2df0cc13319ac96cb441 /PKGBUILD
parentfb034d4945e4ea617280835ff872fab171e53f67 (diff)
downloadaur-4836d161595d402c491bd642ce2dd3c71ee54ecc.tar.gz
new version 106.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4493669d3d3..c6dfa299bd26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=105.0.0
+pkgver=106.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=('4d181bd90166ed53536e5f6007c3c529b6d2fcdc'
+sha1sums_x86_64=('22fbe7226d4f7729f894512064af1226136b80cc'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('4d309314a009da5714e0ef55b2bcffee586c0687'
+sha1sums_i686=('1a3a023a26fe92129ece3229e4c228fb5f3a6b92'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {