DevSpace: Add version 6.3.2 (#4737)

* Create devspace.json

Provide a new app manifest for [DevSpace](https://devspace.sh)

* Fix formating

added license and description

* Fixing autoupdate

* Renaming release artifact

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* Set binary attribute

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
This commit is contained in:
pauleHeisster 2023-04-29 08:34:55 +02:00 committed by GitHub
parent 6be3e658df
commit 69b261db6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/devspace.json Normal file
View File

@ -0,0 +1,33 @@
{
"version": "6.3.2",
"description": "DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster",
"homepage": "https://devspace.sh",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.2/devspace-windows-amd64.exe#/devspace.exe",
"hash": "72d89cd7f2c4b59a4ae282293423318eb5cac68a1bb48dcc50ff200f3ce826a6"
},
"32bit": {
"url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.2/devspace-windows-386.exe#/devspace.exe",
"hash": "af143841ae2fa0c0a2e77ffa2ceb3d7a630458f17681d15d0e4fa8e922f259da"
}
},
"bin": "devspace.exe",
"checkver": {
"github": "https://github.com/devspace-sh/devspace"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/devspace-sh/devspace/releases/download/v$version/devspace-windows-amd64.exe#/devspace.exe"
},
"32bit": {
"url": "https://github.com/devspace-sh/devspace/releases/download/v$version/devspace-windows-386.exe#/devspace.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}