From a4ce36e446ea79c97c62f153cd9f5a5ddbcbd15d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 20:26:28 +0000 Subject: [PATCH] multipass: Update to version 1.11.0 --- bucket/multipass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/multipass.json b/bucket/multipass.json index 77602d88fd..d0fb20f34d 100644 --- a/bucket/multipass.json +++ b/bucket/multipass.json @@ -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",