summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 222fda629850..edc5b64f89e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-cloud-cli-lite
pkgdesc = A distribution of the gcloud CLI that strips unnecessary dependencies to reduce the size by > 75%
- pkgver = 476.0.0
- pkgrel = 2
+ pkgver = 477.0.0
+ pkgrel = 1
url = https://github.com/tonymet/gcloud-lite
arch = x86_64
license = Apache-2.0
@@ -15,10 +15,10 @@ pkgbase = google-cloud-cli-lite
options = !strip
options = staticlibs
options = !zipman
- source = google-cloud-cli-lite-476.0.0.orig.tar.gz::https://github.com/tonymet/gcloud-lite/releases/download/476.0.0/google-cloud-cli-476.0.0-linux-x86_64-lite.tar.gz
+ source = google-cloud-cli-lite-477.0.0.orig.tar.gz::https://github.com/tonymet/gcloud-lite/releases/download/477.0.0/google-cloud-cli-477.0.0-linux-x86_64-lite.tar.gz
source = google-cloud-cli.sh
source = 0003-add-compdef-to-zsh-completion.patch
- sha256sums = 8ab3f95a9c5082858df77ff91e4c10cb4a23993eadf6cb7a8668512321fdbc6c
+ sha256sums = fa29a7aea0eb8e199bc2c1ac9e310d8a5f69174bf381f32facc13f8bf9bb98f5
sha256sums = 5d9ca924675b24fc1ed044cf52f9f218e72ddc12703770271b0417a4a3c3a15d
sha256sums = c19dbe916e6fd18d9b17b3309ee60c5d389035c5520822d2c14c045d8b853924
diff --git a/PKGBUILD b/PKGBUILD
index 9efbc840c42d..36c0832b1c49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_extractedName="google-cloud-sdk"
_pkgname="google-cloud-cli"
pkgname="${_pkgname}-lite"
-pkgver=476.0.0
-pkgrel=2
+pkgver=477.0.0
+pkgrel=1
pkgdesc="A distribution of the gcloud CLI that strips unnecessary dependencies to reduce the size by > 75%"
url="https://github.com/tonymet/gcloud-lite"
license=('Apache-2.0')
@@ -23,7 +23,7 @@ source=(
conflicts=('google-cloud-sdk' 'google-cloud-cli')
provides=('google-cloud-sdk' 'google-cloud-cli')
replaces=('google-cloud-sdk')
-sha256sums=('8ab3f95a9c5082858df77ff91e4c10cb4a23993eadf6cb7a8668512321fdbc6c'
+sha256sums=('fa29a7aea0eb8e199bc2c1ac9e310d8a5f69174bf381f32facc13f8bf9bb98f5'
'5d9ca924675b24fc1ed044cf52f9f218e72ddc12703770271b0417a4a3c3a15d'
'c19dbe916e6fd18d9b17b3309ee60c5d389035c5520822d2c14c045d8b853924')