summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33484c20c30e..a23e1cc8415f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kubernetes-helm
pkgdesc = A tool to manage Kubernetes charts
- pkgver = 2.13.1
- pkgrel = 3
+ pkgver = 2.14.0
+ pkgrel = 1
url = https://github.com/helm/helm
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = kubernetes-helm
optdepends = kubectl: check cluster status
optdepends = kubectl-bin: check cluster status - binary package
conflicts = kubernetes-helm-bin
- source = git+https://github.com/helm/helm#tag=v2.13.1
+ source = git+https://github.com/helm/helm#tag=v2.14.0
md5sums = SKIP
pkgname = kubernetes-helm
diff --git a/PKGBUILD b/PKGBUILD
index b4ccd8f2d635..da6b34d28333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
pkgname=kubernetes-helm
-pkgver=2.13.1
-pkgrel=3
+pkgver=2.14.0
+pkgrel=1
pkgdesc="A tool to manage Kubernetes charts"
arch=('i686' 'x86_64' 'arm' 'aarch64')
url="https://github.com/helm/helm"