From e44d62a8fca55ce76e692f3da221a48a2fed1c63 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 26 Jun 2019 06:00:17 +0000 Subject: [PATCH] vagrant: Update to version 2.2.5 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 6d965aa1a9..e254151c74 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,15 +1,15 @@ { "homepage": "https://www.vagrantup.com/", - "version": "2.2.4", + "version": "2.2.5", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.msi", - "hash": "0c8cf856ed8c794db2cceef96e8cbd5f0096eeafe851b024fd0dd4b308291026" + "url": "https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_x86_64.msi", + "hash": "8716bec78764f122354d0274448bab9124629c57e226f021e65bf7041cd8c659" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_i686.msi", - "hash": "808496107341e4da0526d6b6c365324508a4bf1868084aca1d93c74a8e9c7854" + "url": "https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_i686.msi", + "hash": "7cb6b2c1bf4c74b1b95d662e4c6c7dd2b7fbbefa0661b12f94b61eca3d80ec7d" } }, "extract_dir": "HashiCorp/Vagrant",