aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41fbf4e8e221..1d99d401073f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname=sveltosctl-bin
pkgdesc="Sveltos CLI tool"
-pkgver=0.45.0
+pkgver=0.48.1
pkgrel=1
arch=('x86_64')
url="https://projectsveltos.github.io/sveltos/"
license=('Apache')
provides=('sveltosctl')
source=("sveltosctl-linux-amd64::https://github.com/projectsveltos/sveltosctl/releases/download/v$pkgver/sveltosctl-linux-amd64")
-sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
+sha256sums=("2a2bf781c3b9a6eeb4ff0c30dcb2ec41c8aaccc85919ec9036c66c6f534bdbdc")
package() {
install -Dm0755 "$srcdir/sveltosctl-linux-amd64" "$pkgdir/usr/bin/sveltosctl"
}
-sha256sums=('1835e1d354915bc64e12db519e19843745805d4ce1edf0af9abb00ec7a37a203')