summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatoly Rugalev2019-11-24 17:25:53 +0300
committerAnatoly Rugalev2019-11-24 17:25:53 +0300
commitee74221da3036ac1f2b0095094bd1e19b7e60419 (patch)
treef1537f1347946874ec20bf1b32b3c015d7d43df7 /PKGBUILD
parentd03dfae546866cad960b8de18a7221bdab0a069a (diff)
downloadaur-ee74221da3036ac1f2b0095094bd1e19b7e60419.tar.gz
Updated to v0.93.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8cea9f4727d..ba142bc5e660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>
pkgname=kubernetes-helmfile-bin
-pkgver=0.90.5
+pkgver=0.93.2
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=('9ce457420ff7567b55c42825348fd9b0d25bcfc5d0ebc9d93b08c80b923abb4d')
+sha256sums=('24bc54fae29d49db86c711581706582c59ed13030877456a2338080449ed9ba7')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"