From f53b1d6af2967f4c11e8b3fb27ccc22cb60d1776 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 20 Nov 2020 23:01:47 +0000 Subject: [PATCH] vagrant: Update to version 2.2.14 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index ba0c8ee016..ac7270e254 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.2.13", + "version": "2.2.14", "description": "A tool for building and managing virtual machine environments in a single workflow.", "homepage": "https://www.vagrantup.com/", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.13/vagrant_2.2.13_x86_64.msi", - "hash": "32a2b9596ae745d06fddc2ef46a36fba9e555eb7865fb67313bc309d03dad65f" + "url": "https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.msi", + "hash": "128fb976fd0ce9db20a4c45dc1c7bcc8d165aac5dba7ba7d29e1ecf1612a0596" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.13/vagrant_2.2.13_i686.msi", - "hash": "61f34c3ae7d72d4338bcfc20fe290106d1f2d243f48c0045790cb591b091938d" + "url": "https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_i686.msi", + "hash": "92d57d7d86841d69d55595b5f3367dce77db300139d258ec4f42fb8e971b083b" } }, "extract_dir": "HashiCorp/Vagrant",