vagrant: Update to version 2.2.15

This commit is contained in:
Richard Kuhnt 2021-03-31 01:01:45 +00:00
parent 2bf1ad5412
commit dcc27519fb

View File

@ -1,16 +1,16 @@
{
"version": "2.2.14",
"version": "2.2.15",
"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.2.14/vagrant_2.2.14_x86_64.msi",
"hash": "128fb976fd0ce9db20a4c45dc1c7bcc8d165aac5dba7ba7d29e1ecf1612a0596"
"url": "https://releases.hashicorp.com/vagrant/2.2.15/vagrant_2.2.15_x86_64.msi",
"hash": "8ded539894c687f24167dc29452730346e882ba76eba3e37e55d2e64dd4a3680"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_i686.msi",
"hash": "92d57d7d86841d69d55595b5f3367dce77db300139d258ec4f42fb8e971b083b"
"url": "https://releases.hashicorp.com/vagrant/2.2.15/vagrant_2.2.15_i686.msi",
"hash": "3081181b3a2cdbab6af948031fa3795bd6879cfdf18e4587607c1008979fa7b1"
}
},
"extract_dir": "HashiCorp/Vagrant",