vagrant: Update to version 2.2.2

This commit is contained in:
Richard Kuhnt 2018-11-27 22:00:23 +00:00
parent a078a3b2e2
commit c0fce13fa8

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.vagrantup.com/", "homepage": "https://www.vagrantup.com/",
"version": "2.2.1", "version": "2.2.2",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_x86_64.msi", "url": "https://releases.hashicorp.com/vagrant/2.2.2/vagrant_2.2.2_x86_64.msi",
"hash": "54e062d8214cdd99e792d4dc0f85f7c3ac4275d3822102992b4003590371e65f" "hash": "6b3f76e3a8c63a53e89981f556863c3508635785a8b04e6b04eaea8efe8aefa5"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_i686.msi", "url": "https://releases.hashicorp.com/vagrant/2.2.2/vagrant_2.2.2_i686.msi",
"hash": "54eda24258bbcdff17a69344dd7a08b7c16e1d7e6892c6a578d5374c3bc72dde" "hash": "d3e7a9f11e8312fc0f8b6d647126b869cfb54e9ba42c9cf74c1241d2d8a82660"
} }
}, },
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",