summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Rugalev2020-07-14 15:18:14 +0300
committerAnatoly Rugalev2020-07-14 15:18:14 +0300
commita9d9f88cb9ed1f089043e627d41f3f933fed2136 (patch)
tree63d4393aec7e3f100cac562dee170ab636d7336c
parent2fa97ff7b2c11b20a309ac6cb766f9881b274f0c (diff)
downloadaur-a9d9f88cb9ed1f089043e627d41f3f933fed2136.tar.gz
Updated to 0.120.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e75b6cb5999..0b92672978d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubernetes-helmfile-bin
pkgdesc = Deploy Kubernetes Helm Charts
- pkgver = 0.119.1
+ pkgver = 0.120.0
pkgrel = 1
url = https://github.com/roboll/helmfile
arch = x86_64
license = MIT
depends = helm
- source = helmfile_linux_amd64_0.119.1::https://github.com/roboll/helmfile/releases/download/v0.119.1/helmfile_linux_amd64
- sha256sums = e11316b9f946245c6b63bb61228f3503e9a981d2cfa94df529687407c5dd1acc
+ source = helmfile_linux_amd64_0.120.0::https://github.com/roboll/helmfile/releases/download/v0.120.0/helmfile_linux_amd64
+ sha256sums = ffe0482d03782a8c33ab75bde18a1ba221597b886d08da758dd33ec5a3753a4a
pkgname = kubernetes-helmfile-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc38e0cde807..a24ed6a8a4d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>
pkgname=kubernetes-helmfile-bin
-pkgver=0.119.1
+pkgver=0.120.0
pkgrel=1
pkgdesc="Deploy Kubernetes Helm Charts"
url="https://github.com/roboll/helmfile"
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=('helm')
source=("helmfile_linux_amd64_$pkgver::https://github.com/roboll/helmfile/releases/download/v$pkgver/helmfile_linux_amd64")
-sha256sums=('e11316b9f946245c6b63bb61228f3503e9a981d2cfa94df529687407c5dd1acc')
+sha256sums=('ffe0482d03782a8c33ab75bde18a1ba221597b886d08da758dd33ec5a3753a4a')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"