Upgrade to 0.3.16

This commit is contained in:
Sergei Yakovlev 2021-04-19 12:02:25 +03:00
parent a97fe47d01
commit 741a52b0f4
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.14
pkgver = 0.3.16
pkgrel = 1
url = https://cluster-api.sigs.k8s.io/
arch = x86_64
license = Apache
optdepends = kubectl: to manage the cluster
provides = clusterctl=0.3.14
source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.14/clusterctl-linux-amd64
sha256sums = 5cb90936a12e7684763a6d82f8e449ac5cdc72e5a91322297fd20ab5bed37682
provides = clusterctl=0.3.16
source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.16/clusterctl-linux-amd64
sha256sums = ae45da8b66a0c8150b91edf88015ff45eb7d21e48f95f006dddd366add6c8441
pkgname = clusterctl-bin

View file

@ -2,7 +2,7 @@
pkgname=clusterctl-bin
pkgdesc="Cluster API Tool"
pkgver=0.3.14
pkgver=0.3.16
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=('5cb90936a12e7684763a6d82f8e449ac5cdc72e5a91322297fd20ab5bed37682')
sha256sums=('ae45da8b66a0c8150b91edf88015ff45eb7d21e48f95f006dddd366add6c8441')
package() {
install -Dm 755 "$srcdir/clusterctl-linux-amd64" "$pkgdir/usr/bin/clusterctl"