Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages / kubeone
Commits: ab29fc71 by Christian Rebischke at 2023-10-04T16:56:35+02:00 upgpkg: 1.7.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = kubeone + pkgdesc = A lifecycle management tool for Highly-Available Kubernetes clusters + pkgver = 1.7.0 + pkgrel = 1 + url = https://github.com/kubermatic/kubeone + arch = x86_64 + license = Apache + makedepends = go + makedepends = git + optdepends = terraform: sourcing data about infrastructure and control plane nodes + options = !lto + source = kubeone-1.7.0::git+https://github.com/kubermatic/kubeone#commit=1195366fd0cf11f314d194a3b29b6a782afde9a8 + sha512sums = SKIP + +pkgname = kubeone ===================================== PKGBUILD ===================================== @@ -2,14 +2,14 @@ # Contributor: Loodse <[email protected]> pkgname=kubeone -_pkgver=1.6.2 +_pkgver=1.7.0 pkgver="${_pkgver/-/}" # We check out the repo via git for retrieving necessary information # for `kubeone version`. -_kubeone_commit="184adc3b7d0c1e2e7630ded518cbfdfab7300755" +_kubeone_commit="1195366fd0cf11f314d194a3b29b6a782afde9a8" pkgrel=1 pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters" -url="https://www.kubeone.io" +url="https://github.com/kubermatic/kubeone" arch=("x86_64") license=("Apache") makedepends=("go" "git") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kubeone/-/commit/ab29fc71a9ccb4655130b2eab8dd33ec7071af2b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kubeone/-/commit/ab29fc71a9ccb4655130b2eab8dd33ec7071af2b You're receiving this email because of your account on gitlab.archlinux.org.
