summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2021-06-24 14:51:10 +0200
committerVictor Roest2021-06-24 14:51:10 +0200
commit6f36c5307f362824c0597a78e7ae835a73e1a34c (patch)
tree9d301e5e9f2bb2c9378c6c9170e6dc972642707a
parent5a9e160d834d6721559d7634ac817fbd3446d26d (diff)
downloadaur-6f36c5307f362824c0597a78e7ae835a73e1a34c.tar.gz
1.2.9
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e05ff8de0db..e5e04be6a353 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rke
pkgdesc = An extremely simple, lightning fast Kubernetes installer that works everywhere.
- pkgver = 1.2.8
+ pkgver = 1.2.9
pkgrel = 1
url = https://github.com/rancher/rke
arch = x86_64
license = Apache
makedepends = git
makedepends = go>=1.11
- source = rke-1.2.8::git+https://github.com/rancher/rke#tag=v1.2.8
+ source = rke-1.2.9::git+https://github.com/rancher/rke#tag=v1.2.9
source = build.patch
source = ci.patch
source = version.patch
@@ -17,4 +17,3 @@ pkgbase = rke
sha512sums = e586996e0acc0736116cd6bd085c5bfa01bb67bf73a99fc9dcddb0c56597485a78612456dd1bcf2d8d97e54cef3b61429df4874877c88fa24b1944a04093f6f4
pkgname = rke
-
diff --git a/PKGBUILD b/PKGBUILD
index 23932cb11cb0..5e7ec9bf4582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael William Le Nguyen <michael at mail dot ttp dot codes>
# Co-Maintainer: Victor Roest <victor at xirion dot net>
pkgname=rke
-pkgver=1.2.8
+pkgver=1.2.9
pkgrel=1
pkgdesc="An extremely simple, lightning fast Kubernetes installer that works everywhere."
arch=('x86_64')