summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Yakovlev2020-07-30 02:06:48 +0300
committerSergey Yakovlev2020-07-30 02:06:48 +0300
commit29b0154d89cbc972c3aa8d3a09a389478f5ae00a (patch)
tree6c42a08d7ad9ccdf70c8306ee3d3b2e5743d39fd
parentf5836e20650f56c7ee1bd34812e3c685c2a3b867 (diff)
downloadaur-29b0154d89cbc972c3aa8d3a09a389478f5ae00a.tar.gz
Update to 0.3.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa0904e212b..852a24ff998f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = clusterctl-bin
pkgdesc = Cluster API Tool
- pkgver = 0.3.5
+ pkgver = 0.3.7
pkgrel = 1
url = https://cluster-api.sigs.k8s.io/
arch = x86_64
license = Apache
optdepends = kubectl: to manage the cluster
- provides = clusterctl=0.3.5
- source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5/clusterctl-linux-amd64
- sha256sums = 3877f65bc0b5c59fb48ab654d58ac498f9304449dc3795458cc247f0d7d62741
+ provides = clusterctl=0.3.7
+ source = https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.7/clusterctl-linux-amd64
+ sha256sums = 8d718691f7923584bbd35abc4407758b3fbd216dccc443f160a9412855f02177
pkgname = clusterctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index cfc75cd5466c..d42ab1054fbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clusterctl-bin
pkgdesc="Cluster API Tool"
-pkgver=0.3.5
+pkgver=0.3.7
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=("https://github.com/kubernetes-sigs/cluster-api/releases/download/v$pkgver/clusterctl-linux-amd64")
-sha256sums=('3877f65bc0b5c59fb48ab654d58ac498f9304449dc3795458cc247f0d7d62741')
+sha256sums=('8d718691f7923584bbd35abc4407758b3fbd216dccc443f160a9412855f02177')
package() {
install -Dm 755 "$srcdir/clusterctl-linux-amd64" "$pkgdir/usr/bin/clusterctl"