From 9dafb44a4ebbd305242a1cbcfd8db087c09c9146 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 20:27:19 +0000 Subject: [PATCH] multipass: Update to version 1.9.2 --- bucket/multipass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/multipass.json b/bucket/multipass.json index 294dd6f5cf..4198a000f4 100644 --- a/bucket/multipass.json +++ b/bucket/multipass.json @@ -1,5 +1,5 @@ { - "version": "1.9.1", + "version": "1.9.2", "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.1/multipass-1.9.1+win-win64.exe#/dl.7z", - "hash": "4b14a94bff4b0360754fb086cb108b31a23ba3add17eba735d6e8687d7c30b2c" + "url": "https://github.com/canonical/multipass/releases/download/v1.9.2/multipass-1.9.2+win-win64.exe#/dl.7z", + "hash": "836ee03147ff9f25fe24186f68095ca0874ff34e20b3310eed204351f8f217d9" } }, "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",