{
    "version": "2.4.9",
    "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.9/vagrant_2.4.9_windows_amd64.msi",
            "hash": "3bdd967927705872a70c7c98e0576afd5acd9dd73b527695f4d9dd75dd26cbe3"
        },
        "32bit": {
            "url": "https://releases.hashicorp.com/vagrant/2.4.9/vagrant_2.4.9_windows_i686.msi",
            "hash": "6a093c498f4a568d0ce4f6170779fdd55ef5ee1707b33de1d88b9ffce6489207"
        }
    },
    "extract_dir": "Vagrant",
    "bin": "bin\\vagrant.exe",
    "checkver": {
        "url": "https://releases.hashicorp.com/vagrant/",
        "regex": "vagrant_([\\d.]+)</a>"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_amd64.msi"
            },
            "32bit": {
                "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_i686.msi"
            }
        },
        "hash": {
            "url": "$baseurl/vagrant_$version_SHA256SUMS"
        }
    }
}
