summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatoly Rugalev2019-11-03 19:25:39 +0300
committerAnatoly Rugalev2019-11-03 19:25:39 +0300
commitd03dfae546866cad960b8de18a7221bdab0a069a (patch)
tree1f2089ad5b90f93b7a96a4aa3b900010d1ac5b96 /PKGBUILD
parent4151c0ee6fedf14ecec0f327304688c559d21ad1 (diff)
downloadaur-d03dfae546866cad960b8de18a7221bdab0a069a.tar.gz
Updated to 0.90.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50281e166831..c8cea9f4727d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>
pkgname=kubernetes-helmfile-bin
-pkgver=0.86.0
+pkgver=0.90.5
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=('ccead00b360e304e0adf92381bc3203a6bddf0aaaf4c4124b402a6ea78bc734a')
+sha256sums=('9ce457420ff7567b55c42825348fd9b0d25bcfc5d0ebc9d93b08c80b923abb4d')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"