ScoopInstaller_Main/bucket/multipass.json
2023-06-30 20:25:26 +00:00

46 lines
1.5 KiB
JSON

{
"version": "1.12.1",
"description": "A lightweight VM manager, designed for developers who want a fresh Ubuntu environment with a single command.",
"homepage": "https://multipass.run",
"license": {
"identifier": "GPL-3.0-only",
"url": "https://github.com/canonical/multipass/blob/main/COPYING.GPL.txt"
},
"notes": [
"Select hypervisor:",
" - 'multipass set local.driver=hyperv(default)|virtualbox'",
" - Enable 'Hyper-V' or install 'Oracle VM VirtualBox' manually.",
"Daemon Management:",
" - See 'multipassd --help'",
"",
"Official documentation: https://multipass.run/docs"
],
"architecture": {
"64bit": {
"url": "https://github.com/canonical/multipass/releases/download/v1.12.1/multipass-1.12.1+win-win64.exe#/dl.7z",
"hash": "787d7648165c4ab880c061dc3fd376dab19b23c87f16ace4f2800d79d5e33151"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",
"bin": [
"bin\\multipass.exe",
"bin\\multipassd.exe"
],
"shortcuts": [
[
"bin\\multipass.gui.exe",
"Multipass"
]
],
"checkver": {
"github": "https://github.com/canonical/multipass"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/canonical/multipass/releases/download/v$version/multipass-$version+win-win64.exe#/dl.7z"
}
}
}
}