2021-03-31 01:01:45 +00:00

36 lines
1.2 KiB
JSON

{
"version": "2.2.15",
"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.15/vagrant_2.2.15_x86_64.msi",
"hash": "8ded539894c687f24167dc29452730346e882ba76eba3e37e55d2e64dd4a3680"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.15/vagrant_2.2.15_i686.msi",
"hash": "3081181b3a2cdbab6af948031fa3795bd6879cfdf18e4587607c1008979fa7b1"
}
},
"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"
}
}
}