From c2b8f8746330b533255203121a708ea735246425 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 3 May 2018 22:00:21 +0000 Subject: [PATCH] Update vagrant to version 2.1.0 --- vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vagrant.json b/vagrant.json index baa6ab47a7..4a2c85754c 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,15 +1,15 @@ { "homepage": "https://www.vagrantup.com/", - "version": "2.0.4", + "version": "2.1.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.0.4/vagrant_2.0.4_x86_64.msi", - "hash": "ae971c8bbc7507b266b3c4c33d2ecd4c62a47c5520f5541158e573adba70f61a" + "url": "https://releases.hashicorp.com/vagrant/2.1.0/vagrant_2.1.0_x86_64.msi", + "hash": "de88772fc38b7dec8afb7b3f319cdc6d91fc58bc3a3fc7ee6f1bef4b294d39e5" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.0.4/vagrant_2.0.4_i686.msi", - "hash": "41a114cd0afdef6ed438b836c8ed0bc7916ae7570629c98f4360478118f16153" + "url": "https://releases.hashicorp.com/vagrant/2.1.0/vagrant_2.1.0_i686.msi", + "hash": "8320c93691fe529da17a43274e3ce92ddc9a0b32ca88355e28f7498e4c573759" } }, "extract_dir": "HashiCorp/Vagrant",