From d0872d7ed03b98a18bc454a062c30b6b5761248a Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Fri, 9 Sep 2022 16:47:17 +0200 Subject: [PATCH] chore(update): 1.24.4 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 31bce0e..7263fb4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = k0s-bin pkgdesc = k0s - Zero Friction Kubernetes - pkgver = 1.24.3+k0s.0 + pkgver = 1.24.4+k0s.0 pkgrel = 1 url = https://github.com/k0sproject/k0s arch = x86_64 license = Apache options = !strip - source = https://github.com/k0sproject/k0s/releases/download/v1.24.3+k0s.0/k0s-v1.24.3+k0s.0-amd64 - sha256sums = 03d36021ee270a99f1703eea9e1510e2cf98bf8ab929d18c87076f1b0eec81ad + source = https://github.com/k0sproject/k0s/releases/download/v1.24.4+k0s.0/k0s-v1.24.4+k0s.0-amd64 + sha256sums = c94fb7da760cbdde5ef90e0183cf9c2dd32be139d82e64c3f6ab83d614049383 pkgname = k0s-bin diff --git a/PKGBUILD b/PKGBUILD index c7ea935..bb31741 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ # Co-Maintainer: Lukas Grossar pkgname=k0s-bin -pkgver=1.24.3+k0s.0 +pkgver=1.24.4+k0s.0 pkgrel=1 pkgdesc="k0s - Zero Friction Kubernetes" arch=('x86_64') url="https://github.com/k0sproject/k0s" license=('Apache') source=("https://github.com/k0sproject/k0s/releases/download/v${pkgver}/k0s-v${pkgver}-amd64") -sha256sums=('03d36021ee270a99f1703eea9e1510e2cf98bf8ab929d18c87076f1b0eec81ad') +sha256sums=('c94fb7da760cbdde5ef90e0183cf9c2dd32be139d82e64c3f6ab83d614049383') options=(!strip) package() {