summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2020-12-07 12:40:36 +0300
committerRoman Geraskin2020-12-07 12:40:36 +0300
commitfef5646be7fa3db898e57c1670455fd9619b8cb6 (patch)
treefe2e0d84f3b7c046c094049ae1049144fed8a5a9 /PKGBUILD
parentec0eb798476721508c10ec784cde0533001e52e6 (diff)
downloadaur-fef5646be7fa3db898e57c1670455fd9619b8cb6.tar.gz
fix: sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a8d1c3bca2e..50aa64154d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=helmenv-bin
_pkgname="${pkgname%-bin}"
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc='Helm version manager inspired by tfenv'
arch=('x86_64')
_goos='linux'
@@ -13,9 +13,9 @@ license=('GPL3')
provides=("$_pkgname" "helm")
conflicts=("helm")
source=("$pkgname-$pkgver.tar.gz::https://github.com/little-angry-clouds/kubernetes-binaries-managers/releases/download/$pkgver/$_pkgname-$_goos-$_goarch.tar.gz")
-sha256sums=(820510e6c01cccf2e50ec82280dd14d2e4b29e75002dc590a1ef0ef78a3c5a20)
+sha256sums=(22bdaa219aa479fa73b72b441e2e227b31f482225d1eaea6488c66948c8479dc)
package() {
install -Dm 755 $_pkgname-$_goos-$_goarch "$pkgdir/usr/bin/$_pkgname"
install -Dm 755 helm-wrapper-$_goos-$_goarch "$pkgdir/usr/bin/helm"
-} \ No newline at end of file
+}