Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / azure-kubelogin
Commits: e2dfe9a6 by Carl Smedstad at 2025-02-01T13:39:26+01:00 upgpkg: 0.1.7-1: Upstream release https://github.com/Azure/kubelogin/releases/tag/v0.1.7 - - - - - 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.6 + pkgver = 0.1.7 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.6 - sha256sums = 461325c50d9ecc8d9e91884e65818bb028822102bbb1f08fe344f63b6f9f3a4f + source = azure-kubelogin::git+https://github.com/Azure/kubelogin.git#tag=v0.1.7 + sha256sums = c618f06f62d74b5b42c3d98b5396d6ff9886f557148e25e3ba852888fa48ea91 pkgname = azure-kubelogin ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: William Aass Dahlen <[email protected]> pkgname=azure-kubelogin -pkgver=0.1.6 +pkgver=0.1.7 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=('461325c50d9ecc8d9e91884e65818bb028822102bbb1f08fe344f63b6f9f3a4f') +sha256sums=('c618f06f62d74b5b42c3d98b5396d6ff9886f557148e25e3ba852888fa48ea91') prepare() { cd $pkgname @@ -34,6 +34,7 @@ build() { local ld_flags=" \ -compressdwarf=false \ -linkmode=external \ + -X main.gitTag=v$pkgver \ " go build -v -ldflags "$ld_flags" . } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-kubelogin/-/commit/e2dfe9a611c95f74ce66743572233316e7319b90 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-kubelogin/-/commit/e2dfe9a611c95f74ce66743572233316e7319b90 You're receiving this email because of your account on gitlab.archlinux.org.
