summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2022-06-30 23:00:29 +0200
committerVictor Roest2022-06-30 23:00:29 +0200
commit5d984071b6e03fda3e004743f724af770ceaa4f3 (patch)
treeef69300c18df27264a00350a60de40b288fff72e
parente2bf7837fb70ad83ef44bbf5dba77e0c50ae41a2 (diff)
downloadaur-rke.tar.gz
1.3.12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03ebf112cd3c..22abbf7d2105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rke
pkgdesc = An extremely simple, lightning fast Kubernetes installer that works everywhere.
- pkgver = 1.3.10
+ pkgver = 1.3.12
pkgrel = 1
url = https://github.com/rancher/rke
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = rke
makedepends = git
makedepends = go>=1.11
makedepends = golangci-lint
- source = rke-1.3.10::git+https://github.com/rancher/rke#tag=v1.3.10
+ source = rke-1.3.12::git+https://github.com/rancher/rke#tag=v1.3.12
source = build.patch
source = ci.patch
source = version.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6b4e7b6166f8..8f3995bfd713 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.3.10
+pkgver=1.3.12
pkgrel=1
pkgdesc="An extremely simple, lightning fast Kubernetes installer that works everywhere."
arch=('x86_64')