Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / krew
Commits: a0fc4520 by Carl Smedstad at 2025-03-19T11:55:32+01:00 upgpkg: 0.4.5-1: Upstream release https://github.com/kubernetes-sigs/krew/releases/tag/v0.4.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = krew pkgdesc = Find and install kubectl plugins - pkgver = 0.4.4 - pkgrel = 4 + pkgver = 0.4.5 + pkgrel = 1 url = https://github.com/kubernetes-sigs/krew arch = x86_64 groups = kubectl-plugins @@ -11,7 +11,7 @@ pkgbase = krew depends = glibc depends = kubectl options = !lto - source = git+https://github.com/kubernetes-sigs/krew#tag=v0.4.4 - sha256sums = 35b474fd00a808ab72d28b9f4c2610fb99c83ccf7e8001de99e372c56f787fc2 + source = git+https://github.com/kubernetes-sigs/krew#tag=v0.4.5 + sha256sums = 7a4af7717c060b035ef975d00db3ea6fa9c35451b237f67efe508a7164fdc572 pkgname = krew ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Victor <[email protected]> pkgname=krew -pkgver=0.4.4 -pkgrel=4 +pkgver=0.4.5 +pkgrel=1 pkgdesc="Find and install kubectl plugins" arch=(x86_64) url="https://github.com/kubernetes-sigs/krew" @@ -18,7 +18,7 @@ depends=( makedepends=(go) options=(!lto) source=("git+$url#tag=v$pkgver") -sha256sums=('35b474fd00a808ab72d28b9f4c2610fb99c83ccf7e8001de99e372c56f787fc2') +sha256sums=('7a4af7717c060b035ef975d00db3ea6fa9c35451b237f67efe508a7164fdc572') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/krew/-/commit/a0fc4520f0a77b85278ba7d3907056025a0e8e33 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/krew/-/commit/a0fc4520f0a77b85278ba7d3907056025a0e8e33 You're receiving this email because of your account on gitlab.archlinux.org.
