2021-11-06 05:00:32 +00:00

36 lines
1.2 KiB
JSON

{
"version": "2.2.19",
"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.19/vagrant_2.2.19_x86_64.msi",
"hash": "95b4c9195ad62f06e13e68f2f0814d9a8b3a37f9e24a7bfe71b64f44ac6307c8"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_i686.msi",
"hash": "93557f77dfb068b2dd83a4991e07b8caa4b28fced6c48dbf632f1ffe6308353e"
}
},
"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"
}
}
}