chore(update): 0.10.1

Signed-off-by: Toni Tauro <eye@eyenx.ch>
This commit is contained in:
Toni Tauro
2021-09-10 09:14:31 +02:00
parent b16c979dbf
commit 4055b42f54
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.10.0
pkgver = 0.10.1
pkgrel = 1
url = https://github.com/k0sproject/k0sctl
arch = x86_64
license = Apache
options = !strip
source = https://github.com/k0sproject/k0sctl/releases/download/v0.10.0/k0sctl-linux-x64
sha256sums = ca6743a995426a479e358bcd4940e172dc3ef9353c0ce7ab604bc819adfcbb05
source = https://github.com/k0sproject/k0sctl/releases/download/v0.10.1/k0sctl-linux-x64
sha256sums = 581b1625f4bfa9918e0af74da7eaf8a109711315707438910d9153617cc63a3a
pkgname = k0sctl-bin

View File

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