mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "2.4.5",
|
|
"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.5/vagrant_2.4.5_windows_amd64.msi",
|
|
"hash": "b06379065e3af865f82ee0a35b94ccfcb38687dfa943b7ee311a3a38de6786a4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.4.5/vagrant_2.4.5_windows_i686.msi",
|
|
"hash": "7e54b8ce2c0f89789310dbaff540c3031dde568b61a10dc8a3763b37cf71e155"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|