chore: update clusterctl v1.3.4 -> v1.3.5
This commit is contained in:
parent
40cdf68812
commit
6be9d13c63
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = clusterctl-bin
|
pkgbase = clusterctl-bin
|
||||||
pkgdesc = Cluster API Tool
|
pkgdesc = Cluster API Tool
|
||||||
pkgver = 1.3.4
|
pkgver = 1.3.5
|
||||||
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.3.4::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.4/clusterctl-linux-amd64
|
source = clusterctl-linux-amd64-v1.3.5::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5/clusterctl-linux-amd64
|
||||||
sha256sums = c151c1db15d23b4deeb1ad0be4e2ca83e1372b88ec0e67c288cd88ba169fd720
|
sha256sums = 225fd7584ef3914c8a965494abc8c3b604f42f5c8a59128deb52e20233e8311c
|
||||||
|
|
||||||
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.3.4
|
pkgver=1.3.5
|
||||||
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=('c151c1db15d23b4deeb1ad0be4e2ca83e1372b88ec0e67c288cd88ba169fd720')
|
sha256sums=('225fd7584ef3914c8a965494abc8c3b604f42f5c8a59128deb52e20233e8311c')
|
||||||
|
|
||||||
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