2020-11-06 07:53:29 +01:00

36 lines
1.2 KiB
JSON

{
"version": "2.2.11",
"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.11/vagrant_2.2.11_x86_64.msi",
"hash": "f866fd75845fbff1558f9fa9246fd3210c447a784cfb38774b45ea6195260241"
},
"32bit": {
"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/",
"regex": "vagrant_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_x86_64.msi"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_i686.msi"
}
},
"hash": {
"url": "$baseurl/vagrant_$version_SHA256SUMS"
}
}
}