From b121227559a60966c08981d28227689a1161bc4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:23:25 +0000 Subject: [PATCH] multipass: Update to version 1.13.1 --- bucket/multipass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/multipass.json b/bucket/multipass.json index 3618471db8..906201b1c6 100644 --- a/bucket/multipass.json +++ b/bucket/multipass.json @@ -1,5 +1,5 @@ { - "version": "1.13.0", + "version": "1.13.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.13.0/multipass-1.13.0+win-win64.exe#/dl.7z", - "hash": "aea8eda2467b16dd9a291c04bfc2f66350b6f804a3f03ac2235b3d732f7da2f1" + "url": "https://github.com/canonical/multipass/releases/download/v1.13.1/multipass-1.13.1+win-win64.exe#/dl.7z", + "hash": "4ff99151aeaf22909dcc7683ee1df7288a04ef10d2ee6572d6a746ff00a8dbe4" } }, "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",