vagrant: Update to version 2.2.5

This commit is contained in:
Richard Kuhnt 2019-06-26 06:00:17 +00:00
parent 0903520558
commit e44d62a8fc

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.vagrantup.com/", "homepage": "https://www.vagrantup.com/",
"version": "2.2.4", "version": "2.2.5",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.msi", "url": "https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_x86_64.msi",
"hash": "0c8cf856ed8c794db2cceef96e8cbd5f0096eeafe851b024fd0dd4b308291026" "hash": "8716bec78764f122354d0274448bab9124629c57e226f021e65bf7041cd8c659"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_i686.msi", "url": "https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_i686.msi",
"hash": "808496107341e4da0526d6b6c365324508a4bf1868084aca1d93c74a8e9c7854" "hash": "7cb6b2c1bf4c74b1b95d662e4c6c7dd2b7fbbefa0661b12f94b61eca3d80ec7d"
} }
}, },
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",