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 61680a4a333b..2f61fdfa6b93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Semyon Ivanov <semyon95@gmail.com>
pkgname=devspace-bin
-pkgver=4.3.2
+pkgver=4.3.4
pkgrel=1
pkgdesc="Client-only, open-source dev tool for Kubernetes"
arch=('x86_64')
url="https://devspace.cloud"
license=('apache')
source=($pkgname-$pkgver::https://github.com/devspace-cloud/devspace/releases/download/v$pkgver/devspace-linux-amd64)
-sha256sums=('92c85f86ef30c00a22d9840bc393aa19da75c0b1d4d8355ada2d5e36f5926bcd')
+sha256sums=('a552e4e1ee78de5f6481647fedfc23676c5280859ade64031eefd7822fffa4b8')
package() {
install -Dm 755 "$srcdir/$pkgname-$pkgver" "$pkgdir/usr/bin/devspace"