summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-01-24 09:09:29 -0600
committerTroy Engel2016-01-24 09:09:29 -0600
commit28e80a939d53fd88abd3015052b266057facdfeb (patch)
tree52324cfc9c09dcbbae3b026b70751f841adcdebe /PKGBUILD
parente9fecac7d5549e1cdc59295ceac1193fdaadf59a (diff)
downloadaur-28e80a939d53fd88abd3015052b266057facdfeb.tar.gz
new version 93.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9ced8206fba..6888caa88b64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=92.0.0
-pkgrel=2
+pkgver=93.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/"
license=("Apache")
@@ -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=('01e7bdf65da983d7af1098c15306f8b881760527'
+sha1sums_x86_64=('f20cf811c6a83cbba2790ba89c80de392841a51c'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('f6b9aa8c3aac87cf571eeee29d954198b04a1371'
+sha1sums_i686=('6f1b349c3d8dfc1b973549388bdf4cee5bef6711'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {