summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-11-17 10:01:55 +1100
committerMansour Behabadi2017-11-17 10:01:55 +1100
commit06b89da9699481579b3077bc9e8f1d31cc7ec0f4 (patch)
tree20ce2b49ee76a25162194808610149062b8dffb6 /PKGBUILD
parent8faca2026b2f5ef65e794bc1041c35d293f96af9 (diff)
downloadaur-06b89da9699481579b3077bc9e8f1d31cc7ec0f4.tar.gz
new release 180.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4cbdcbd1aca..b870ef46cab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=179.0.0
+pkgver=180.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=(
- '7852ec02a38453ed11707646123994e5714a8ffd7cf3b401f4c963aadba8ed14'
+ '5a5c2e1bedcf6aaabf31cf70b2636c99c1f022c68f14702b832129f686bbdd8b'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '9aa61b596fc7a247643bf42f5d2ce153d46da79b136f0723055ad1a2864aba46'
+ 'd28e70553e1cff573dc89b9b7961d58d9205c58cb847dd0417c8f3990a49427a'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {