Upgrade to 0.3.17

This commit is contained in:
Sergei Yakovlev 2021-05-29 00:52:26 +03:00
parent 58821e5f49
commit 29416458df
No known key found for this signature in database
GPG Key ID: 9933BC25075D15A2
2 changed files with 5 additions and 5 deletions

View File

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

View File

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