Update to v0.13.1
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.0
|
||||
pkgver = 0.13.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0sproject/k0sctl
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
options = !strip
|
||||
source = k0sctl-linux-x64-0.13.0::https://github.com/k0sproject/k0sctl/releases/download/v0.13.0/k0sctl-linux-x64
|
||||
sha256sums = 0beb8fb539c1f1e796972ed10d13bf5c3d5bb06d3c99a1b3f9a3f23183eaaaff
|
||||
source = k0sctl-linux-x64-0.13.1::https://github.com/k0sproject/k0sctl/releases/download/v0.13.1/k0sctl-linux-x64
|
||||
sha256sums = affc64ab8006c918da41eb1d09bd9928bde20d9e7684e66f5837b362b2654cc2
|
||||
|
||||
pkgname = k0sctl-bin
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -2,14 +2,14 @@
|
||||
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
|
||||
|
||||
pkgname=k0sctl-bin
|
||||
pkgver=0.13.0
|
||||
pkgver=0.13.1
|
||||
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=('0beb8fb539c1f1e796972ed10d13bf5c3d5bb06d3c99a1b3f9a3f23183eaaaff')
|
||||
sha256sums=('affc64ab8006c918da41eb1d09bd9928bde20d9e7684e66f5837b362b2654cc2')
|
||||
options=(!strip)
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user