diff options
-rw-r--r-- | azure-kubelogin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-kubelogin/PKGBUILD b/azure-kubelogin/PKGBUILD index 5da3f324a..32ac48ccf 100644 --- a/azure-kubelogin/PKGBUILD +++ b/azure-kubelogin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=azure-kubelogin _name=kubelogin -pkgver=0.0.32 +pkgver=0.1.6 pkgrel=1 pkgdesc="A Kubernetes credential (exec) plugin implementing azure authentication" arch=(x86_64) @@ -18,7 +18,7 @@ depends=("${_pinned_dependencies[@]}") conflicts=(kubelogin) source=("$pkgname-$pkgver.tar.gz::https://github.com/Azure/$_name/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('4ca487d104280d012643c00cf4d250c1c8b55f28adaab0aad8696974a4e21b14') +sha512sums=('2d65724bd470e06aacbbbb3872d283c175b1e1f4411c3d3107107be3bd013935d1e66f79d459b98ff01c8e3c28e7a41d45d8bd2ab463641deab112ed92ea2dba') _archive="$_name-$pkgver" |