update to 0.14.0
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,12 +1,12 @@
|
||||
pkgbase = k0sctl-bin
|
||||
pkgdesc = A bootstrapping and management tool for k0s clusters.
|
||||
pkgver = 0.13.2
|
||||
pkgver = 0.14.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0sproject/k0sctl
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
options = !strip
|
||||
source = k0sctl-linux-x64-0.13.2::https://github.com/k0sproject/k0sctl/releases/download/v0.13.2/k0sctl-linux-x64
|
||||
sha256sums = 9c57ebd215e5952c0b137631be6dcde1e22eb45c1afdc4932ced91d39ba88bbc
|
||||
source = k0sctl-linux-x64-0.14.0::https://github.com/k0sproject/k0sctl/releases/download/v0.14.0/k0sctl-linux-x64
|
||||
sha256sums = 7fbe42adb4f775e2f87b4dc46ed97aa7d4c0ce8b9135e799a122a4c2fbec2b59
|
||||
|
||||
pkgname = k0sctl-bin
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -2,14 +2,14 @@
|
||||
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
|
||||
|
||||
pkgname=k0sctl-bin
|
||||
pkgver=0.13.2
|
||||
pkgver=0.14.0
|
||||
pkgrel=1
|
||||
pkgdesc="A bootstrapping and management tool for k0s clusters."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/k0sproject/k0sctl"
|
||||
license=('Apache')
|
||||
source=("k0sctl-linux-x64-$pkgver::https://github.com/k0sproject/k0sctl/releases/download/v${pkgver}/k0sctl-linux-x64")
|
||||
sha256sums=('9c57ebd215e5952c0b137631be6dcde1e22eb45c1afdc4932ced91d39ba88bbc')
|
||||
sha256sums=('7fbe42adb4f775e2f87b4dc46ed97aa7d4c0ce8b9135e799a122a4c2fbec2b59')
|
||||
options=(!strip)
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user