Update to v1.0.2

This commit is contained in:
Sergey Yakovlev 2021-12-07 18:33:35 +03:00
parent 5ca162d64f
commit 85a47b4d27
No known key found for this signature in database
GPG Key ID: 9933BC25075D15A2
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = clusterctl-bin
pkgdesc = Cluster API Tool
pkgver = 1.0.1
pkgver = 1.0.2
pkgrel = 1
url = https://cluster-api.sigs.k8s.io/
arch = x86_64
license = Apache
optdepends = kubectl: to manage the cluster
provides = clusterctl
source = clusterctl-linux-amd64-v1.0.1::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.1/clusterctl-linux-amd64
sha256sums = 6c6d695e4893f9b0cc2252d9d3b7d3b966fb78ebbd99ac5e10455b6286d2f534
source = clusterctl-linux-amd64-v1.0.2::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.2/clusterctl-linux-amd64
sha256sums = f9262671d02733b1c627886dda04ee5faf28d73afe540acd3f41692f7755b6c2
pkgname = clusterctl-bin

View File

@ -2,7 +2,7 @@
pkgname=clusterctl-bin
pkgdesc="Cluster API Tool"
pkgver=1.0.1
pkgver=1.0.2
pkgrel=1
arch=('x86_64')
url="https://cluster-api.sigs.k8s.io/"
@ -10,7 +10,7 @@ license=('Apache')
optdepends=('kubectl: to manage the cluster')
provides=('clusterctl')
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() {
install -Dm 755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"