chore: update clusterctl v1.6.0 -> v1.6.1
This commit is contained in:
parent
6ea4e6cbd2
commit
9cff864072
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,12 +1,12 @@
|
||||||
pkgbase = clusterctl-bin
|
pkgbase = clusterctl-bin
|
||||||
pkgdesc = Cluster API Tool
|
pkgdesc = Cluster API Tool
|
||||||
pkgver = 1.6.0
|
pkgver = 1.6.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://cluster-api.sigs.k8s.io/
|
url = https://cluster-api.sigs.k8s.io/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
optdepends = kubectl: to manage the cluster
|
optdepends = kubectl: to manage the cluster
|
||||||
provides = clusterctl
|
provides = clusterctl
|
||||||
source = clusterctl-linux-amd64-v1.6.0::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/clusterctl-linux-amd64
|
source = clusterctl-linux-amd64-v1.6.1::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.1/clusterctl-linux-amd64
|
||||||
sha256sums = 1f9d967b0a8fa8cf50fd86203658a8ddacbc7b4d5aafafccb1653aa0b38169ce
|
sha256sums = 238fa9e22ac559d3624569d4de90217dabb28c7ca3f2b4fd08280472aaf131cf
|
||||||
pkgname = clusterctl-bin
|
pkgname = clusterctl-bin
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=clusterctl-bin
|
pkgname=clusterctl-bin
|
||||||
pkgdesc="Cluster API Tool"
|
pkgdesc="Cluster API Tool"
|
||||||
pkgver=1.6.0
|
pkgver=1.6.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cluster-api.sigs.k8s.io/"
|
url="https://cluster-api.sigs.k8s.io/"
|
||||||
|
@ -10,7 +10,7 @@ license=('Apache')
|
||||||
optdepends=('kubectl: to manage the cluster')
|
optdepends=('kubectl: to manage the cluster')
|
||||||
provides=('clusterctl')
|
provides=('clusterctl')
|
||||||
source=("clusterctl-linux-amd64-v$pkgver::https://github.com/kubernetes-sigs/cluster-api/releases/download/v$pkgver/clusterctl-linux-amd64")
|
source=("clusterctl-linux-amd64-v$pkgver::https://github.com/kubernetes-sigs/cluster-api/releases/download/v$pkgver/clusterctl-linux-amd64")
|
||||||
sha256sums=('1f9d967b0a8fa8cf50fd86203658a8ddacbc7b4d5aafafccb1653aa0b38169ce')
|
sha256sums=('238fa9e22ac559d3624569d4de90217dabb28c7ca3f2b4fd08280472aaf131cf')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm0755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"
|
install -Dm0755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"
|
||||||
|
|
Loading…
Reference in a new issue