Update to v1.0.1

This commit is contained in:
Sergey Yakovlev 2021-11-15 13:51:43 +03:00
parent 04ff2cddc6
commit 5ca162d64f
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.0
pkgver = 1.0.1
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.0::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.0/clusterctl-linux-amd64
sha256sums = 7fe9ab35314e37b7a4bc9a94eae4ee16633f808f64d69e70202bd3128bbe7027
source = clusterctl-linux-amd64-v1.0.1::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.1/clusterctl-linux-amd64
sha256sums = 6c6d695e4893f9b0cc2252d9d3b7d3b966fb78ebbd99ac5e10455b6286d2f534
pkgname = clusterctl-bin

View file

@ -2,7 +2,7 @@
pkgname=clusterctl-bin
pkgdesc="Cluster API Tool"
pkgver=1.0.0
pkgver=1.0.1
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=('7fe9ab35314e37b7a4bc9a94eae4ee16633f808f64d69e70202bd3128bbe7027')
sha256sums=('6c6d695e4893f9b0cc2252d9d3b7d3b966fb78ebbd99ac5e10455b6286d2f534')
package() {
install -Dm 755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"