Upgrade to v1.2.1

This commit is contained in:
Sergey Yakovlev 2022-08-22 15:59:58 +03:00
parent d6de7658e2
commit 69b425347c
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 = 1.2.0
pkgver = 1.2.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-v1.2.0::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.0/clusterctl-linux-amd64
sha256sums = b7bae14ffb4b566b853c4a88bbc351dc551fd681e18411b309f0f51b11071a8f
source = clusterctl-linux-amd64-v1.2.1::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.1/clusterctl-linux-amd64
sha256sums = d79f166e988e8e0b852e7b3e2f06f27a40dffcbd1a464a8337a78283fa45eb0d
pkgname = clusterctl-bin

View file

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