From d25fb4d649a6c8f68bbcc733d89cf84b31d64db7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:31:41 +0000 Subject: [PATCH] multipass: Update to version 1.10.1 --- bucket/multipass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/multipass.json b/bucket/multipass.json index f040c55106..77602d88fd 100644 --- a/bucket/multipass.json +++ b/bucket/multipass.json @@ -1,5 +1,5 @@ { - "version": "1.10.0", + "version": "1.10.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.10.0/multipass-1.10.0+win-win64.exe#/dl.7z", - "hash": "cd893aef0670e80ee02c4eeb549f741d092b73138743ddcdb20ad479f8b4e8c4" + "url": "https://github.com/canonical/multipass/releases/download/v1.10.1/multipass-1.10.1+win-win64.exe#/dl.7z", + "hash": "171e5eaf350816414079fc26fbf1a54013443349b3b27e1bbbe273f0da983ccc" } }, "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",