summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2018-03-28 12:29:27 +1100
committerMansour Behabadi2018-03-28 12:29:27 +1100
commit6a293b96ccd5155879ec17e6d9da10be0399107e (patch)
treec86364c7394668600ee4cf3968019c68ab71a395 /PKGBUILD
parentfb96e8bcb496661a689562df5ff5676ddec68f94 (diff)
downloadaur-6a293b96ccd5155879ec17e6d9da10be0399107e.tar.gz
New release 194.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c39d4a88c8f..48121b2283fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=192.0.0
+pkgver=194.0.0
pkgrel=1
pkgdesc="Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), plus Python/PHP appengine SDK components"
url="https://cloud.google.com/sdk/"
@@ -27,13 +27,13 @@ options=('!strip' 'staticlibs')
source_x86_64=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86_64.tar.gz"
"profile.sh")
sha256sums_x86_64=(
- 'f8220a7f8c4d45644ab422feabc36ad4d80834fc1b21a48d8d7901ea8184d4b5'
+ 'bc8128569b8c1c4f53512f95bce66efedec60ab6f877f39472373b4e610ab09c'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- 'c8f98b2c70230f0c1f68152be39a9eaedaa1d310fb88b60d8fecb4e4e4e173e0'
+ 'ae55ceae711302dc1258ef6498329d5b280661e1e5491c0f2b2fdef420354809'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {