Update to 0.3.3

This commit is contained in:
Sergey Yakovlev 2020-03-28 23:55:08 +03:00
parent 3941989c11
commit 668efa12ed
No known key found for this signature in database
GPG key ID: 9933BC25075D15A2

View file

@ -2,7 +2,7 @@
pkgname=clusterctl-bin
pkgdesc="Cluster API Tool"
pkgver=0.3.2
pkgver=0.3.3
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=$pkgver')
source=("https://github.com/kubernetes-sigs/cluster-api/releases/download/v$pkgver/clusterctl-linux-amd64")
sha256sums=('6864b34dddc7c5fccf6ecf72d2f50efb4a61e75277f6883dbbece36955c92ccd')
sha256sums=('df876bd72d3e220193c9f514c0511ae8db92c00e83ffe83049656b3ed5be8cbd')
package() {
install -Dm 755 "$srcdir/clusterctl-linux-amd64" "$pkgdir/usr/bin/clusterctl"