From 4ce125462a469dde83f722d76ad9bd1acf906517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:32:01 +0000 Subject: [PATCH] multipass: Update to version 1.14.1 --- bucket/multipass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/multipass.json b/bucket/multipass.json index 8d6001cf9e..c087303832 100644 --- a/bucket/multipass.json +++ b/bucket/multipass.json @@ -1,5 +1,5 @@ { - "version": "1.14.0", + "version": "1.14.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.14.0/multipass-1.14.0+win-win64.exe#/dl.7z", - "hash": "2472070e2543e50400485157f3ed7f3ddb85a8050ab95841f1cfd9df8436109f" + "url": "https://github.com/canonical/multipass/releases/download/v1.14.1/multipass-1.14.1+win-win64.exe#/dl.7z", + "hash": "5469cc8a114925537f66174e608c59fa21a86753176f957fc005e95492a96599" } }, "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",