Update to 0.3.7

This commit is contained in:
Sergey Yakovlev 2020-07-30 02:06:48 +03:00
parent f5836e2065
commit 29b0154d89
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.5
pkgver = 0.3.7
pkgrel = 1
url = https://cluster-api.sigs.k8s.io/
arch = x86_64
license = Apache
optdepends = kubectl: to manage the cluster
provides = clusterctl=0.3.5
source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5/clusterctl-linux-amd64
sha256sums = 3877f65bc0b5c59fb48ab654d58ac498f9304449dc3795458cc247f0d7d62741
provides = clusterctl=0.3.7
source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.7/clusterctl-linux-amd64
sha256sums = 8d718691f7923584bbd35abc4407758b3fbd216dccc443f160a9412855f02177
pkgname = clusterctl-bin

View File

@ -2,7 +2,7 @@
pkgname=clusterctl-bin
pkgdesc="Cluster API Tool"
pkgver=0.3.5
pkgver=0.3.7
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=('3877f65bc0b5c59fb48ab654d58ac498f9304449dc3795458cc247f0d7d62741')
sha256sums=('8d718691f7923584bbd35abc4407758b3fbd216dccc443f160a9412855f02177')
package() {
install -Dm 755 "$srcdir/clusterctl-linux-amd64" "$pkgdir/usr/bin/clusterctl"