2025-08-05 16:29:49 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.4.8",
"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.8/vagrant_2.4.8_windows_amd64.msi",
"hash": "c4c2afec8ca5d123896a12e7662670a03d6b351626c33fca5d486544e9a4dd12"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.4.8/vagrant_2.4.8_windows_i686.msi",
"hash": "9974f41b01634b0d2014cbf9e8f9338200219921835588ea9764cfbbec35c62d"
}
},
"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"
}
}
}