vagrant: Update to version 2.2.16

This commit is contained in:
Richard Kuhnt 2021-04-29 20:01:47 +00:00
parent ff8537aec5
commit 398b041f55

View File

@ -1,16 +1,16 @@
{ {
"version": "2.2.15", "version": "2.2.16",
"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.2.15/vagrant_2.2.15_x86_64.msi", "url": "https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_x86_64.msi",
"hash": "8ded539894c687f24167dc29452730346e882ba76eba3e37e55d2e64dd4a3680" "hash": "bfa036fd1562c296c9a6200f312314f348cb5a8edd3de8b9843761afa1c371b7"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.15/vagrant_2.2.15_i686.msi", "url": "https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_i686.msi",
"hash": "3081181b3a2cdbab6af948031fa3795bd6879cfdf18e4587607c1008979fa7b1" "hash": "37c6aeb26b1f76588f541b04d76de3fff566045bc9693dcb5acb707eb1038d9e"
} }
}, },
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",