summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Rugalev2020-08-21 13:30:59 +0300
committerAnatoly Rugalev2020-08-21 13:30:59 +0300
commite1a9fa196962f12aaaa52b3e257302ff42d33339 (patch)
treeac9fc7b7081c4735180edde1c6c52b03ecef846e
parent60e20897fd54e4df2c28932854185fa868a0f032 (diff)
downloadaur-e1a9fa196962f12aaaa52b3e257302ff42d33339.tar.gz
Updated to 0.125.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8030852b701c..e512410c97b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubernetes-helmfile-bin
pkgdesc = Deploy Kubernetes Helm Charts
- pkgver = 0.125.5
+ pkgver = 0.125.7
pkgrel = 1
url = https://github.com/roboll/helmfile
arch = x86_64
license = MIT
depends = helm
- source = helmfile_linux_amd64_0.125.5::https://github.com/roboll/helmfile/releases/download/v0.125.5/helmfile_linux_amd64
- sha256sums = 63e66268d7e1177017a9527435572ef57b92348c868238054d0ed40beb79f10c
+ source = helmfile_linux_amd64_0.125.7::https://github.com/roboll/helmfile/releases/download/v0.125.7/helmfile_linux_amd64
+ sha256sums = 497f6b2b0f979d7c41e846fd0b5999c95cd518cf064e0090a7e21b7bb0da7bee
pkgname = kubernetes-helmfile-bin
diff --git a/PKGBUILD b/PKGBUILD
index 314ed0744b04..12ce134a2ba2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>
pkgname=kubernetes-helmfile-bin
-pkgver=0.125.5
+pkgver=0.125.7
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=('63e66268d7e1177017a9527435572ef57b92348c868238054d0ed40beb79f10c')
+sha256sums=('497f6b2b0f979d7c41e846fd0b5999c95cd518cf064e0090a7e21b7bb0da7bee')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"