From 72990564ab0c929de775fdcba4ed9ed11fe282e6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 7 Nov 2020 06:01:48 +0000 Subject: [PATCH] vagrant: Update to version 2.2.13 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index c8a3c88711..ba0c8ee016 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.2.12", + "version": "2.2.13", "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.2.12/vagrant_2.2.12_x86_64.msi", - "hash": "9f1501b4265c58228f6e7e5daa7480a763163f9274d418c1995c677029bbcd76" + "url": "https://releases.hashicorp.com/vagrant/2.2.13/vagrant_2.2.13_x86_64.msi", + "hash": "32a2b9596ae745d06fddc2ef46a36fba9e555eb7865fb67313bc309d03dad65f" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.12/vagrant_2.2.12_i686.msi", - "hash": "c5d6f3ae8be5a55efd5b5e9382e51a514c5146477be5e98473efbe66e4dc1acd" + "url": "https://releases.hashicorp.com/vagrant/2.2.13/vagrant_2.2.13_i686.msi", + "hash": "61f34c3ae7d72d4338bcfc20fe290106d1f2d243f48c0045790cb591b091938d" } }, "extract_dir": "HashiCorp/Vagrant",