summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2023-12-02 12:56:38 +0100
committerCarl Smedstad2023-12-02 12:56:38 +0100
commit1f144ccb83dd6016f8ab0c2be3400854a9411625 (patch)
tree13f313ce348ce171131eb419df1d8bce0b32a1f8
parent2de79274c0dc7d60f7fcb8a47de780761342b718 (diff)
downloadaur-1f144ccb83dd6016f8ab0c2be3400854a9411625.tar.gz
Publish version 0.0.34-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d79b86bd77..24b81af78632 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-kubelogin
pkgdesc = A Kubernetes credential (exec) plugin implementing azure authentication
- pkgver = 0.0.33
+ pkgver = 0.0.34
pkgrel = 1
url = https://github.com/Azure/kubelogin
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = azure-kubelogin
makedepends = go
depends = glibc
conflicts = kubelogin
- source = azure-kubelogin-0.0.33.tar.gz::https://github.com/Azure/kubelogin/archive/refs/tags/v0.0.33.tar.gz
- sha256sums = 3d3d45807bd915552216ca50d6067b2c15075f7209a91489d036aeb66828100c
+ source = azure-kubelogin-0.0.34.tar.gz::https://github.com/Azure/kubelogin/archive/refs/tags/v0.0.34.tar.gz
+ sha256sums = 794da3ea64c26eb4cd709b807fff6629fe14cf3e7c384bddf2b890caa0018d26
pkgname = azure-kubelogin
diff --git a/PKGBUILD b/PKGBUILD
index 7e70015a9e4c..ccd833d14164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=azure-kubelogin
_name=kubelogin
-pkgver=0.0.33
+pkgver=0.0.34
pkgrel=1
pkgdesc="A Kubernetes credential (exec) plugin implementing azure authentication"
arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(glibc)
conflicts=(kubelogin)
source=("$pkgname-$pkgver.tar.gz::https://github.com/Azure/$_name/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('3d3d45807bd915552216ca50d6067b2c15075f7209a91489d036aeb66828100c')
+sha256sums=('794da3ea64c26eb4cd709b807fff6629fe14cf3e7c384bddf2b890caa0018d26')
_archive="$_name-$pkgver"