summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaruman92023-03-30 16:20:43 +0300
committersaruman92023-03-30 16:20:43 +0300
commit6a1bb40d667c13dcfb96811fc3099bc045d8c5e5 (patch)
tree87b2851496d355eef34879d2543169ac5628e2ad
parent28c0168860a44718c1f640f72de3e8f302d1528c (diff)
downloadaur-6a1bb40d667c13dcfb96811fc3099bc045d8c5e5.tar.gz
Bump to 6.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f19dee4b385d..5c4975a97f30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = devspace-bin
pkgdesc = The Fastest Developer Tool for Kubernetes, develop software directly inside Kubernetes
- pkgver = 6.3.0
+ pkgver = 6.3.2
pkgrel = 1
url = https://devspace.sh
arch = x86_64
license = Apache
- source = devspace-bin-6.3.0::https://github.com/loft-sh/devspace/releases/download/v6.3.0/devspace-linux-amd64
- sha256sums = 26ffc4d9d4d942cc6d7d190fe48f8bcf2add8b656c091b31d9ad3b537b0b129b
+ source = devspace-bin-6.3.2::https://github.com/loft-sh/devspace/releases/download/v6.3.2/devspace-linux-amd64
+ sha256sums = b715b4ba79588583983453059fd5ad5a8be2d21bd2c75faeab81ad72070b653a
pkgname = devspace-bin
diff --git a/PKGBUILD b/PKGBUILD
index f089889caf86..aecc6bac2a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=devspace
pkgname=${_pkgname}-bin
-_pkgver=6.3.0
+_pkgver=6.3.2
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="The Fastest Developer Tool for Kubernetes, develop software directly inside Kubernetes"
@@ -11,7 +11,7 @@ arch=('x86_64')
url='https://devspace.sh'
license=('Apache')
source=($pkgname-$pkgver::https://github.com/loft-sh/${_pkgname}/releases/download/v$_pkgver/devspace-linux-amd64)
-sha256sums=('26ffc4d9d4d942cc6d7d190fe48f8bcf2add8b656c091b31d9ad3b537b0b129b')
+sha256sums=('b715b4ba79588583983453059fd5ad5a8be2d21bd2c75faeab81ad72070b653a')
package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/${_pkgname}"