summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2022-05-17 08:02:05 +0200
committerLukas Grossar2022-05-17 08:02:05 +0200
commitf963fd0b06cb430abd96a3f5aa13b329fd937ac3 (patch)
treedc39dd734032aa7d23478c11697861f8c34a844f
parent87a668151c26cdda7bcdae9e29374b85ccae6c39 (diff)
downloadaur-f963fd0b06cb430abd96a3f5aa13b329fd937ac3.tar.gz
update to v0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d41d20f5384..15810cadf5d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kind-bin
pkgdesc = Kubernetes IN Docker - local clusters for testing Kubernetes
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/kubernetes-sigs/kind
arch = x86_64
license = Apache
provides = kind
conflicts = kind
- source = kind-linux-amd64-0.12.0::https://github.com/kubernetes-sigs/kind/releases/download/v0.12.0/kind-linux-amd64
- sha256sums = b80624c14c807490c0944d21fdc9c3455d6cc904fad486fe236f2187ecaa5789
+ source = kind-linux-amd64-0.13.0::https://github.com/kubernetes-sigs/kind/releases/download/v0.13.0/kind-linux-amd64
+ sha256sums = c80c6d1013337cbbe226c2eda0a3dc2d75af16e5fa8af4ce3fc9fedcf1f9d2dc
pkgname = kind-bin
diff --git a/PKGBUILD b/PKGBUILD
index cb907427957b..434ea3934298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kind-bin
pkgdesc="Kubernetes IN Docker - local clusters for testing Kubernetes"
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
arch=('x86_64')
url="https://github.com/kubernetes-sigs/kind"
@@ -12,7 +12,7 @@ provides=('kind')
conflicts=('kind')
_binary=kind-linux-amd64
source=("$_binary-$pkgver::https://github.com/kubernetes-sigs/kind/releases/download/v$pkgver/$_binary")
-sha256sums=('b80624c14c807490c0944d21fdc9c3455d6cc904fad486fe236f2187ecaa5789')
+sha256sums=('c80c6d1013337cbbe226c2eda0a3dc2d75af16e5fa8af4ce3fc9fedcf1f9d2dc')
package() {
install -Dm 755 "$srcdir/$_binary-$pkgver" "$pkgdir/usr/bin/kind"