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 0957f1e14393..a11fe526b25d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kubernetes-helm
pkgdesc = A tool to manage Kubernetes charts
- pkgver = 2.12.3
- pkgrel = 2
+ pkgver = 2.13.0
+ pkgrel = 1
url = https://github.com/helm/helm
arch = i686
arch = x86_64
@@ -13,7 +13,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.12.3
+ source = git+https://github.com/helm/helm#tag=v2.13.0
md5sums = SKIP
pkgname = kubernetes-helm
diff --git a/PKGBUILD b/PKGBUILD
index 7c46460b421d..dc39df982e1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
pkgname=kubernetes-helm
-pkgver=2.12.3
-pkgrel=2
+pkgver=2.13.0
+pkgrel=1
pkgdesc="A tool to manage Kubernetes charts"
arch=('i686' 'x86_64')
url="https://github.com/helm/helm"