summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Rugalev2019-10-07 17:53:33 +0300
committerAnatoly Rugalev2019-10-07 17:53:33 +0300
commit4151c0ee6fedf14ecec0f327304688c559d21ad1 (patch)
treebf69d0fc52810ab6b6555f22cdae9ad68e3379bd
parent89c0434536403503696c2279424facdd33ff36a0 (diff)
downloadaur-4151c0ee6fedf14ecec0f327304688c559d21ad1.tar.gz
Updated to v0.86.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95a588d36d1c..e2082003f59f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubernetes-helmfile-bin
pkgdesc = Deploy Kubernetes Helm Charts
- pkgver = 0.83.2
+ pkgver = 0.86.0
pkgrel = 1
url = https://github.com/roboll/helmfile
arch = x86_64
license = MIT
depends = kubernetes-helm-bin
- source = helmfile_linux_amd64_0.83.2::https://github.com/roboll/helmfile/releases/download/v0.83.2/helmfile_linux_amd64
- sha256sums = f48057441edcfcbf8600af63842fe305b625f0b397449de8bd13e34d1041644b
+ source = helmfile_linux_amd64_0.86.0::https://github.com/roboll/helmfile/releases/download/v0.86.0/helmfile_linux_amd64
+ sha256sums = ccead00b360e304e0adf92381bc3203a6bddf0aaaf4c4124b402a6ea78bc734a
pkgname = kubernetes-helmfile-bin
diff --git a/PKGBUILD b/PKGBUILD
index ddc8b1b0c295..50281e166831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>
pkgname=kubernetes-helmfile-bin
-pkgver=0.83.2
+pkgver=0.86.0
pkgrel=1
pkgdesc="Deploy Kubernetes Helm Charts"
url="https://github.com/roboll/helmfile"
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=('kubernetes-helm-bin')
source=("helmfile_linux_amd64_$pkgver::https://github.com/roboll/helmfile/releases/download/v$pkgver/helmfile_linux_amd64")
-sha256sums=('f48057441edcfcbf8600af63842fe305b625f0b397449de8bd13e34d1041644b')
+sha256sums=('ccead00b360e304e0adf92381bc3203a6bddf0aaaf4c4124b402a6ea78bc734a')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"