From 79f960551522654bc9c27eb13e5ff0b95a9a52bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 16:30:35 +0000 Subject: [PATCH] multipass: Update to version 1.9.1 --- bucket/multipass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/multipass.json b/bucket/multipass.json index f805b7233c..294dd6f5cf 100644 --- a/bucket/multipass.json +++ b/bucket/multipass.json @@ -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.", "homepage": "https://multipass.run", "license": { @@ -17,8 +17,8 @@ ], "architecture": { "64bit": { - "url": "https://github.com/canonical/multipass/releases/download/v1.9.0/multipass-1.9.0+win-win64.exe#/dl.7z", - "hash": "658898852836bce5d05b04e71f9cb6a41cdcea3ea00db0a7f46106111cd419f8" + "url": "https://github.com/canonical/multipass/releases/download/v1.9.1/multipass-1.9.1+win-win64.exe#/dl.7z", + "hash": "4b14a94bff4b0360754fb086cb108b31a23ba3add17eba735d6e8687d7c30b2c" } }, "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",