summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-06-26 08:12:36 -0500
committerTroy Engel2016-06-26 08:12:36 -0500
commitafbafde334c245e89b65a8f13fd3a25b65ef557f (patch)
tree238c7bdca5b6081708e97cda151b98e029433a6d /PKGBUILD
parent909c07a6b6180398d9a63ea3d2f006e0b0a75a80 (diff)
downloadaur-afbafde334c245e89b65a8f13fd3a25b65ef557f.tar.gz
new version 115.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b17f4d11955..a3f5f315c025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=114.0.0
+pkgver=115.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=('30ff9b4c28ccc9be790c97478612dfb751665d64'
+sha1sums_x86_64=('76eaab165eab9a842ef2d68a4d164a76c37db01c'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('4e4dcbdbb342a8c07b2dd42fa50d4a0a52e19b1a'
+sha1sums_i686=('93aad1d38dccd5cc151b582da227f106d557a0a1'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {