2024-11-02 00:34:33 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.4.2",
"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.2/vagrant_2.4.2_windows_amd64.msi",
"hash": "4638886974633fb3fba69df9f5680039883ad610b0dc9f00aa14fe4c1039aa35"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.4.2/vagrant_2.4.2_windows_i686.msi",
"hash": "8c9f7c84d066c9a37e70099254cce8330ca36ddedf2f8690196714ab6e72396b"
}
},
"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"
}
}
}