chore(update): 1.29.4

Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
This commit is contained in:
Toni Tauro
2024-04-23 19:27:44 +02:00
parent 211d6f9fee
commit c2deaf53b0
2 changed files with 9 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
pkgbase = k0s-bin
pkgdesc = k0s - Zero Friction Kubernetes
pkgver = 1.29.2+k0s.0
pkgver = 1.29.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.29.2+k0s.0/k0s-v1.29.2+k0s.0-amd64
sha256sums = 3511344dcf63e56d5286b230b7993965cb05b27bdb721780c2037339ccd8fcbd
source = https://github.com/k0sproject/k0s/releases/download/v1.29.4+k0s.0/k0s-v1.29.4+k0s.0-amd64
sha256sums = 612332d21e7df570eada2803a805170fb0d6a518396e5e5a0408e4d16c0afe44
pkgname = k0s-bin

View File

@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=k0s-bin
pkgver=1.29.2+k0s.0
pkgver=1.29.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=('3511344dcf63e56d5286b230b7993965cb05b27bdb721780c2037339ccd8fcbd')
sha256sums=('612332d21e7df570eada2803a805170fb0d6a518396e5e5a0408e4d16c0afe44')
options=(!strip)
package() {