mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "6.3.7",
|
|
"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.7/devspace-windows-amd64.exe#/devspace.exe",
|
|
"hash": "6f7a370ba222604e0819ae67d97230101f7351d5e2f5401e4905f63b695b2b44"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.7/devspace-windows-386.exe#/devspace.exe",
|
|
"hash": "2e299a0c43e946462a395bacd2e20f15233ec26bd1ccc77a17caba3637049648"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|