update to 0.16.0

This commit is contained in:
Lukas Grossar
2023-10-12 13:52:15 +02:00
parent 9c5584912a
commit 37a57f54d6
2 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
pkgbase = k0sctl-bin
pkgdesc = A bootstrapping and management tool for k0s clusters.
pkgver = 0.15.5
pkgver = 0.16.0
pkgrel = 1
url = https://github.com/k0sproject/k0sctl
arch = x86_64
license = Apache
options = !strip
source = k0sctl-linux-x64-0.15.5::https://github.com/k0sproject/k0sctl/releases/download/v0.15.5/k0sctl-linux-x64
sha256sums = 62f70e3f524bd88fa3126eb123ad40ef559e9ca2d0511f8c36fe553a0d33b0c2
source = k0sctl-linux-x64-0.16.0::https://github.com/k0sproject/k0sctl/releases/download/v0.16.0/k0sctl-linux-x64
sha256sums = b21eb9edc90180d3bfb3413b82efac3811989f85d5c1f8e54750bf7b2144fbc6
pkgname = k0sctl-bin

View File

@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=k0sctl-bin
pkgver=0.15.5
pkgver=0.16.0
pkgrel=1
pkgdesc="A bootstrapping and management tool for k0s clusters."
arch=('x86_64')
url="https://github.com/k0sproject/k0sctl"
license=('Apache')
source=("k0sctl-linux-x64-$pkgver::https://github.com/k0sproject/k0sctl/releases/download/v${pkgver}/k0sctl-linux-x64")
sha256sums=('62f70e3f524bd88fa3126eb123ad40ef559e9ca2d0511f8c36fe553a0d33b0c2')
sha256sums=('b21eb9edc90180d3bfb3413b82efac3811989f85d5c1f8e54750bf7b2144fbc6')
options=(!strip)
package() {