summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2022-06-03 10:11:09 +0200
committerLukas Grossar2022-06-03 10:11:09 +0200
commitec5f213585ff29398c56ec328b1bc3fc64dc1b85 (patch)
treee8224c587498e637c72992257dbc2e933837c3c8
parent2107e2bff941ef6f31e9e82c741dee2123da6aaf (diff)
downloadaur-ec5f213585ff29398c56ec328b1bc3fc64dc1b85.tar.gz
update to v0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8a5be8d4b37..9680fdc59904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = k0sctl-bin
pkgdesc = A bootstrapping and management tool for k0s clusters.
- pkgver = 0.12.6
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/k0sproject/k0sctl
arch = x86_64
license = Apache
options = !strip
- source = k0sctl-linux-x64-0.12.6::https://github.com/k0sproject/k0sctl/releases/download/v0.12.6/k0sctl-linux-x64
- sha256sums = 5e5e810f47457c0f35cb8d89d684d8854b6b12922be927118a16e5f7ae1ecdae
+ source = k0sctl-linux-x64-0.13.0::https://github.com/k0sproject/k0sctl/releases/download/v0.13.0/k0sctl-linux-x64
+ sha256sums = 0beb8fb539c1f1e796972ed10d13bf5c3d5bb06d3c99a1b3f9a3f23183eaaaff
pkgname = k0sctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 71955d9719ce..a64cbee1647b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=k0sctl-bin
-pkgver=0.12.6
+pkgver=0.13.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=('5e5e810f47457c0f35cb8d89d684d8854b6b12922be927118a16e5f7ae1ecdae')
+sha256sums=('0beb8fb539c1f1e796972ed10d13bf5c3d5bb06d3c99a1b3f9a3f23183eaaaff')
options=(!strip)
package() {