2020-01-28 06:01:48 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.vagrantup.com/",
"description": "A tool for building and managing virtual machine environments in a single workflow.",
"version": "2.2.7",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_x86_64.msi",
"hash": "6425e450ea180c00fbab17bca3e9cbd384072617a7acabff57c89b9ebc57feb5"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_i686.msi",
"hash": "9dcb49be1fda557818002c12691d3316d5e198fec284480c4e7893b8d322f1dd"
}
},
"extract_dir": "HashiCorp/Vagrant",
"bin": "bin\\vagrant.exe",
"checkver": {
"url": "https://releases.hashicorp.com/vagrant/",
"re": "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"
}
}
}