mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "6.3.17",
|
|
"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.17/devspace-windows-amd64.exe#/devspace.exe",
|
|
"hash": "a7c374f6826ec83db13abf0bb283221a0b4644a84b34e5161692efe9f89b1dd6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.17/devspace-windows-386.exe#/devspace.exe",
|
|
"hash": "3a996fdc9afba6aefdb062f4afdc605a0d5cb811b7d024e7ebed00fb1a693eda"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|