multipass: Update to version 1.12.2

This commit is contained in:
github-actions[bot] 2023-07-18 00:52:32 +00:00
parent 6a2c71cb30
commit 2588d5a728

View File

@ -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",