chore(update): 0.23.0

This commit is contained in:
Lukas Grossar
2025-02-27 15:33:03 +01:00
parent ea5837fc34
commit 9923b59d55
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = k0sctl-bin
pkgdesc = A bootstrapping and management tool for k0s clusters.
pkgver = 0.22.0
pkgver = 0.23.0
pkgrel = 1
url = https://github.com/k0sproject/k0sctl
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = k0sctl-bin
provides = k0sctl
conflicts = k0sctl
options = !strip
source = k0sctl-linux-amd64-0.22.0::https://github.com/k0sproject/k0sctl/releases/download/v0.22.0/k0sctl-linux-amd64
sha256sums = e7e12dc60d1496f140404055973a2e38bf58974b357f84699244496546136cb9
source = k0sctl-linux-amd64-0.23.0::https://github.com/k0sproject/k0sctl/releases/download/v0.23.0/k0sctl-linux-amd64
sha256sums = cf1642a84b732a61daf3a60c746f516e731046f2f9dffccdbc8ec8373202f1d8
pkgname = k0sctl-bin

View File

@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=k0sctl-bin
pkgver=0.22.0
pkgver=0.23.0
pkgrel=1
pkgdesc="A bootstrapping and management tool for k0s clusters."
arch=('x86_64')
url="https://github.com/k0sproject/k0sctl"
license=('Apache-2.0')
source=("k0sctl-linux-amd64-$pkgver::https://github.com/k0sproject/k0sctl/releases/download/v${pkgver}/k0sctl-linux-amd64")
sha256sums=('e7e12dc60d1496f140404055973a2e38bf58974b357f84699244496546136cb9')
sha256sums=('cf1642a84b732a61daf3a60c746f516e731046f2f9dffccdbc8ec8373202f1d8')
options=(!strip)
provides=("k0sctl")
conflicts=("k0sctl")