2022-09-30 00:50:28 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.3.1",
"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.1/vagrant_2.3.1_windows_amd64.msi",
"hash": "e408e93ac199808e8d2fea8859ddd561769c472a2f6dc112e0fc136219ab3603"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.3.1/vagrant_2.3.1_windows_i686.msi",
"hash": "45969d9165cf6a5ed4ee54fe3260d0a525a427680da857dbce7a1bff49d5e771"
}
},
"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"
}
}
}