summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a45d91c2f6..3d81d9f3c932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubernetes-helmfile-bin
pkgdesc = Deploy Kubernetes Helm Charts
- pkgver = 0.128.0
+ pkgver = 0.128.1
pkgrel = 1
url = https://github.com/roboll/helmfile
arch = x86_64
license = MIT
depends = helm
- source = helmfile_linux_amd64_0.128.0::https://github.com/roboll/helmfile/releases/download/v0.128.0/helmfile_linux_amd64
- sha256sums = 5dd382743d3ec57d81d083e8b3fa1d2262743bae3fcff88d2ff079e6ca2fd949
+ source = helmfile_linux_amd64_0.128.1::https://github.com/roboll/helmfile/releases/download/v0.128.1/helmfile_linux_amd64
+ sha256sums = 9a71c662b9f1b22fc6e605fb0fadb6b038f71449c996945e1abc0db8117988e3
pkgname = kubernetes-helmfile-bin
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"