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