multipass: Update to version 1.9.1

This commit is contained in:
github-actions[bot] 2022-05-23 16:30:35 +00:00
parent ed4b84968a
commit 79f9605515

View File

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