From 051a5ef87d384b0fd6480e790a1f5fc77d932d8b Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 3 Nov 2022 15:52:12 +0100 Subject: [PATCH] feat(update): 1.25.3 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ef63a3e..c14ea17 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = k0s-bin pkgdesc = k0s - Zero Friction Kubernetes - pkgver = 1.25.2+k0s.0 + pkgver = 1.25.3+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.25.2+k0s.0/k0s-v1.25.2+k0s.0-amd64 - sha256sums = ef825eac5f1b851f4ee883e33587b019b5a76984aa7c37e06c64661b0dd4fd3c + source = https://github.com/k0sproject/k0s/releases/download/v1.25.3+k0s.0/k0s-v1.25.3+k0s.0-amd64 + sha256sums = 52537d860750193c328349e7979f69b4c5b8784ac9474ba440dee07a019f81c0 pkgname = k0s-bin diff --git a/PKGBUILD b/PKGBUILD index 1b6691d..1e789b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ # Co-Maintainer: Lukas Grossar pkgname=k0s-bin -pkgver=1.25.2+k0s.0 +pkgver=1.25.3+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=('ef825eac5f1b851f4ee883e33587b019b5a76984aa7c37e06c64661b0dd4fd3c') +sha256sums=('52537d860750193c328349e7979f69b4c5b8784ac9474ba440dee07a019f81c0') options=(!strip) package() {