Update to v1.1.1

This commit is contained in:
Sergey Yakovlev 2022-02-11 02:05:54 +03:00
parent feccc6b043
commit 643f4e7078
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.0
pkgver = 1.1.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.1.0::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.0/clusterctl-linux-amd64
sha256sums = 261720fb3a6e3a55e7415f7a44b281da459e989f939d1911addaf43534ea5386
source = clusterctl-linux-amd64-v1.1.1::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.1/clusterctl-linux-amd64
sha256sums = b99b157606a3e627e330feba76151cfafd18f4219d0685b4dd65a7a5b7cf3ce0
pkgname = clusterctl-bin

View File

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