Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / azure-kubelogin
Commits: 4a0968e8 by Carl Smedstad at 2026-02-23T08:22:21+01:00 upgpkg: 0.2.15-1: Upstream release https://github.com/Azure/kubelogin/releases/tag/v0.2.15 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = azure-kubelogin pkgdesc = A Kubernetes credential (exec) plugin implementing azure authentication - pkgver = 0.2.14 + pkgver = 0.2.15 pkgrel = 1 url = https://github.com/Azure/kubelogin arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = azure-kubelogin makedepends = go depends = glibc options = !lto - source = azure-kubelogin::git+https://github.com/Azure/kubelogin.git#tag=v0.2.14 - b2sums = 5d0d15455f6d8cf7f1b028a5d15249c1c17c09996cc38e16da412f7490e1426c8c097db4a05d8e81531aa27e3879284cdc1f8965e19b47e295d6924630a63862 + source = azure-kubelogin::git+https://github.com/Azure/kubelogin.git#tag=v0.2.15 + b2sums = b5ad9b14ee500ff4f1ca06621531ad6e35f17a26705fb16e69d551bd52903a32a666e2cc1f443e4548455ecef0ae508661c96f89f9cbf2c1b27125a1e607da14 pkgname = azure-kubelogin ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: William Aass Dahlen <[email protected]> pkgname=azure-kubelogin -pkgver=0.2.14 +pkgver=0.2.15 pkgrel=1 pkgdesc="A Kubernetes credential (exec) plugin implementing azure authentication" arch=(x86_64) @@ -15,7 +15,7 @@ makedepends=( ) options=(!lto) source=("$pkgname::git+$url.git#tag=v$pkgver") -b2sums=('5d0d15455f6d8cf7f1b028a5d15249c1c17c09996cc38e16da412f7490e1426c8c097db4a05d8e81531aa27e3879284cdc1f8965e19b47e295d6924630a63862') +b2sums=('b5ad9b14ee500ff4f1ca06621531ad6e35f17a26705fb16e69d551bd52903a32a666e2cc1f443e4548455ecef0ae508661c96f89f9cbf2c1b27125a1e607da14') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-kubelogin/-/commit/4a0968e8ca25972a7ff2af0de4e0dc5ed02467fe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-kubelogin/-/commit/4a0968e8ca25972a7ff2af0de4e0dc5ed02467fe You're receiving this email because of your account on gitlab.archlinux.org.
