vagrant: Update to version 2.2.1

This commit is contained in:
Richard Kuhnt 2018-11-16 01:00:20 +00:00
parent b3a27cf9d5
commit 34c487bcff

View File

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