vagrant: Update to version 2.3.1

This commit is contained in:
github-actions[bot] 2022-09-30 00:50:28 +00:00
parent a0041fcf97
commit 4f8526a2af

View File

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