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