Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / azure-kubelogin
Commits: c8f2cd74 by Carl Smedstad at 2024-12-14T17:39:11+01:00 upgpkg: 0.1.6-1: Upstream release https://github.com/Azure/kubelogin/releases/tag/v0.1.6 - - - - - 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.1.5 + pkgver = 0.1.6 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.1.5 - sha256sums = 0fa94b51946210efb67f15de4d48119e614993f3f62bdfcde99b465353588e4c + source = azure-kubelogin::git+https://github.com/Azure/kubelogin.git#tag=v0.1.6 + sha256sums = 461325c50d9ecc8d9e91884e65818bb028822102bbb1f08fe344f63b6f9f3a4f pkgname = azure-kubelogin ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: William Aass Dahlen <[email protected]> pkgname=azure-kubelogin -pkgver=0.1.5 +pkgver=0.1.6 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") -sha256sums=('0fa94b51946210efb67f15de4d48119e614993f3f62bdfcde99b465353588e4c') +sha256sums=('461325c50d9ecc8d9e91884e65818bb028822102bbb1f08fe344f63b6f9f3a4f') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-kubelogin/-/commit/c8f2cd74816bd8555cd7fbe701296b7d0aefc7d6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-kubelogin/-/commit/c8f2cd74816bd8555cd7fbe701296b7d0aefc7d6 You're receiving this email because of your account on gitlab.archlinux.org.
