summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2018-12-20 09:29:54 +0100
committerLukas Grossar2018-12-20 09:29:54 +0100
commitf6236263576cad8298297bd1fad66b56a811071a (patch)
tree6869aab1427939ebbcc3babecbc9fcd604225a81
parent962584fd1263b9f56aa6b8059637c3793a71cdc1 (diff)
downloadaur-f6236263576cad8298297bd1fad66b56a811071a.tar.gz
update to v2.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae308e2c6f29..f7df5d193d50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kubernetes-helm
pkgdesc = A tool to manage Kubernetes charts
- pkgver = 2.12.0
- pkgrel = 2
+ pkgver = 2.12.1
+ 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.0
+ source = git+https://github.com/helm/helm#tag=v2.12.1
md5sums = SKIP
pkgname = kubernetes-helm
diff --git a/PKGBUILD b/PKGBUILD
index 827c55d1452d..7d082367fe40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
pkgname=kubernetes-helm
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.12.1
+pkgrel=1
pkgdesc="A tool to manage Kubernetes charts"
arch=('i686' 'x86_64')
url="https://github.com/helm/helm"
@@ -39,3 +39,4 @@ package() {
"$pkgdir/usr/bin/helm" completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/helm"
"$pkgdir/usr/bin/helm" completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_helm"
}
+md5sums=('SKIP')