multipass: Update to version 1.12.1

This commit is contained in:
github-actions[bot] 2023-06-30 20:25:26 +00:00
parent 77606dde2a
commit ade5335cff

View File

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