Update to 0.3.18

This commit is contained in:
Sergei Yakovlev 2021-06-09 02:34:59 +03:00
parent 29416458df
commit ba50f12d27
No known key found for this signature in database
GPG key ID: 9933BC25075D15A2
2 changed files with 5 additions and 6 deletions

View file

@ -1,14 +1,13 @@
pkgbase = clusterctl-bin
pkgdesc = Cluster API Tool
pkgver = 0.3.17
pkgver = 0.3.18
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-v0.3.17::https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.17/clusterctl-linux-amd64
sha256sums = 61a17c1cfc411b998014ec192e4d620c08bff2cce1f5fc33c004ff51959cde79
source = clusterctl-linux-amd64-v0.3.18::https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.18/clusterctl-linux-amd64
sha256sums = 45561c7d9f64f425bee9657ca4e5f86ff576d57e0b33ae1dad21c2c717710825
pkgname = clusterctl-bin

View file

@ -2,7 +2,7 @@
pkgname=clusterctl-bin
pkgdesc="Cluster API Tool"
pkgver=0.3.17
pkgver=0.3.18
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=('61a17c1cfc411b998014ec192e4d620c08bff2cce1f5fc33c004ff51959cde79')
sha256sums=('45561c7d9f64f425bee9657ca4e5f86ff576d57e0b33ae1dad21c2c717710825')
package() {
install -Dm 755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"