summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-05-07 06:58:40 -0500
committerTroy Engel2016-05-07 06:58:40 -0500
commit82ab0b6492b5ec2b2c046a623212a97b9d0c170a (patch)
treece7f1d168e9ff6f18f0398336a252f8153fbf19a /PKGBUILD
parentd10232a5150c0fecbde2ac4c8167f824f8f90911 (diff)
downloadaur-82ab0b6492b5ec2b2c046a623212a97b9d0c170a.tar.gz
new version 108.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dda6a5746d37..43afb1518074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=107.0.0
+pkgver=108.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=('20a6d3cd283a7089972e9a4c02912c6512283157'
+sha1sums_x86_64=('00fd5266809fbdc4ba8eaa01b352e65805b3302c'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('06ba60b75a7eabdd68759c897a34cbc3a289c560'
+sha1sums_i686=('a5a2cca23fc21862def5b63d909e4cb555201c18'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {