2025-05-22 00:39:33 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.4.6",
"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.4.6/vagrant_2.4.6_windows_amd64.msi",
"hash": "1313c24033840aa1b80e54156730a570b631d4f5a85632ed96d23f30c65d6b02"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.4.6/vagrant_2.4.6_windows_i686.msi",
"hash": "59c93c35f7235b9f898878eb170146f3e1b3a765371cfe1c6646ecb5ac4b5376"
}
},
"extract_dir": "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_windows_amd64.msi"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_i686.msi"
}
},
"hash": {
"url": "$baseurl/vagrant_$version_SHA256SUMS"
}
}
}