From 33052b84bd3bd115bc4090729ed63bba371f6e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 6 Nov 2020 07:53:29 +0100 Subject: [PATCH] vagrant: Update to version 2.2.11 --- bucket/vagrant.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 23b7a14a12..7a1f006c87 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,23 +1,23 @@ { - "homepage": "https://www.vagrantup.com/", + "version": "2.2.11", "description": "A tool for building and managing virtual machine environments in a single workflow.", - "version": "2.2.10", + "homepage": "https://www.vagrantup.com/", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.10/vagrant_2.2.10_x86_64.msi", - "hash": "9e034ad6a1e0c81588e75f18e1911704091caf44e0cda96de492998c308573c3" + "url": "https://releases.hashicorp.com/vagrant/2.2.11/vagrant_2.2.11_x86_64.msi", + "hash": "f866fd75845fbff1558f9fa9246fd3210c447a784cfb38774b45ea6195260241" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.10/vagrant_2.2.10_i686.msi", - "hash": "ecf9b202fb022f122eb67a324b0d052a612f2b5dcad6e72444298c02446be2d8" + "url": "https://releases.hashicorp.com/vagrant/2.2.11/vagrant_2.2.11_i686.msi", + "hash": "ba2d4814574357ce862510f62317278dd6312b5f243ed95754116923746811c6" } }, "extract_dir": "HashiCorp/Vagrant", "bin": "bin\\vagrant.exe", "checkver": { "url": "https://releases.hashicorp.com/vagrant/", - "re": "vagrant_([\\d.]+)" + "regex": "vagrant_([\\d.]+)" }, "autoupdate": { "architecture": {