2020-11-07 06:01:48 +00:00

36 lines
1.2 KiB
JSON

{
"version": "2.2.13",
"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.13/vagrant_2.2.13_x86_64.msi",
"hash": "32a2b9596ae745d06fddc2ef46a36fba9e555eb7865fb67313bc309d03dad65f"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.13/vagrant_2.2.13_i686.msi",
"hash": "61f34c3ae7d72d4338bcfc20fe290106d1f2d243f48c0045790cb591b091938d"
}
},
"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"
}
}
}