mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "2.2.16",
|
|
"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.16/vagrant_2.2.16_x86_64.msi",
|
|
"hash": "bfa036fd1562c296c9a6200f312314f348cb5a8edd3de8b9843761afa1c371b7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_i686.msi",
|
|
"hash": "37c6aeb26b1f76588f541b04d76de3fff566045bc9693dcb5acb707eb1038d9e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|