summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-10 22:33:23 +0100
committerFelix Golatofski2020-02-10 22:33:23 +0100
commit48dd33889c29f4ce44827ee060996f13e49de958 (patch)
treee1e4532d910aba462cadd541a4a4e5e5cf702010
parent841be08d59f5475e217a277bc61f4e457e025277 (diff)
downloadaur-kube-spawn.tar.gz
Updated to 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b476401a7461..ec34418d69d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kube-spawn
pkgdesc = A tool for creating multi-node Kubernetes clusters on a Linux machine using kubeadm & systemd-nspawn. Brought to you by the Kinvolk team. https://kinvolk.io
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/kinvolk/kube-spawn
arch = any
license = Apache
makedepends = docker
depends = cni-plugins
- source = https://github.com/kinvolk/kube-spawn/archive/v0.2.1.tar.gz
- md5sums = 7c42f8c0ae240efabaf5f6ecf95721e1
+ source = https://github.com/kinvolk/kube-spawn/archive/v0.3.0.tar.gz
+ sha512sums = b7cdabb3339080f498c1c6054466c663924488cf1e716e9a20f34c8da1ffe141a96110ce9007b5c99b340b7ecdfc944c3930db3afd749a67c073306e7d379cbe
pkgname = kube-spawn
diff --git a/PKGBUILD b/PKGBUILD
index 297ce59497c3..14b9ec24543b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Max Zhao <alcasa.mz@gmail.com>
pkgname=kube-spawn
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="A tool for creating multi-node Kubernetes clusters on a Linux machine using kubeadm & systemd-nspawn. Brought to you by the Kinvolk team. https://kinvolk.io"
arch=("any")
@@ -11,7 +11,7 @@ makedepends=("docker")
source=(
"https://github.com/kinvolk/$pkgname/archive/v$pkgver.tar.gz"
)
-md5sums=('7c42f8c0ae240efabaf5f6ecf95721e1')
+sha512sums=('b7cdabb3339080f498c1c6054466c663924488cf1e716e9a20f34c8da1ffe141a96110ce9007b5c99b340b7ecdfc944c3930db3afd749a67c073306e7d379cbe')
build() {
cd "$pkgname-$pkgver"