summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Rugalev2020-08-27 14:26:33 +0300
committerAnatoly Rugalev2020-08-27 14:26:33 +0300
commit9a347db2378c5944d65a4925b1ff50a8fc106cb3 (patch)
treefddcf85a7ef1f1c26034766dbf63da527e5ed2f0
parente1a9fa196962f12aaaa52b3e257302ff42d33339 (diff)
downloadaur-9a347db2378c5944d65a4925b1ff50a8fc106cb3.tar.gz
Updated to 0.125.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e512410c97b2..8361bbbaaf9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubernetes-helmfile-bin
pkgdesc = Deploy Kubernetes Helm Charts
- pkgver = 0.125.7
+ pkgver = 0.125.8
pkgrel = 1
url = https://github.com/roboll/helmfile
arch = x86_64
license = MIT
depends = helm
- source = helmfile_linux_amd64_0.125.7::https://github.com/roboll/helmfile/releases/download/v0.125.7/helmfile_linux_amd64
- sha256sums = 497f6b2b0f979d7c41e846fd0b5999c95cd518cf064e0090a7e21b7bb0da7bee
+ source = helmfile_linux_amd64_0.125.8::https://github.com/roboll/helmfile/releases/download/v0.125.8/helmfile_linux_amd64
+ sha256sums = 1170d062b043d971f491b0d66bad7c04a717b8223f20fad01e7fc89a2c358e61
pkgname = kubernetes-helmfile-bin
diff --git a/PKGBUILD b/PKGBUILD
index 12ce134a2ba2..d98eaeab5ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>
pkgname=kubernetes-helmfile-bin
-pkgver=0.125.7
+pkgver=0.125.8
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=('497f6b2b0f979d7c41e846fd0b5999c95cd518cf064e0090a7e21b7bb0da7bee')
+sha256sums=('1170d062b043d971f491b0d66bad7c04a717b8223f20fad01e7fc89a2c358e61')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"