From 0141d8b0cc488f748ebddaeaef0a3920355e28ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 00:33:44 +0000 Subject: [PATCH] vagrant: Update to version 2.3.7 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 8aae8a2ab0..777960249b 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.3.6", + "version": "2.3.7", "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.6/vagrant_2.3.6_windows_amd64.msi", - "hash": "93bfd30000094b2e2408cefc900f2837604ddf5fa69c6d39a352b6678c3df61b" + "url": "https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7_windows_amd64.msi", + "hash": "eaf3ab2687d3c65468feb763abd32892d4955f4ecc4dd5a4337f40ce697fc9c0" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.3.6/vagrant_2.3.6_windows_i686.msi", - "hash": "e34c7d24944ff140a9f9286ab180ba4eb23d0b20687f3128dabd64a7264f5078" + "url": "https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7_windows_i686.msi", + "hash": "8cb1303f9849a323c3947995cbbe83f0defc36d324f638d5d89d27dc99c2fc92" } }, "extract_dir": "HashiCorp/Vagrant",