summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Astrachan2023-02-22 10:39:21 -0500
committerWinston Astrachan2023-02-22 10:39:21 -0500
commitff5c9a91eab46a7e3c9f16254fcd3a2eb41e8bfe (patch)
tree6f62c68f31346c587e3e0a876e652ef46deaa43a
parent3f8d0cd4f50c69f2ec981043b0f5947641c79191 (diff)
downloadaur-ff5c9a91eab46a7e3c9f16254fcd3a2eb41e8bfe.tar.gz
upgpkg: google-cloud-sdk-gke-gcloud-auth-plugin 419.0.0-1
upstream release chore: update google-cloud-sdk-gke-gcloud-auth-plugin to 419.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0eb660f0eeb..13c305474edc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-cloud-sdk-gke-gcloud-auth-plugin
pkgdesc = A google-cloud-sdk component that provides a kubectl authentication plugin for GKE.
- pkgver = 418.0.0
+ pkgver = 419.0.0
pkgrel = 1
url = https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
install = google-cloud-sdk-gke-gcloud-auth-plugin.install
@@ -8,9 +8,9 @@ pkgbase = google-cloud-sdk-gke-gcloud-auth-plugin
license = Apache
depends = google-cloud-sdk
options = !strip
- source = https://storage.googleapis.com/cloud-sdk-release/for_packagers/linux/google-cloud-cli-gke-gcloud-auth-plugin_418.0.0.orig_amd64.tar.gz
+ source = https://storage.googleapis.com/cloud-sdk-release/for_packagers/linux/google-cloud-cli-gke-gcloud-auth-plugin_419.0.0.orig_amd64.tar.gz
source = google-cloud-sdk-gke-gcloud-auth-plugin.sh
- sha256sums = 65a4edc10ca993e4948b402f477fb65e4a160111c8ec478412e6495d92832969
+ sha256sums = 80b33ac6118eee356f88741c0374301d99ac696120e732ba3b5c9aa44ebe10f9
sha256sums = 4432c1e71c39cb0914baa4df6c8699adc7e633163da7be87ac159d5b320cb346
pkgname = google-cloud-sdk-gke-gcloud-auth-plugin
diff --git a/PKGBUILD b/PKGBUILD
index e43f087c309a..ac197909de9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Winston Astrachan <winston dot astrachan at gmail dot com>
pkgname=google-cloud-sdk-gke-gcloud-auth-plugin
-pkgver=418.0.0
+pkgver=419.0.0
pkgrel=1
pkgdesc="A google-cloud-sdk component that provides a kubectl authentication plugin for GKE."
arch=('x86_64')
@@ -12,7 +12,7 @@ options=('!strip')
source=(
"https://storage.googleapis.com/cloud-sdk-release/for_packagers/linux/google-cloud-cli-gke-gcloud-auth-plugin_${pkgver}.orig_amd64.tar.gz"
'google-cloud-sdk-gke-gcloud-auth-plugin.sh')
-sha256sums=('65a4edc10ca993e4948b402f477fb65e4a160111c8ec478412e6495d92832969'
+sha256sums=('80b33ac6118eee356f88741c0374301d99ac696120e732ba3b5c9aa44ebe10f9'
'4432c1e71c39cb0914baa4df6c8699adc7e633163da7be87ac159d5b320cb346')
install="${pkgname}.install"