summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-08-24 11:07:58 +1000
committerMansour Behabadi2017-08-24 11:07:58 +1000
commit0107820c89b82400c6e7629235e9f43bebe36cbd (patch)
tree7a92628cb9b44e8b064742f6bb2532ccb2f06c65 /PKGBUILD
parenta3493dd05bae0ef5d43f61486b47f216dd0d314b (diff)
downloadaur-0107820c89b82400c6e7629235e9f43bebe36cbd.tar.gz
new release 168.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f8abc8399ee..8b695b6f6502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=167.0.0
+pkgver=168.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=(
- 'adf9adbe72c9ab3124dfc9d9e4be01bdcc702e689abacc095a42d05d2ec0a943'
+ 'cf16d853f3667b6927035d192fc5a8d93453edd5eca2c54381f5e404777c324e'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '75a0043093f4457b6ae1441bb2d5115e6b36d99ff780b432726ed65dfabaa8dc'
+ 'ed260fd8c3a345f94d1e78c3eb34ff21aa72647586436ba008d80c5967fe9e67'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {