summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMansour Behabadi2017-12-18 12:37:58 +1100
committerMansour Behabadi2017-12-18 12:37:58 +1100
commit738dc723306de7d2555d646d7c318179f97396a0 (patch)
tree5423a2aaa8329688b1b76807fd37a564f2a15e34 /PKGBUILD
parenta0de3a9afb51652d9a20230a08433df7d5b7b4ae (diff)
downloadaur-738dc723306de7d2555d646d7c318179f97396a0.tar.gz
new release 183.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3abfbb1987ea..5f9498e17a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=182.0.0
+pkgver=183.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=(
- '3cae8a7b021f3c9eaab6c0b59a1301eb7cda3a422e645b3b0c6ccfe89b1e0332'
+ '6e5c76999ff3f14621d26e3c76967dc4c43613344947ab42fcc764311642c898'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
sha256sums_i686=(
- '127f98a25293d537d5a64d0df559d4053e6a8c77bbdc13566896ff7e6c2ceede'
+ '943faf4b47049e29f9a67f6e56a473486373b50876d5aeb31651eb2e327d5572'
'36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692')
prepare() {