summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Roest2019-04-18 10:57:19 +0200
committerVictor Roest2019-04-18 10:57:19 +0200
commit7b37804f66024c22e8b6687754e536a0db7a1423 (patch)
treea50d6a19824e82e0ffb1ce1c357c08f878b91b35 /PKGBUILD
parente3c39ad99b635a829540b367b32d44b20d9f7d83 (diff)
downloadaur-7b37804f66024c22e8b6687754e536a0db7a1423.tar.gz
v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 533f22239423..0d6451535dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=rke-bin
-pkgver=v0.2.1
+pkgver=v0.2.2
pkgrel=1
pkgdesc='Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere. '
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
provides=('rke')
_rke_file=rke-$pkgver
source=($_rke_file::"https://github.com/rancher/rke/releases/download/${pkgver}/rke_linux-amd64")
-md5sums=('59ec9167fb03dbb87144f6667b0b28e8')
+md5sums=('60a2cff141c3d9e7ef7ef6fb1bb12ba4')
package() {
install -Dm 755 "$srcdir/$_rke_file" "${pkgdir}/usr/bin/rke"