vagrant: Update to version 2.2.8

This commit is contained in:
Richard Kuhnt 2020-05-05 00:01:49 +00:00
parent 46bc9ae3eb
commit 0c11208c18

View File

@ -1,16 +1,16 @@
{
"homepage": "https://www.vagrantup.com/",
"description": "A tool for building and managing virtual machine environments in a single workflow.",
"version": "2.2.7",
"version": "2.2.8",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_x86_64.msi",
"hash": "6425e450ea180c00fbab17bca3e9cbd384072617a7acabff57c89b9ebc57feb5"
"url": "https://releases.hashicorp.com/vagrant/2.2.8/vagrant_2.2.8_x86_64.msi",
"hash": "00089e197aca98b202dae02d8c17cff7cc58c049f96deb3ddf6b980c05c795ac"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_i686.msi",
"hash": "9dcb49be1fda557818002c12691d3316d5e198fec284480c4e7893b8d322f1dd"
"url": "https://releases.hashicorp.com/vagrant/2.2.8/vagrant_2.2.8_i686.msi",
"hash": "a064ed960065e2e4c7a590e8b5d213c5226b0937009bfa87806e7fc47767f6f7"
}
},
"extract_dir": "HashiCorp/Vagrant",