summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-09-28 11:14:39 +1000
committerMansour Behabadi2017-09-28 11:14:39 +1000
commit5f459d100f12aae6f61bff775315e89183e8203a (patch)
tree956406d0c12bf2b5f10ab0c9d018c3259d40a90e /PKGBUILD
parente5eb04f106ebd0436c8f1c78d3e3bb8959d8a1a4 (diff)
downloadaur-5f459d100f12aae6f61bff775315e89183e8203a.tar.gz
new release 173.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88ad31a86e0c..f15b48bdfa2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=172.0.0
+pkgver=173.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=(
- '63b3886debb897820641b4e8296c4f20fb7c8437aeb81922ad90aeb79e477e37'
+ '8b8f900e23c24be808f59fc3233ff0d763adcca9fd9e07d9ba3c8977701001a3'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- 'd594a48a6d0256c3e0ce534a8bf1b0681501403531761f5daf6bbe5fa9407f10'
+ 'd2bc8d32dff1e84c8a24db9b36b5da99fcdd374e8b3783650ec0a3b4d242ab8c'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {