Update to v0.4.1

This commit is contained in:
Sergei Yakovlev 2021-08-14 15:28:47 +03:00
parent beb7e46d1f
commit f965ec81c5
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,13 +1,13 @@
pkgbase = clusterctl-bin
pkgdesc = Cluster API Tool
pkgver = 0.4.0
pkgver = 0.4.1
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.4.0::https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.0/clusterctl-linux-amd64
sha256sums = 7c45c7d6e379e14079964c293f2d15eff4c339d6b6d44d792ba9399af4a7fbfb
source = clusterctl-linux-amd64-v0.4.1::https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.1/clusterctl-linux-amd64
sha256sums = d3d7bbd285df82c7fe33443699df44e6c56112e11eb7b7d615d2b38cd9d4d296
pkgname = clusterctl-bin

View file

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