Update to 0.3.14 version

This commit is contained in:
Sergei Yakovlev 2021-03-02 19:46:00 +03:00
parent a93f046733
commit a97fe47d01
No known key found for this signature in database
GPG key ID: 9933BC25075D15A2
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,14 @@
pkgbase = clusterctl-bin
pkgdesc = Cluster API Tool
pkgver = 0.3.11
pkgver = 0.3.14
pkgrel = 1
url = https://cluster-api.sigs.k8s.io/
arch = x86_64
license = Apache
optdepends = kubectl: to manage the cluster
provides = clusterctl=0.3.11
source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.11/clusterctl-linux-amd64
sha256sums = 9e914628c9bd1ca32137cbb763dc781e6c4570f02912c69c50baf65ece002303
provides = clusterctl=0.3.14
source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.14/clusterctl-linux-amd64
sha256sums = 5cb90936a12e7684763a6d82f8e449ac5cdc72e5a91322297fd20ab5bed37682
pkgname = clusterctl-bin

View file

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