summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-09-12 17:08:45 +1000
committerMansour Behabadi2017-09-12 17:08:45 +1000
commit7c7718181a1781d2bf781c5c44e6215490eb28d9 (patch)
treee35d04f75d1215fd8d1ddf1c259bb2618af3fff5 /PKGBUILD
parent1a6d88a2744b217c78465bb256c60d881264615f (diff)
downloadaur-7c7718181a1781d2bf781c5c44e6215490eb28d9.tar.gz
new release 170.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d60bf4457aef..e32a57a4087a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=170.0.0
+pkgver=170.0.1
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=(
- '9f8074c567c04e6c02668faaf4b33eec00198ccfba295d91f0e983fa3007663d'
+ 'a09ff738ea9b3c9af906ee42e8ded48b84388574944d11406ba0cec6b2acdc89'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '4d1d589abd9dc01d681d71977898f8902c863459c5fd5653f2e8d3ab25c3d0e5'
+ '21dbe09d6e37ee207c58efb8d2140e8506a1d89eeb59e72db0625b7df76bf2bb'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {