From 2588d5a72822fb428a40886d4d9febca3f403c8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:52:32 +0000 Subject: [PATCH] multipass: Update to version 1.12.2 --- bucket/multipass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/multipass.json b/bucket/multipass.json index 61e053b8b4..4cd8a22d7d 100644 --- a/bucket/multipass.json +++ b/bucket/multipass.json @@ -1,5 +1,5 @@ { - "version": "1.12.1", + "version": "1.12.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.12.1/multipass-1.12.1+win-win64.exe#/dl.7z", - "hash": "787d7648165c4ab880c061dc3fd376dab19b23c87f16ace4f2800d79d5e33151" + "url": "https://github.com/canonical/multipass/releases/download/v1.12.2/multipass-1.12.2+win-win64.exe#/dl.7z", + "hash": "e5ceefb3ad69a77d75ce01844e0ae9c2717d44092e50ec364faf5a47582da841" } }, "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",