multipass: Update to version 1.9.0

This commit is contained in:
github-actions[bot] 2022-05-03 16:30:55 +00:00
parent 6fbfd389f9
commit 41d673f994

View File

@ -1,5 +1,5 @@
{
"version": "1.8.0",
"version": "1.9.0",
"description": "A lightweight VM manager, designed for developers who want a fresh Ubuntu environment with a single command.",
"homepage": "https://multipass.run",
"license": {
@ -17,8 +17,8 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/canonical/multipass/releases/download/v1.8.0/multipass-1.8.0+win-win64.exe#/dl.7z",
"hash": "60b01ed14d63c9759680abc5d706a53cca9875c9e2ff9daab635481fad90a879"
"url": "https://github.com/canonical/multipass/releases/download/v1.9.0/multipass-1.9.0+win-win64.exe#/dl.7z",
"hash": "658898852836bce5d05b04e71f9cb6a41cdcea3ea00db0a7f46106111cd419f8"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",