mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "2.4.7",
|
|
"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.7/vagrant_2.4.7_windows_amd64.msi",
|
|
"hash": "d2cf07a7e97be3c1a49da55963df75a773c32a87f1ee26feb18600b37e513ddf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.4.7/vagrant_2.4.7_windows_i686.msi",
|
|
"hash": "a21d819664641ef2af858bad13884a446fc34f87d0378a45bb6df0e110efce92"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|