summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2024-05-10 19:56:05 +0200
committerPhillip Schichtel2024-05-10 19:56:05 +0200
commit052b15a6c1cfabf7fffcc1b2a1038ed0b27cae6a (patch)
tree8922e57fd175aae61fc6b2ffa50470ce2c6b0b26 /PKGBUILD
parentaa692c9cde8d45c1a255b985f8579e5b3bed95f1 (diff)
downloadaur-k0sctl.tar.gz
update to 0.17.8
and this time properly... including the commit hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d77846162439..ed4a653e6a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phillip Schichtel <phillip@schich.tel>
pkgname=k0sctl
-pkgver=0.17.7
+pkgver=0.17.8
pkgrel=1
pkgdesc="A bootstrapping and management tool for k0s clusters."
arch=('x86_64' 'armv7h' 'aarch64')
@@ -10,8 +10,8 @@ license=('Apache-2.0')
makedepends=('go>=1.21')
provides=(k0sctl)
validpgpkeys=(5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23)
-source=("git+https://github.com/k0sproject/k0sctl.git#commit=cd5b8ef8e8969209376e9243a5c56c0606710bd8")
-sha256sums=('ad12a9c1932870663dd3274fb8a99ef1f1e92674d742929acbf1a4d08b1ca08c')
+source=("git+https://github.com/k0sproject/k0sctl.git#commit=b061291724ccdfc4c7f54798f4e3bd93fdf68c1c")
+sha256sums=('33cc6d85148f485114380c7491ba3cc8c5a8cc6cb8ba23b4c21eb3f37c8125c5')
build() {
cd "k0sctl"