chore: upgrade clusterctl v1.3.3 -> v1.3.4

This commit is contained in:
Sergey Yakovlev 2023-03-02 10:14:01 +02:00
parent bcda58af3b
commit 40cdf68812
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.3.3
pkgver = 1.3.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.3.3::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.3/clusterctl-linux-amd64
sha256sums = 35564d66b647395b3e7750c5e5444a8a8a6c6b0462e7f2081f99078978491f8e
source = clusterctl-linux-amd64-v1.3.4::https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.4/clusterctl-linux-amd64
sha256sums = c151c1db15d23b4deeb1ad0be4e2ca83e1372b88ec0e67c288cd88ba169fd720
pkgname = clusterctl-bin

View File

@ -2,7 +2,7 @@
pkgname=clusterctl-bin
pkgdesc="Cluster API Tool"
pkgver=1.3.3
pkgver=1.3.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=('35564d66b647395b3e7750c5e5444a8a8a6c6b0462e7f2081f99078978491f8e')
sha256sums=('c151c1db15d23b4deeb1ad0be4e2ca83e1372b88ec0e67c288cd88ba169fd720')
package() {
install -Dm0755 "$srcdir/clusterctl-linux-amd64-v$pkgver" "$pkgdir/usr/bin/clusterctl"