From b7fea45dc39116c82df4d519c7b8657cbf2ff18d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:27:23 +0000 Subject: [PATCH] multipass: Update to version 1.12.0 --- bucket/multipass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/multipass.json b/bucket/multipass.json index d73a985f98..8adbb1e81a 100644 --- a/bucket/multipass.json +++ b/bucket/multipass.json @@ -1,5 +1,5 @@ { - "version": "1.11.1", + "version": "1.12.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.11.1/multipass-1.11.1+win-win64.exe#/dl.7z", - "hash": "279a54da8e4529b3e55d819f35a8c4dcb3d29c244c27b7774fce25fb06cb7229" + "url": "https://github.com/canonical/multipass/releases/download/v1.12.0/multipass-1.12.0+win-win64.exe#/dl.7z", + "hash": "c7259fb9bae0d7350b4154da49be09ea26bb33da7de12538c2020638c4310d1d" } }, "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",