summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-08-12 08:42:02 -0500
committerTroy Engel2016-08-12 08:42:02 -0500
commitddce02eeb3acf306f16b965fdcfda73e31cb9260 (patch)
treea1d76a360743484b679fd48bb3d4dd430e93da2d /PKGBUILD
parent06c93b72cb71b86054e9ca6c4405011d036bbb7e (diff)
downloadaur-ddce02eeb3acf306f16b965fdcfda73e31cb9260.tar.gz
new version 121.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c74f7048d4e8..8b7cba4f2a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=120.0.0
+pkgver=121.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=('5c70c10230670ac79af5629b38410eb0eeaf30eb'
+sha1sums_x86_64=('b539e68646a55a320fa629bd40bd87fb04fab5ad'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('603cb098e840eb342ca1f784ef221bdf6b3602f7'
+sha1sums_i686=('4d541cc13f6e2de50b3b01e789e32bfe4064be5f'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {