2021-07-07 22:00:24 +00:00

36 lines
1.2 KiB
JSON

{
"version": "2.2.17",
"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.2.17/vagrant_2.2.17_x86_64.msi",
"hash": "96b1d9b2cd95cff9031b5c7902dcc1789f4e51685bfbeb816f1bd5239831f215"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.17/vagrant_2.2.17_i686.msi",
"hash": "be673db325317997427fb4b49706a0c8130e8a2d882cfffbf7a0cfb6d824fb6a"
}
},
"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_x86_64.msi"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_i686.msi"
}
},
"hash": {
"url": "$baseurl/vagrant_$version_SHA256SUMS"
}
}
}