chore(update): v0.12.3

Signed-off-by: Toni Tauro <eye@eyenx.ch>
This commit is contained in:
Lukas Grossar
2022-01-03 16:33:59 +01:00
committed by Toni Tauro
parent 6467dfa6ff
commit d1f825020a
2 changed files with 7 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
pkgbase = k0sctl-bin
pkgdesc = A bootstrapping and management tool for k0s clusters.
pkgver = 0.11.4
pkgrel = 3
pkgver = 0.12.3
pkgrel = 1
url = https://github.com/k0sproject/k0sctl
arch = x86_64
license = Apache
options = !strip
source = k0sctl-linux-x64-0.11.4::https://github.com/k0sproject/k0sctl/releases/download/v0.11.4/k0sctl-linux-x64
sha256sums = a34d49a3bf735fe57590ef8b6c559fc35d02d9de0fefdc3fc4f1192cafa60614
source = k0sctl-linux-x64-0.12.3::https://github.com/k0sproject/k0sctl/releases/download/v0.12.3/k0sctl-linux-x64
sha256sums = 04ca7471f2ad803cd16c9e93fa94982cb3530d719233fa5d3baf5b38fa9211fb
pkgname = k0sctl-bin

View File

@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=k0sctl-bin
pkgver=0.11.4
pkgrel=3
pkgver=0.12.3
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=('a34d49a3bf735fe57590ef8b6c559fc35d02d9de0fefdc3fc4f1192cafa60614')
sha256sums=('04ca7471f2ad803cd16c9e93fa94982cb3530d719233fa5d3baf5b38fa9211fb')
options=(!strip)
package() {