summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2023-08-18 06:45:41 +0200
committerLukas Grossar2023-08-18 06:45:41 +0200
commit9c5584912a6afa6661ce67f944c74a1443fda7f6 (patch)
tree2c4244251524d16fbe76066408a156ceffc2fba8
parent25972dc359fc7c09ec7ec3a075b8820b8c8d2982 (diff)
downloadaur-9c5584912a6afa6661ce67f944c74a1443fda7f6.tar.gz
update to 0.15.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b642006cbb14..a9e433a86800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = k0sctl-bin
pkgdesc = A bootstrapping and management tool for k0s clusters.
- pkgver = 0.15.2
+ pkgver = 0.15.5
pkgrel = 1
url = https://github.com/k0sproject/k0sctl
arch = x86_64
license = Apache
options = !strip
- source = k0sctl-linux-x64-0.15.2::https://github.com/k0sproject/k0sctl/releases/download/v0.15.2/k0sctl-linux-x64
- sha256sums = 140f42ff0d2b97aaa89b7da681ab4b64abc03008bd39d4bf95c841faea125913
+ source = k0sctl-linux-x64-0.15.5::https://github.com/k0sproject/k0sctl/releases/download/v0.15.5/k0sctl-linux-x64
+ sha256sums = 62f70e3f524bd88fa3126eb123ad40ef559e9ca2d0511f8c36fe553a0d33b0c2
pkgname = k0sctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4675bdd931ae..9516425af1e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=k0sctl-bin
-pkgver=0.15.2
+pkgver=0.15.5
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=('140f42ff0d2b97aaa89b7da681ab4b64abc03008bd39d4bf95c841faea125913')
+sha256sums=('62f70e3f524bd88fa3126eb123ad40ef559e9ca2d0511f8c36fe553a0d33b0c2')
options=(!strip)
package() {