chore: update clusterctl v1.6.1 -> v1.7.2
This commit is contained in:
parent
9cff864072
commit
e91eaa5da9
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.1
|
pkgver = 1.7.2
|
||||||
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.1::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.1/clusterctl-linux-amd64
|
source = clusterctl-linux-amd64-v1.7.2::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.2/clusterctl-linux-amd64
|
||||||
sha256sums = 238fa9e22ac559d3624569d4de90217dabb28c7ca3f2b4fd08280472aaf131cf
|
sha256sums = e39f19d88d9e87992ce710e468239d2ecdffdb9b81a5da7c926e0288c892c0e3
|
||||||
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.1
|
pkgver=1.7.2
|
||||||
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=('238fa9e22ac559d3624569d4de90217dabb28c7ca3f2b4fd08280472aaf131cf')
|
sha256sums=('e39f19d88d9e87992ce710e468239d2ecdffdb9b81a5da7c926e0288c892c0e3')
|
||||||
|
|
||||||
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