summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a19f6ba7989d..751d5c148ef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kubernetes-helm-bin
pkgver=2.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Kubernetes Package Manager"
url="https://github.com/kubernetes/helm"
license=('Apache')
@@ -12,7 +12,7 @@ optdepends=(
)
source=("https://storage.googleapis.com/kubernetes-helm/helm-v$pkgver-linux-amd64.tar.gz")
-sha256sums=('9f04c4824fc751d6c932ae5b93f7336eae06e78315352aa80241066aa1d66c49')
+sha256sums=('6e1f5957f9c7cec8463f38cf658bea0cf225fc324236617b23fe9044e9dd4ba7')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"