chore: update to 1.5.0
This commit is contained in:
parent
9ce2cc700b
commit
374d3267c7
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.4.4
|
pkgver = 1.5.0
|
||||||
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.4.4::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.4/clusterctl-linux-amd64
|
source = clusterctl-linux-amd64-v1.5.0::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.0/clusterctl-linux-amd64
|
||||||
sha256sums = 0e8b878d307c11c67ab8233bc2f6fa1f13ed97894120f86e6965ed6eafce5345
|
sha256sums = 9d533c42b86ee53ab8e99d4e5c8e1c4160b08b4ddb0ce666247458d8cef7aea8
|
||||||
|
|
||||||
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.4.4
|
pkgver=1.5.0
|
||||||
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=('0e8b878d307c11c67ab8233bc2f6fa1f13ed97894120f86e6965ed6eafce5345')
|
sha256sums=('9d533c42b86ee53ab8e99d4e5c8e1c4160b08b4ddb0ce666247458d8cef7aea8')
|
||||||
|
|
||||||
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