summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2024-02-28 09:01:46 +0100
committerJosef Vybíhal2024-02-28 09:01:46 +0100
commit89755e4e0494cd92617d7d5813c515c131bff2da (patch)
tree5972f4d17b577871d7994a5b1d01819724e6b768
parent5959521fac719fcb7c68225d29b0fcde41597123 (diff)
downloadaur-89755e4e0494cd92617d7d5813c515c131bff2da.tar.gz
updpkg: 466.0.0
https://cloud.google.com/sdk/docs/release-notes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa20e4d234f..67aa326ec58a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-cloud-cli
pkgdesc = A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq.
- pkgver = 465.0.0
+ pkgver = 466.0.0
pkgrel = 1
url = https://cloud.google.com/cli/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = google-cloud-cli
options = !strip
options = staticlibs
options = !zipman
- source = google-cloud-cli-465.0.0.orig.tar.gz::https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-cli_465.0.0.orig_amd64.tar.gz
+ source = google-cloud-cli-466.0.0.orig.tar.gz::https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-cli_466.0.0.orig_amd64.tar.gz
source = google-cloud-cli.sh
source = 0003-add-compdef-to-zsh-completion.patch
- sha256sums = 66fec21c7e4df4e1bdd13f9372f0866456984155410dfc5ba60d9a754f7eafd9
+ sha256sums = 41980669e2647b79f5d0aa8d82c3ecb3fd126f107b4c360546be0d7f66bc1e58
sha256sums = e03ffb8a534b175dc497621a0396bcc29884279daa519e2cb90bd98c61d6530a
sha256sums = c19dbe916e6fd18d9b17b3309ee60c5d389035c5520822d2c14c045d8b853924
diff --git a/PKGBUILD b/PKGBUILD
index 21c490e228c3..32e6476b32ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@
# Contributor: Sebastien Bariteau <numkem@numkem.org>
# Contributor: Justin Dray <justin@dray.be>
+# Release Notes: https://cloud.google.com/sdk/docs/release-notes
+
# shellcheck disable=SC2034
# Cloud Storage Bucket: https://console.cloud.google.com/storage/browser/cloud-sdk-release/for_packagers/linux
# deb pool:
@@ -14,7 +16,7 @@
# - https://packages.cloud.google.com/apt/pool/google-cloud-cli_455.0.0-0_all_568366af2c266f73f44b302536eb2b7e143d67d783aaf0f89452dbd8ca805410.deb
_extractedName="google-cloud-sdk"
pkgname="google-cloud-cli"
-pkgver=465.0.0
+pkgver=466.0.0
pkgrel=1
pkgdesc="A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq."
url="https://cloud.google.com/cli/"
@@ -39,7 +41,7 @@ source=(
conflicts=('google-cloud-sdk')
provides=('google-cloud-sdk')
replaces=('google-cloud-sdk')
-sha256sums=('66fec21c7e4df4e1bdd13f9372f0866456984155410dfc5ba60d9a754f7eafd9'
+sha256sums=('41980669e2647b79f5d0aa8d82c3ecb3fd126f107b4c360546be0d7f66bc1e58'
'e03ffb8a534b175dc497621a0396bcc29884279daa519e2cb90bd98c61d6530a'
'c19dbe916e6fd18d9b17b3309ee60c5d389035c5520822d2c14c045d8b853924')