summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-12-11 11:18:56 +1100
committerMansour Behabadi2017-12-11 11:18:56 +1100
commita0de3a9afb51652d9a20230a08433df7d5b7b4ae (patch)
tree3ebbbadde4097cbf7f16ccf74360ef3e729d9fbb /PKGBUILD
parent0896181f6bf4cd78e5c8c92ee00efe4391e3d9da (diff)
downloadaur-a0de3a9afb51652d9a20230a08433df7d5b7b4ae.tar.gz
new release 182.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db34e55e88db..3abfbb1987ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=180.0.1
+pkgver=182.0.0
pkgrel=1
pkgdesc="Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), 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=(
- '7eb632fc2d932371b5a988da15b4ec591f3cb7343fdbcfba37053098a0884113'
+ '3cae8a7b021f3c9eaab6c0b59a1301eb7cda3a422e645b3b0c6ccfe89b1e0332'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '4fe2457753e7fe080e8b318100d92d00048b9c9c9f662c78a838a9031e42a05d'
+ '127f98a25293d537d5a64d0df559d4053e6a8c77bbdc13566896ff7e6c2ceede'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {