vagrant: Update to version 2.3.2

This commit is contained in:
github-actions[bot] 2022-10-19 00:43:00 +00:00
parent 46a8f83cb0
commit d4991856ef

View File

@ -1,16 +1,16 @@
{ {
"version": "2.3.1", "version": "2.3.2",
"description": "A tool for building and managing virtual machine environments in a single workflow.", "description": "A tool for building and managing virtual machine environments in a single workflow.",
"homepage": "https://www.vagrantup.com/", "homepage": "https://www.vagrantup.com/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.3.1/vagrant_2.3.1_windows_amd64.msi", "url": "https://releases.hashicorp.com/vagrant/2.3.2/vagrant_2.3.2_windows_amd64.msi",
"hash": "e408e93ac199808e8d2fea8859ddd561769c472a2f6dc112e0fc136219ab3603" "hash": "23ee048cb6149dba107308c43ac1b8d4b988649d01598b16a8024cff199d2d39"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.3.1/vagrant_2.3.1_windows_i686.msi", "url": "https://releases.hashicorp.com/vagrant/2.3.2/vagrant_2.3.2_windows_i686.msi",
"hash": "45969d9165cf6a5ed4ee54fe3260d0a525a427680da857dbce7a1bff49d5e771" "hash": "ec8893415071913044c1eec72b66112675ed3271352c6ea4fbe378c544918457"
} }
}, },
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",