summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatoly Rugalev2020-09-09 19:32:52 +0300
committerAnatoly Rugalev2020-09-09 19:32:52 +0300
commit690e2361e46e47b6243abf92770ec07dc639d8ef (patch)
tree91a9f89bf59cd052f3e7fb4fc9eca7443a95763f /PKGBUILD
parent873e08dca976ed9d46af495e54a49237740e600c (diff)
downloadaur-690e2361e46e47b6243abf92770ec07dc639d8ef.tar.gz
Updated to 0.128.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4fcf5768dad..75582be731fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>
pkgname=kubernetes-helmfile-bin
-pkgver=0.128.0
+pkgver=0.128.1
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=('5dd382743d3ec57d81d083e8b3fa1d2262743bae3fcff88d2ff079e6ca2fd949')
+sha256sums=('9a71c662b9f1b22fc6e605fb0fadb6b038f71449c996945e1abc0db8117988e3')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"