summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2016-09-30 19:12:08 -0500
committerTroy Engel2016-09-30 19:12:08 -0500
commit6c3cd2968fd799e927a1a63b7b59dc63a9b52905 (patch)
tree86cabe8fcba8da73f28dc7f38900f81316c9b126 /PKGBUILD
parent32b9ee61befb934a83429fdcdb31cdebabe1b2cf (diff)
downloadaur-6c3cd2968fd799e927a1a63b7b59dc63a9b52905.tar.gz
new version 128.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5a3fb237582..564bfe321aa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=127.0.0
+pkgver=128.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/"
@@ -22,13 +22,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=('45abe78986b0ff9a147904aaf20d552fa4ad6f29'
+sha1sums_x86_64=('feae23a6d3d29e8b13c235c59d0cbbed7e0f24bc'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('b8bc463bfd9d42e027a1adab72d4b9e8c8f9e296'
+sha1sums_i686=('1e9040f6411893faae0b240d588169530eda29b8'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {