Releaase v0.3.5
This commit is contained in:
parent
b9a7ded208
commit
f5836e2065
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,14 +1,14 @@
|
|||
pkgbase = clusterctl-bin
|
||||
pkgdesc = Cluster API Tool
|
||||
pkgver = 0.3.4
|
||||
pkgver = 0.3.5
|
||||
pkgrel = 1
|
||||
url = https://cluster-api.sigs.k8s.io/
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
optdepends = kubectl: to manage the cluster
|
||||
provides = clusterctl=$pkgver
|
||||
source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.4/clusterctl-linux-amd64
|
||||
sha256sums = 6864b34dddc7c5fccf6ecf72d2f50efb4a61e75277f6883dbbece36955c92ccd
|
||||
provides = clusterctl=0.3.5
|
||||
source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5/clusterctl-linux-amd64
|
||||
sha256sums = 3877f65bc0b5c59fb48ab654d58ac498f9304449dc3795458cc247f0d7d62741
|
||||
|
||||
pkgname = clusterctl-bin
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=clusterctl-bin
|
||||
pkgdesc="Cluster API Tool"
|
||||
pkgver=0.3.4
|
||||
pkgver=0.3.5
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://cluster-api.sigs.k8s.io/"
|
||||
|
@ -10,7 +10,7 @@ license=('Apache')
|
|||
optdepends=('kubectl: to manage the cluster')
|
||||
provides=('clusterctl')
|
||||
source=("https://github.com/kubernetes-sigs/cluster-api/releases/download/v$pkgver/clusterctl-linux-amd64")
|
||||
sha256sums=('930542fb60f86d73c475c5c2374631f3afdf22988c628d1dc01d962bae5a65d2')
|
||||
sha256sums=('3877f65bc0b5c59fb48ab654d58ac498f9304449dc3795458cc247f0d7d62741')
|
||||
|
||||
package() {
|
||||
install -Dm 755 "$srcdir/clusterctl-linux-amd64" "$pkgdir/usr/bin/clusterctl"
|
||||
|
|
Loading…
Reference in a new issue