chore(update): 0.25.1
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = k0sctl-bin
|
||||
pkgdesc = A bootstrapping and management tool for k0s clusters.
|
||||
pkgver = 0.24.0
|
||||
pkgver = 0.25.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0sproject/k0sctl
|
||||
arch = x86_64
|
||||
@@ -8,7 +8,7 @@ pkgbase = k0sctl-bin
|
||||
provides = k0sctl
|
||||
conflicts = k0sctl
|
||||
options = !strip
|
||||
source = k0sctl-linux-amd64-0.24.0::https://github.com/k0sproject/k0sctl/releases/download/v0.24.0/k0sctl-linux-amd64
|
||||
sha256sums = 31fec115d7bc9091c1540c768190e124614652d32d860165aa51d36407187f93
|
||||
source = k0sctl-linux-amd64-0.25.1::https://github.com/k0sproject/k0sctl/releases/download/v0.25.1/k0sctl-linux-amd64
|
||||
sha256sums = 3ebe6833e600afa79a1a51d2537364db88ac2fab85827cb1c75909331190ff09
|
||||
|
||||
pkgname = k0sctl-bin
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -2,14 +2,14 @@
|
||||
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
|
||||
|
||||
pkgname=k0sctl-bin
|
||||
pkgver=0.24.0
|
||||
pkgver=0.25.1
|
||||
pkgrel=1
|
||||
pkgdesc="A bootstrapping and management tool for k0s clusters."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/k0sproject/k0sctl"
|
||||
license=('Apache-2.0')
|
||||
source=("k0sctl-linux-amd64-$pkgver::https://github.com/k0sproject/k0sctl/releases/download/v${pkgver}/k0sctl-linux-amd64")
|
||||
sha256sums=('31fec115d7bc9091c1540c768190e124614652d32d860165aa51d36407187f93')
|
||||
sha256sums=('3ebe6833e600afa79a1a51d2537364db88ac2fab85827cb1c75909331190ff09')
|
||||
options=(!strip)
|
||||
provides=("k0sctl")
|
||||
conflicts=("k0sctl")
|
||||
|
||||
Reference in New Issue
Block a user