Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / skaffold
Commits: e9606e8f by Carl Smedstad at 2026-06-04T23:17:11+02:00 upgpkg: 2.22.0-1: Upstream release https://github.com/GoogleContainerTools/skaffold/releases/tag/v2.22.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = skaffold pkgdesc = A command line tool that facilitates continuous development for Kubernetes applications - pkgver = 2.21.0 + pkgver = 2.22.0 pkgrel = 1 url = https://github.com/GoogleContainerTools/skaffold arch = x86_64 @@ -15,8 +15,8 @@ pkgbase = skaffold optdepends = kubectl: For Kubernetes support optdepends = minikube: To use Minikube options = !lto - source = skaffold::git+https://github.com/GoogleContainerTools/skaffold.git#tag=v2.21.0 - sha512sums = 69181262ffe50ab8f17ef3dcb2270d0618805b10b39204005eab44e86f1bc00f6c796842bce08a5403155588cab3883afc7a00967d79693c89eb29c83029f561 - b2sums = 71352a1cfac7c31cf8ab6960a7397038ca81654b4aa77c7cff55378e5962597769f9741b6d2879810769f387e3571f05750c8fb9ece11415cf7cd8e61a50696c + source = skaffold::git+https://github.com/GoogleContainerTools/skaffold.git#tag=v2.22.0 + sha512sums = 132162da7a0f7e3c84fdf827a4728f3b957e41d4506fe3e69839281795c2f3c6b6b841d463c71637c967f7800bd0696b20f7072d6f68cc273f3f60169c61ba55 + b2sums = cf5d1e72e350af25dfe5693904b1844b97c464e964ca1f212433c892f76540689f9af436128b676125f2c7298a8a3027a7b94988336aeea546704a9ad7789ce4 pkgname = skaffold ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Stefan Cocora <stefan dot cocora at gmail dot com> pkgname=skaffold -pkgver=2.21.0 +pkgver=2.22.0 pkgrel=1 pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications" arch=("x86_64") @@ -29,8 +29,8 @@ optdepends=( ) options=(!lto) source=("$pkgname::git+$url.git#tag=v$pkgver") -sha512sums=('69181262ffe50ab8f17ef3dcb2270d0618805b10b39204005eab44e86f1bc00f6c796842bce08a5403155588cab3883afc7a00967d79693c89eb29c83029f561') -b2sums=('71352a1cfac7c31cf8ab6960a7397038ca81654b4aa77c7cff55378e5962597769f9741b6d2879810769f387e3571f05750c8fb9ece11415cf7cd8e61a50696c') +sha512sums=('132162da7a0f7e3c84fdf827a4728f3b957e41d4506fe3e69839281795c2f3c6b6b841d463c71637c967f7800bd0696b20f7072d6f68cc273f3f60169c61ba55') +b2sums=('cf5d1e72e350af25dfe5693904b1844b97c464e964ca1f212433c892f76540689f9af436128b676125f2c7298a8a3027a7b94988336aeea546704a9ad7789ce4') prepare() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/skaffold/-/commit/e9606e8f38e1ff21b4ce1bd35a9c9623115ddbc3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/skaffold/-/commit/e9606e8f38e1ff21b4ce1bd35a9c9623115ddbc3 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
