diff --git a/.SRCINFO b/.SRCINFO index c1e327010f53..c09ec90c5afd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = k3s-bin pkgdesc = Lightweight Kubernetes - pkgver = 0.2.0 + pkgver = 0.4.0 pkgrel = 1 url = https://k3s.io arch = x86_64 license = Apache conflicts = k3s-git - source = k3s-0.2.0::https://github.com/rancher/k3s/releases/download/v0.2.0/k3s + source = k3s-0.4.0::https://github.com/rancher/k3s/releases/download/v0.4.0/k3s source = k3s.service - sha256sums = a77f1830856ea4fb136f22cc930ab2eaf7635c1563089932630b4d2521a9fe31 + sha256sums = 4329161e98539e738469da58d99402f9b072bb7fd3e0088bbea545ff30ce7bbc sha256sums = 859b2fcb894d27afa9f0feeff8067c1a3f71d2105ad7cdfefc6cf00166a2a59f pkgname = k3s-bin diff --git a/PKGBUILD b/PKGBUILD index 606a0264621e..b743d93b8b73 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: duxet pkgname=k3s-bin -pkgver=0.2.0 +pkgver=0.4.0 pkgrel=1 pkgdesc="Lightweight Kubernetes" url="https://k3s.io" @@ -14,7 +14,7 @@ source=( "k3s.service" ) sha256sums=( - 'a77f1830856ea4fb136f22cc930ab2eaf7635c1563089932630b4d2521a9fe31' + '4329161e98539e738469da58d99402f9b072bb7fd3e0088bbea545ff30ce7bbc' '859b2fcb894d27afa9f0feeff8067c1a3f71d2105ad7cdfefc6cf00166a2a59f' )