Update to v1.1.5

This commit is contained in:
Sergey Yakovlev 2022-07-06 14:38:50 +03:00
parent e651b59676
commit fdda6be9be
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.1.4
pkgver = 1.1.5
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.1.4::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.4/clusterctl-linux-amd64
sha256sums = cca6f9b899ca8425c76fce0c668176729adb32ee4f488405daccec81c4a5c1a6
source = clusterctl-linux-amd64-v1.1.5::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/clusterctl-linux-amd64
sha256sums = 1573d60436503ff0d17ceac6284a4bd85493060c40269c1bab93897a30794dcb
pkgname = clusterctl-bin

View file

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