From 77300903f5cfc2dc5b9787ff9b2ce915ffb531d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 00:33:09 +0000 Subject: [PATCH] vagrant: Update to version 2.3.3 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index c35610af0d..0953e08ae4 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.3.2", + "version": "2.3.3", "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.3.2/vagrant_2.3.2_windows_amd64.msi", - "hash": "23ee048cb6149dba107308c43ac1b8d4b988649d01598b16a8024cff199d2d39" + "url": "https://releases.hashicorp.com/vagrant/2.3.3/vagrant_2.3.3_windows_amd64.msi", + "hash": "de268c1d580066e23f6e334e3ea14850cd4aeb186e545af08b1f7217ff67e6e7" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.3.2/vagrant_2.3.2_windows_i686.msi", - "hash": "ec8893415071913044c1eec72b66112675ed3271352c6ea4fbe378c544918457" + "url": "https://releases.hashicorp.com/vagrant/2.3.3/vagrant_2.3.3_windows_i686.msi", + "hash": "2c9ab69bee74cf19894b40bc7e2ec30b3c00dd9b425c611eb53987d900fc0d5d" } }, "extract_dir": "HashiCorp/Vagrant",