diff --git a/bucket/devspace.json b/bucket/devspace.json new file mode 100644 index 0000000000..fea369b18e --- /dev/null +++ b/bucket/devspace.json @@ -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" + } + } +}