summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2019-08-22 17:02:21 +0200
committerLukas Grossar2019-08-22 17:02:57 +0200
commitfc8ffc714676df2102929b60d3136d0fe94bd531 (patch)
treea24bb1010794cd80f9889974a2438ba18e224808
parentaa0082c34fb6cee575398ccc4707fcc66737d4d5 (diff)
downloadaur-fc8ffc714676df2102929b60d3136d0fe94bd531.tar.gz
bump to v0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 282277816bcc..d34db70bbafb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kind-bin
pkgdesc = Kubernetes IN Docker - local clusters for testing Kubernetes
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/kubernetes-sigs/kind
arch = x86_64
license = apache
- source = kind-linux-amd64-0.5.0::https://github.com/kubernetes-sigs/kind/releases/download/v0.5.0/kind-linux-amd64
- sha256sums = f68663f5dbba170d44c52dec33868128b7a1057333b247836f92f24fdf6d9f15
+ source = kind-linux-amd64-0.5.1::https://github.com/kubernetes-sigs/kind/releases/download/v0.5.1/kind-linux-amd64
+ sha256sums = 9a64f1774cdf24dad5f92e1299058b371c4e3f09d2f9eb281e91ed0777bd1e13
pkgname = kind-bin
diff --git a/PKGBUILD b/PKGBUILD
index 315ad6d745f1..125830b900b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=kind-bin
pkgdesc="Kubernetes IN Docker - local clusters for testing Kubernetes"
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
arch=('x86_64')
url="https://github.com/kubernetes-sigs/kind"
license=('apache')
_binary=kind-linux-amd64
source=("$_binary-$pkgver::https://github.com/kubernetes-sigs/kind/releases/download/v$pkgver/$_binary")
-sha256sums=('f68663f5dbba170d44c52dec33868128b7a1057333b247836f92f24fdf6d9f15')
+sha256sums=('9a64f1774cdf24dad5f92e1299058b371c4e3f09d2f9eb281e91ed0777bd1e13')
package() {
install -Dm 755 "$srcdir/$_binary-$pkgver" "$pkgdir/usr/bin/kind"