From dd328f2076933bc8d04232229577819ba0b22b9e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 25 Aug 2020 02:00:18 +0000 Subject: [PATCH] vagrant: Update to version 2.2.10 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index a09710c5e7..23b7a14a12 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { "homepage": "https://www.vagrantup.com/", "description": "A tool for building and managing virtual machine environments in a single workflow.", - "version": "2.2.9", + "version": "2.2.10", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.9/vagrant_2.2.9_x86_64.msi", - "hash": "5d337db06a94870e01f8e8905455501b663268777e83783fe5d1f65e8543fb1a" + "url": "https://releases.hashicorp.com/vagrant/2.2.10/vagrant_2.2.10_x86_64.msi", + "hash": "9e034ad6a1e0c81588e75f18e1911704091caf44e0cda96de492998c308573c3" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.9/vagrant_2.2.9_i686.msi", - "hash": "7b0e16043d906b6cafa8ae4f8748c8df7a8b6a2ea0e24bdfe0721e3ee2cb8daf" + "url": "https://releases.hashicorp.com/vagrant/2.2.10/vagrant_2.2.10_i686.msi", + "hash": "ecf9b202fb022f122eb67a324b0d052a612f2b5dcad6e72444298c02446be2d8" } }, "extract_dir": "HashiCorp/Vagrant",