Update to v1.1.3
This commit is contained in:
parent
ead4028427
commit
d5492e1e19
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
|||
pkgbase = clusterctl-bin
|
||||
pkgdesc = Cluster API Tool
|
||||
pkgver = 1.1.2
|
||||
pkgver = 1.1.3
|
||||
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.2::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.2/clusterctl-linux-amd64
|
||||
sha256sums = c465cdc9468948a4203716ee56923000e78d992d3752a93a339faa59e8eab31d
|
||||
source = clusterctl-linux-amd64-v1.1.3::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/clusterctl-linux-amd64
|
||||
sha256sums = 27c1165c45c10ff082ba2b9de635dff9a290a5c527efe715fab81617543987ba
|
||||
|
||||
pkgname = clusterctl-bin
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=clusterctl-bin
|
||||
pkgdesc="Cluster API Tool"
|
||||
pkgver=1.1.2
|
||||
pkgver=1.1.3
|
||||
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=('c465cdc9468948a4203716ee56923000e78d992d3752a93a339faa59e8eab31d')
|
||||
sha256sums=('27c1165c45c10ff082ba2b9de635dff9a290a5c527efe715fab81617543987ba')
|
||||
|
||||
package() {
|
||||
install -Dm 755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"
|
||||
|
|
Loading…
Reference in a new issue