Update to v1.0.2
This commit is contained in:
parent
5ca162d64f
commit
85a47b4d27
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.0.1
|
pkgver = 1.0.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.0.1::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.1/clusterctl-linux-amd64
|
source = clusterctl-linux-amd64-v1.0.2::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.2/clusterctl-linux-amd64
|
||||||
sha256sums = 6c6d695e4893f9b0cc2252d9d3b7d3b966fb78ebbd99ac5e10455b6286d2f534
|
sha256sums = f9262671d02733b1c627886dda04ee5faf28d73afe540acd3f41692f7755b6c2
|
||||||
|
|
||||||
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.0.1
|
pkgver=1.0.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=('6c6d695e4893f9b0cc2252d9d3b7d3b966fb78ebbd99ac5e10455b6286d2f534')
|
sha256sums=('f9262671d02733b1c627886dda04ee5faf28d73afe540acd3f41692f7755b6c2')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm 755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"
|
install -Dm 755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"
|
||||||
|
|
Loading…
Reference in a new issue