From 608b4d1537198ba455c4fe0fa5202b5ae1b45f1d Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 22 Jul 2021 13:49:47 +0200 Subject: [PATCH] chore(update): to 1.21.2+k0s.1 --- .SRCINFO | 7 +++---- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 553b827..f7720ae 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,12 @@ pkgbase = k0s-bin pkgdesc = k0s - Zero Friction Kubernetes - pkgver = 1.21.0+k0s.0 + pkgver = 1.21.2+k0s.1 pkgrel = 1 url = https://github.com/k0sproject/k0s arch = x86_64 license = Apache options = !strip - source = https://github.com/k0sproject/k0s/releases/download/v1.21.0+k0s.0/k0s-v1.21.0+k0s.0-amd64 - sha256sums = a851ddec426cf5e5e92f2bafa461b3727cb256ce82a7eea68e5c63b3ec401b5f + source = https://github.com/k0sproject/k0s/releases/download/v1.21.2+k0s.1/k0s-v1.21.2+k0s.1-amd64 + sha256sums = 7a50c799e44888c75b17dfbcb0d190a281ca9e0ccaef0f64f343cf746848ab9b pkgname = k0s-bin - diff --git a/PKGBUILD b/PKGBUILD index a66c376..d90d054 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ # Co-Maintainer: Lukas Grossar pkgname=k0s-bin -pkgver=1.21.0+k0s.0 +pkgver=1.21.2+k0s.1 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=('a851ddec426cf5e5e92f2bafa461b3727cb256ce82a7eea68e5c63b3ec401b5f') +sha256sums=('7a50c799e44888c75b17dfbcb0d190a281ca9e0ccaef0f64f343cf746848ab9b') options=(!strip) package() {