Upgrade to v1.2.4

This commit is contained in:
Sergey Yakovlev 2022-10-21 00:08:59 +03:00
parent 9b46d78301
commit ff334bf877
No known key found for this signature in database
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.2
pkgver = 1.2.4
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.2::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.2/clusterctl-linux-amd64
sha256sums = e88ad2e2292f664c89e2a2305ba076d356b008eee5db59355df08cd67395b071
source = clusterctl-linux-amd64-v1.2.4::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.4/clusterctl-linux-amd64
sha256sums = e54b8893fec3a444ecd81434b1ccadc2dc8811446e3c877c097eb67fd4558bc1
pkgname = clusterctl-bin

View file

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