multipass: Update to version 1.11.0

This commit is contained in:
github-actions[bot] 2023-01-19 20:26:28 +00:00
parent 00af45b8a8
commit a4ce36e446

View File

@ -1,5 +1,5 @@
{
"version": "1.10.1",
"version": "1.11.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.10.1/multipass-1.10.1+win-win64.exe#/dl.7z",
"hash": "171e5eaf350816414079fc26fbf1a54013443349b3b27e1bbbe273f0da983ccc"
"url": "https://github.com/canonical/multipass/releases/download/v1.11.0/multipass-1.11.0+win-win64.exe#/dl.7z",
"hash": "e8b6221f798a9752c7016f93ad5697781f20c9db25aad69135cf70d96cd1dfcd"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",