summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2019-02-28 06:50:09 +0100
committerLukas Grossar2019-02-28 06:50:09 +0100
commit2c62396ca278c129dec346fa06c605f71cdb6a78 (patch)
tree9e10262c7af8383c454e1eac8405f77d99a515de
parent78280f35967cf9e45bf373319c95b84f7f1b192a (diff)
downloadaur-2c62396ca278c129dec346fa06c605f71cdb6a78.tar.gz
update to v2.13.0
-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"