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