Update vagrant to version 2.0.0

This commit is contained in:
Richard Kuhnt 2017-09-07 15:00:23 +00:00
parent 083d21ddef
commit 3246e6ea94

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.vagrantup.com/", "homepage": "https://www.vagrantup.com/",
"version": "1.9.8", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/vagrant/1.9.8/vagrant_1.9.8_x86_64.msi", "url": "https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.msi",
"hash": "3080a028d3826168befd6b6ed119514c3f93e0ff8da2cd135bde2322d174f4e9" "hash": "0fd2ebaf46d2d0f33a77844ed7a2116158b13872e47877bbb3929ae55d3d104f"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/vagrant/1.9.8/vagrant_1.9.8_i686.msi", "url": "https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_i686.msi",
"hash": "8844a47fadd807390038f0317940f2421a4f00756ee16b16eb4681a5dc0dbb26" "hash": "9e33c6e0ba25c597e963a2b514818829b9e4ce9ddaf45718be4b0a97da04afd1"
} }
}, },
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",