update to v0.17.8

This commit is contained in:
Lukas Grossar
2024-05-23 09:52:33 +02:00
parent 016725588b
commit d59082a4e9
2 changed files with 7 additions and 7 deletions

View File

@@ -2,17 +2,17 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=k0sctl-bin
pkgver=0.17.5
pkgver=0.17.8
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=('af3296f9b0155c39db8470df8765f66ccb24dfe95ecc7a9744bb5c647b14b8c5')
sha256sums=('1b7a9e7bfb656911e75d558a4bcc89bce7d027da0f770a3df72f5357b7c6003e')
options=(!strip)
provides=(k0sctl)
conflicts=(k0sctl)
provides=("k0sctl")
conflicts=("k0sctl")
package() {
install -Dm 755 "$srcdir/k0sctl-linux-x64-$pkgver" "$pkgdir/usr/bin/k0sctl"