From 4f8526a2af43c83ffd2d983465205bd1e51362a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:50:28 +0000 Subject: [PATCH] vagrant: Update to version 2.3.1 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 1dd12e3189..75baf55e30 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.3.0", + "version": "2.3.1", "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.0/vagrant_2.3.0_windows_amd64.msi", - "hash": "21e5c8791d6d61f355214ac12e5744147cdd7d0e2ce2b24489171573a3daaa86" + "url": "https://releases.hashicorp.com/vagrant/2.3.1/vagrant_2.3.1_windows_amd64.msi", + "hash": "e408e93ac199808e8d2fea8859ddd561769c472a2f6dc112e0fc136219ab3603" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_windows_i686.msi", - "hash": "0be88e11085517cae8bb4e636fd77da865ded52bcaab5523ce70379d27713669" + "url": "https://releases.hashicorp.com/vagrant/2.3.1/vagrant_2.3.1_windows_i686.msi", + "hash": "45969d9165cf6a5ed4ee54fe3260d0a525a427680da857dbce7a1bff49d5e771" } }, "extract_dir": "HashiCorp/Vagrant",