2022-08-11 15:00:24 +05:30

36 lines
1.3 KiB
JSON

{
"version": "2.3.0",
"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.3.0/vagrant_2.3.0_windows_amd64.msi",
"hash": "21e5c8791d6d61f355214ac12e5744147cdd7d0e2ce2b24489171573a3daaa86"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_windows_i686.msi",
"hash": "0be88e11085517cae8bb4e636fd77da865ded52bcaab5523ce70379d27713669"
}
},
"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_windows_amd64.msi"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_i686.msi"
}
},
"hash": {
"url": "$baseurl/vagrant_$version_SHA256SUMS"
}
}
}