summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5a2f36987aa..e43f087c309a 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=417.0.0
+pkgver=418.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=('53edd2c1c0efece518b00d299deeb91fa26442447499c851444fe7989d95e873'
+sha256sums=('65a4edc10ca993e4948b402f477fb65e4a160111c8ec478412e6495d92832969'
'4432c1e71c39cb0914baa4df6c8699adc7e633163da7be87ac159d5b320cb346')
install="${pkgname}.install"