vagrant: Update to version 2.2.11

This commit is contained in:
Jakub Čábera 2020-11-06 07:53:29 +01:00
parent 303c352623
commit 33052b84bd

View File

@ -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.", "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", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.10/vagrant_2.2.10_x86_64.msi", "url": "https://releases.hashicorp.com/vagrant/2.2.11/vagrant_2.2.11_x86_64.msi",
"hash": "9e034ad6a1e0c81588e75f18e1911704091caf44e0cda96de492998c308573c3" "hash": "f866fd75845fbff1558f9fa9246fd3210c447a784cfb38774b45ea6195260241"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.10/vagrant_2.2.10_i686.msi", "url": "https://releases.hashicorp.com/vagrant/2.2.11/vagrant_2.2.11_i686.msi",
"hash": "ecf9b202fb022f122eb67a324b0d052a612f2b5dcad6e72444298c02446be2d8" "hash": "ba2d4814574357ce862510f62317278dd6312b5f243ed95754116923746811c6"
} }
}, },
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",
"bin": "bin\\vagrant.exe", "bin": "bin\\vagrant.exe",
"checkver": { "checkver": {
"url": "https://releases.hashicorp.com/vagrant/", "url": "https://releases.hashicorp.com/vagrant/",
"re": "vagrant_([\\d.]+)</a>" "regex": "vagrant_([\\d.]+)</a>"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {