summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-08-25 17:54:35 -0500
committerTroy Engel2016-08-25 17:54:35 -0500
commitf56fb1608cc70e8b6b74e20356e50335a26d56c8 (patch)
treefb8ee59d487d68525aba6c92b4b7c4c7915053b8 /PKGBUILD
parent0bee6a506d88cff3d69d981a9f248409c2ead8e5 (diff)
downloadaur-f56fb1608cc70e8b6b74e20356e50335a26d56c8.tar.gz
new version 123.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9453f3b37a26..34e403e1253f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=122.0.0
+pkgver=123.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=('b98776a1250eb63bb73cada030db311bc243db97'
+sha1sums_x86_64=('b051c205fd9c0b4e2c0c814ffafa0fb1618ad02f'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('393fb0badf40f0785d88e2742514fdeded697821'
+sha1sums_i686=('fdd1c3c6928086a045dcf5d46d71f68836198af9'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {