Skip to content

Instantly share code, notes, and snippets.

@radeksimko
Created October 27, 2016 11:24
Show Gist options
  • Save radeksimko/0740f2b2e099a01b20d679c06c1ba7ed to your computer and use it in GitHub Desktop.
Save radeksimko/0740f2b2e099a01b20d679c06c1ba7ed to your computer and use it in GitHub Desktop.
Virtualbox 5.0.x
cask 'virtualbox' do
version '5.0.26-108824'
sha256 'e8836a98adea9350917a41e754dfec4fe2df7c4a0224fd8beca72cbc5d778437'
url "http://download.virtualbox.org/virtualbox/#{version.sub(%r{-.*}, '')}/VirtualBox-#{version}-OSX.dmg"
appcast 'http://download.virtualbox.org/virtualbox/LATEST.TXT',
checkpoint: '280bd9701a0fcbe1d7ef2e23ffede42d31db69bedaeb7b46084e450e653d8224'
name 'Oracle VirtualBox'
homepage 'https://www.virtualbox.org'
pkg 'VirtualBox.pkg'
uninstall script: { executable: 'VirtualBox_Uninstall.tool', args: %w[--unattended] },
pkgutil: 'org.virtualbox.pkg.*'
zap delete: [
'/Library/Application Support/VirtualBox',
'~/Library/VirtualBox',
'~/Library/Preferences/org.virtualbox.app.VirtualBox.plist',
'~/Library/Preferences/org.virtualbox.app.VirtualBoxVM.plist',
'~/Library/Saved Application State/org.virtualbox.app.VirtualBox.savedState',
'~/Library/Saved Application State/org.virtualbox.app.VirtualBoxVM.savedState',
],
rmdir: '~/VirtualBox VMs'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment