From cac3498818b420aa471dae54d28f84391b762f64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:29:49 +0000 Subject: [PATCH] vagrant: Update to version 2.4.8 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 53f8cc9b20..a85c30e149 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.4.7", + "version": "2.4.8", "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.7/vagrant_2.4.7_windows_amd64.msi", - "hash": "d2cf07a7e97be3c1a49da55963df75a773c32a87f1ee26feb18600b37e513ddf" + "url": "https://releases.hashicorp.com/vagrant/2.4.8/vagrant_2.4.8_windows_amd64.msi", + "hash": "c4c2afec8ca5d123896a12e7662670a03d6b351626c33fca5d486544e9a4dd12" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.4.7/vagrant_2.4.7_windows_i686.msi", - "hash": "a21d819664641ef2af858bad13884a446fc34f87d0378a45bb6df0e110efce92" + "url": "https://releases.hashicorp.com/vagrant/2.4.8/vagrant_2.4.8_windows_i686.msi", + "hash": "9974f41b01634b0d2014cbf9e8f9338200219921835588ea9764cfbbec35c62d" } }, "extract_dir": "Vagrant",