mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 18:49:14 +08:00
397d3d7188
* [vcpkg osx ci] update to newer bits these ones should actually work! * update vagrantfile * correct scripts, reformat, add docs * Finish Get-InternalBaseBox, move archives In order to avoid people maliciously deleting the boxes, the archives share and file share are in different users now. * baseline libqcow to be fixed later * actually check for the mount point * fix Install-Prerequisites again * add +x to Get-InternalBaseBox.ps1 additionally, fix some errors
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"$schema": "./installables.schema.json",
|
|
|
|
"Applications": [
|
|
{
|
|
"Name": "VirtualBox",
|
|
"TestCommand": "VBoxManage",
|
|
"DmgUrl": "https://download.virtualbox.org/virtualbox/6.1.10/VirtualBox-6.1.10-138449-OSX.dmg",
|
|
"Sha256": "EF0CA4924922514B6AD71469998821F2CF7C596B4B8B59736C3699759E0F1DF8",
|
|
"InstallerPath": "VirtualBox.pkg"
|
|
},
|
|
{
|
|
"Name": "vagrant",
|
|
"TestCommand": "vagrant",
|
|
"DmgUrl": "https://releases.hashicorp.com/vagrant/2.2.9/vagrant_2.2.9_x86_64.dmg",
|
|
"Sha256": "529CDE2A78E6DF38EC906B65C70B36A087E2601EAB42E25856E35B20CCB027C0",
|
|
"InstallerPath": "vagrant.pkg"
|
|
}
|
|
],
|
|
"Brew": [
|
|
{
|
|
"Name": "osxfuse",
|
|
"Kind": "cask"
|
|
},
|
|
{
|
|
"Name": "sshfs"
|
|
}
|
|
],
|
|
"VBoxExtensions": [
|
|
{
|
|
"Name": "Extension Pack",
|
|
"FullName": "Oracle VM VirtualBox Extension Pack",
|
|
"Url": "https://download.virtualbox.org/virtualbox/6.1.10/Oracle_VM_VirtualBox_Extension_Pack-6.1.10.vbox-extpack",
|
|
"Sha256": "03067F27F4DA07C5D0FDAFC56D27E3EA23A60682B333B2A1010FB74EF9A40C28"
|
|
}
|
|
]
|
|
}
|