ScoopInstaller_Main/bucket/devspace.json
2024-10-10 00:34:55 +00:00

34 lines
1.3 KiB
JSON

{
"version": "6.3.14",
"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.14/devspace-windows-amd64.exe#/devspace.exe",
"hash": "ba8d1c5a8da739e6464b5f3a30e0b46b4c4b59e778f87d6d6d9b0f0be6dcc5b4"
},
"32bit": {
"url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.14/devspace-windows-386.exe#/devspace.exe",
"hash": "184ee88f596beef56d819fff650a9dafc4306637edeb27fe163c275c87f808c9"
}
},
"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"
}
}
}