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 9099c5afa865..24358fbe3eaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubernetes-helmfile-bin
pkgdesc = Deploy Kubernetes Helm Charts
- pkgver = 0.126.0
+ pkgver = 0.127.0
pkgrel = 1
url = https://github.com/roboll/helmfile
arch = x86_64
license = MIT
depends = helm
- source = helmfile_linux_amd64_0.126.0::https://github.com/roboll/helmfile/releases/download/v0.126.0/helmfile_linux_amd64
- sha256sums = 2a1352fe25387d2523e7aa37cab129426638be1fb352bd80cf2202dd5cad473e
+ source = helmfile_linux_amd64_0.127.0::https://github.com/roboll/helmfile/releases/download/v0.127.0/helmfile_linux_amd64
+ sha256sums = 78e3798edb166941bdfca35dcf54ea4fe2947ca8b81a48e0e9253fa9d30f718d
pkgname = kubernetes-helmfile-bin
diff --git a/PKGBUILD b/PKGBUILD
index 80d5eb84f1b6..387494bf9384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>
pkgname=kubernetes-helmfile-bin
-pkgver=0.126.0
+pkgver=0.127.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=('2a1352fe25387d2523e7aa37cab129426638be1fb352bd80cf2202dd5cad473e')
+sha256sums=('78e3798edb166941bdfca35dcf54ea4fe2947ca8b81a48e0e9253fa9d30f718d')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"