From 0b5b99346b7b118cdee919591d467e866ac0aa76 Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Mon, 5 Aug 2024 08:46:10 +0200 Subject: [PATCH] chore(update): 1.30.3+k0s.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7fe6c99..5af808e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = k0s-bin pkgdesc = k0s - Zero Friction Kubernetes - pkgver = 1.30.2+k0s.0 + pkgver = 1.30.3+k0s.0 pkgrel = 1 url = https://github.com/k0sproject/k0s arch = x86_64 - license = Apache + license = Apache-2.0 options = !strip - source = https://github.com/k0sproject/k0s/releases/download/v1.30.2+k0s.0/k0s-v1.30.2+k0s.0-amd64 - sha256sums = 9bc1488dfde3c60b1f25599aa1b885631495aaeff2afe84a3a1614df429425bf + source = https://github.com/k0sproject/k0s/releases/download/v1.30.3+k0s.0/k0s-v1.30.3+k0s.0-amd64 + sha256sums = 623102445b7b7e9e8e25c1a36bcf2f424bcaf7f66643e4842390b2121cb3fcfd pkgname = k0s-bin diff --git a/PKGBUILD b/PKGBUILD index 3ceaed7..12ca6df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ # Co-Maintainer: Lukas Grossar pkgname=k0s-bin -pkgver=1.30.2+k0s.0 +pkgver=1.30.3+k0s.0 pkgrel=1 pkgdesc="k0s - Zero Friction Kubernetes" arch=('x86_64') url="https://github.com/k0sproject/k0s" -license=('Apache') +license=('Apache-2.0') source=("https://github.com/k0sproject/k0s/releases/download/v${pkgver}/k0s-v${pkgver}-amd64") -sha256sums=('9bc1488dfde3c60b1f25599aa1b885631495aaeff2afe84a3a1614df429425bf') +sha256sums=('623102445b7b7e9e8e25c1a36bcf2f424bcaf7f66643e4842390b2121cb3fcfd') options=(!strip) package() {