chore(update): v1.23.7+k0s.0

Signed-off-by: Toni Tauro <eye@eyenx.ch>
This commit is contained in:
Toni Tauro
2022-06-16 16:33:30 +02:00
parent 40a9cb0613
commit 9510af2224
2 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
pkgbase = k0s-bin
pkgdesc = k0s - Zero Friction Kubernetes
pkgver = 1.23.6+k0s.2
pkgver = 1.23.7+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.23.6+k0s.2/k0s-v1.23.6+k0s.2-amd64
sha256sums = 6f98f1ac740dffd3771a9ac90406b85011c4a157cd48828482a21b24ae0a5409
source = https://github.com/k0sproject/k0s/releases/download/v1.23.7+k0s.0/k0s-v1.23.7+k0s.0-amd64
sha256sums = 32c88743240012651234b9133b0a5111c902acd6cf9987f8c995e746d8300743
pkgname = k0s-bin

View File

@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=k0s-bin
pkgver=1.23.6+k0s.2
pkgver=1.23.7+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=('6f98f1ac740dffd3771a9ac90406b85011c4a157cd48828482a21b24ae0a5409')
sha256sums=('32c88743240012651234b9133b0a5111c902acd6cf9987f8c995e746d8300743')
options=(!strip)
package() {