summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2018-01-24 11:10:35 +1100
committerMansour Behabadi2018-01-24 11:10:35 +1100
commit5e9cf30b0889a00f30ae860f9ecb1409abfb9c2a (patch)
treea231b943565c13ec95d9afddf86714ceb8425a41 /PKGBUILD
parent738dc723306de7d2555d646d7c318179f97396a0 (diff)
downloadaur-5e9cf30b0889a00f30ae860f9ecb1409abfb9c2a.tar.gz
New release 185.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f9498e17a8a..15be619b6e4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=183.0.0
+pkgver=185.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=(
- '6e5c76999ff3f14621d26e3c76967dc4c43613344947ab42fcc764311642c898'
+ '407c7318f25435ebd32cf12bf536da501786aa3095da406eab240e5e936202bb'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '943faf4b47049e29f9a67f6e56a473486373b50876d5aeb31651eb2e327d5572'
+ 'b2211e9979aa0f840a8d9cf60f96a9c75fc884fd49e7e08493a565d9f3116179'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {