From b1bfe346ba4bfae10a3695bf46db69f61358aa67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 00:34:33 +0000 Subject: [PATCH] vagrant: Update to version 2.4.2 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 9160a382df..fe8963d281 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.4.1", + "version": "2.4.2", "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.4.1/vagrant_2.4.1_windows_amd64.msi", - "hash": "fc3806e071b7af2067eec5e8dfbe9f2dfe2c46139c5d682bb7defd7a2f9083e9" + "url": "https://releases.hashicorp.com/vagrant/2.4.2/vagrant_2.4.2_windows_amd64.msi", + "hash": "4638886974633fb3fba69df9f5680039883ad610b0dc9f00aa14fe4c1039aa35" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.4.1/vagrant_2.4.1_windows_i686.msi", - "hash": "cbf809b7d89cf0b7ef0d990b99d502b1d67c9afecedd326fb187f59ebe311d6f" + "url": "https://releases.hashicorp.com/vagrant/2.4.2/vagrant_2.4.2_windows_i686.msi", + "hash": "8c9f7c84d066c9a37e70099254cce8330ca36ddedf2f8690196714ab6e72396b" } }, "extract_dir": "Vagrant",