summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-06-19 08:52:02 -0500
committerTroy Engel2016-06-19 08:52:02 -0500
commit909c07a6b6180398d9a63ea3d2f006e0b0a75a80 (patch)
tree539d2b1606ea3e108062488f252e4188773422d0 /PKGBUILD
parent86ff79aaa90757be52b4450533720ff4ff918f59 (diff)
downloadaur-909c07a6b6180398d9a63ea3d2f006e0b0a75a80.tar.gz
new version 114.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95d61b91b4a0..7b17f4d11955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=113.0.0
+pkgver=114.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=('0cb00a0ee6443afceec0ca092ba5a9b66913b87c'
+sha1sums_x86_64=('30ff9b4c28ccc9be790c97478612dfb751665d64'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('9688e061f3360f979d511dbb2f7475ad8b2144a0'
+sha1sums_i686=('4e4dcbdbb342a8c07b2dd42fa50d4a0a52e19b1a'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {