summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Astrachan2022-10-06 10:17:52 -0400
committerWinston Astrachan2022-10-06 10:17:52 -0400
commitc5887edcbe1b6e84e9d89a03972350e51331ee9f (patch)
tree004f7f755f529e4425585b0d814fcce964cd01a4
parent5bcf255d68b41a3ba4e40fc39fe585d67b01f22b (diff)
downloadaur-c5887edcbe1b6e84e9d89a03972350e51331ee9f.tar.gz
chore: upgrade google-cloud-sdk-gke-auth-plugin to 405.0.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1568ca923ad..32e301a89714 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=404.0.0
+pkgver=405.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=('160dcb478d7133ce52964cd188aa0022fb2220ed2a21a574a8eaf6161b20c7d8'
+sha256sums=('dbd8f343e393a57cd76a36358984ab26c2308da6e0fc6b2ac1478527517257ee'
'4432c1e71c39cb0914baa4df6c8699adc7e633163da7be87ac159d5b320cb346')
install="${pkgname}.install"