summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlice W. Nguyen2020-08-06 22:32:51 -0700
committerAlice W. Nguyen2020-08-06 22:32:51 -0700
commit9cb4394c64480ba68e6f00f854ec2864bcff6249 (patch)
tree56024872553468fe010377c83c115a774c57c271
parent73be68c755649301f10600222d5af8a0aeba8e0c (diff)
downloadaur-9cb4394c64480ba68e6f00f854ec2864bcff6249.tar.gz
Bump to version 1.1.4
- The license field has been changed to Apache to be correctly capitalized.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9d5a7ca3257..04b5dd66f58d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rke
pkgdesc = An extremely simple, lightning fast Kubernetes installer that works everywhere.
- pkgver = 1.1.2
+ pkgver = 1.1.4
pkgrel = 1
url = https://github.com/rancher/rke
arch = x86_64
- license = apache
+ license = Apache
makedepends = git
makedepends = go>=1.11
- source = rke-1.1.2::git+https://github.com/rancher/rke#tag=v1.1.2
+ source = rke-1.1.4::git+https://github.com/rancher/rke#tag=v1.1.4
source = build.patch
source = ci.patch
source = version.patch
diff --git a/PKGBUILD b/PKGBUILD
index e5fad4f87da1..9e19fa4d7262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Michael William Le Nguyen <michael at mail dot ttp dot codes>
pkgname=rke
-pkgver=1.1.2
+pkgver=1.1.4
pkgrel=1
pkgdesc="An extremely simple, lightning fast Kubernetes installer that works everywhere."
arch=('x86_64')
url="https://github.com/rancher/rke"
-license=('apache')
+license=('Apache')
makedepends=(
"git"