summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-08-31 15:30:53 +1000
committerMansour Behabadi2017-08-31 15:30:53 +1000
commit02dbb685b165d87b79ef66c6017a197957ed3324 (patch)
tree177afae72fa0dd8d945acf7688101507929b2c84 /PKGBUILD
parent0107820c89b82400c6e7629235e9f43bebe36cbd (diff)
downloadaur-02dbb685b165d87b79ef66c6017a197957ed3324.tar.gz
new release 169.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b695b6f6502..fc7f96e7b956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=168.0.0
+pkgver=169.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=(
- 'cf16d853f3667b6927035d192fc5a8d93453edd5eca2c54381f5e404777c324e'
+ '2ba827e5c79cfdeb267b4bcb4e094cf6fba4a6b47eb1c6302a439670a3805751'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- 'ed260fd8c3a345f94d1e78c3eb34ff21aa72647586436ba008d80c5967fe9e67'
+ 'cc56600f53808274d8bc6e82495a091ddb17a44b1ee7d6dc8d6a76892f07de5e'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {