summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Yakovlev2022-02-11 02:05:54 +0300
committerSergey Yakovlev2022-02-11 02:05:54 +0300
commit643f4e7078bdf1c67a123c9f15d60373676b0078 (patch)
treece0a5b384d32548cce604546e4a74ba023d8464e
parentfeccc6b043faea99486f59d9aeccbf8eb57fa7b1 (diff)
downloadaur-643f4e7078bdf1c67a123c9f15d60373676b0078.tar.gz
Update to v1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9439bb59564c..7832df5e98cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a3c60f6c2466..1edc71e10ebb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"