6
.SRCINFO
6
.SRCINFO
@@ -1,12 +1,12 @@
|
||||
pkgbase = k0sctl-bin
|
||||
pkgdesc = A bootstrapping and management tool for k0s clusters.
|
||||
pkgver = 0.10.1
|
||||
pkgver = 0.10.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0sproject/k0sctl
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
options = !strip
|
||||
source = https://github.com/k0sproject/k0sctl/releases/download/v0.10.1/k0sctl-linux-x64
|
||||
sha256sums = 581b1625f4bfa9918e0af74da7eaf8a109711315707438910d9153617cc63a3a
|
||||
source = https://github.com/k0sproject/k0sctl/releases/download/v0.10.2/k0sctl-linux-x64
|
||||
sha256sums = 05f0fa2b40691c82f3fbcc2917faa7852949e59d91d7901519fe169edee61859
|
||||
|
||||
pkgname = k0sctl-bin
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -2,14 +2,14 @@
|
||||
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
|
||||
|
||||
pkgname=k0sctl-bin
|
||||
pkgver=0.10.1
|
||||
pkgver=0.10.2
|
||||
pkgrel=1
|
||||
pkgdesc="A bootstrapping and management tool for k0s clusters."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/k0sproject/k0sctl"
|
||||
license=('Apache')
|
||||
source=("https://github.com/k0sproject/k0sctl/releases/download/v${pkgver}/k0sctl-linux-x64")
|
||||
sha256sums=('581b1625f4bfa9918e0af74da7eaf8a109711315707438910d9153617cc63a3a')
|
||||
sha256sums=('05f0fa2b40691c82f3fbcc2917faa7852949e59d91d7901519fe169edee61859')
|
||||
options=(!strip)
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user