summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Astrachan2023-01-11 11:30:36 -0500
committerWinston Astrachan2023-01-11 11:30:36 -0500
commitf1bdbc3b149ae6a1b11212321ef0fdcc7f7dad67 (patch)
treed7d65eae775ef1d1fa542d0e511c57cb772f6228
parent06fbe5951063fcfb9b425544e47a3dd757e4a985 (diff)
downloadaur-f1bdbc3b149ae6a1b11212321ef0fdcc7f7dad67.tar.gz
upgpkg: google-cloud-sdk-gke-gcloud-auth-plugin 413.0.0-1
upstream release chore: update google-cloud-sdk-gke-gcloud-auth-plugin to 413.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3230d70ab06e..e9e8a0da1e0e 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 = 412.0.0
+ pkgver = 413.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_412.0.0.orig_amd64.tar.gz
+ source = https://storage.googleapis.com/cloud-sdk-release/for_packagers/linux/google-cloud-cli-gke-gcloud-auth-plugin_413.0.0.orig_amd64.tar.gz
source = google-cloud-sdk-gke-gcloud-auth-plugin.sh
- sha256sums = 38255834aa3bc5d7e75cda687f2ed796f064f5561ef8ddcdc7b0d53d45e88014
+ sha256sums = d84a62ffe7f0be070ef24ca0c2c9610f2c7becfbcab64f1a5ea2734afb633aa4
sha256sums = 4432c1e71c39cb0914baa4df6c8699adc7e633163da7be87ac159d5b320cb346
pkgname = google-cloud-sdk-gke-gcloud-auth-plugin
diff --git a/PKGBUILD b/PKGBUILD
index aadb9b34a69b..b0c6547621bd 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=412.0.0
+pkgver=413.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=('38255834aa3bc5d7e75cda687f2ed796f064f5561ef8ddcdc7b0d53d45e88014'
+sha256sums=('d84a62ffe7f0be070ef24ca0c2c9610f2c7becfbcab64f1a5ea2734afb633aa4'
'4432c1e71c39cb0914baa4df6c8699adc7e633163da7be87ac159d5b320cb346')
install="${pkgname}.install"