summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-09-18 09:03:39 +1000
committerMansour Behabadi2017-09-18 09:03:39 +1000
commita881c7425372e9d2ed8747f4cb64426d92180b0d (patch)
tree477ea74d9333f8be3e05f37c813526a659a783f6 /PKGBUILD
parent7c7718181a1781d2bf781c5c44e6215490eb28d9 (diff)
downloadaur-a881c7425372e9d2ed8747f4cb64426d92180b0d.tar.gz
new release 171.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e32a57a4087a..60aaca9c5e0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=170.0.1
+pkgver=171.0.0
pkgrel=1
pkgdesc="Tools and libraries SDK for managing resources on the Google Cloud Platform, 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=(
- 'a09ff738ea9b3c9af906ee42e8ded48b84388574944d11406ba0cec6b2acdc89'
+ '25461c08e8c4e235d83ab1a5b00690e14b837e06a10b25102d1682d138c4392d'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '21dbe09d6e37ee207c58efb8d2140e8506a1d89eeb59e72db0625b7df76bf2bb'
+ '4b03ccd7939bab89b444e021e3be3a9100e54a9dfaf02540b3b91ad2a04d9769'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {