Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #427 from weijianwen/vmware-fusion-6
Browse files Browse the repository at this point in the history
Add Vmware Fusion 6.
  • Loading branch information
rolandwalker committed Sep 23, 2014
2 parents a22b256 + 0731f7a commit ba26097
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Casks/vmware-fusion-6.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
class VmwareFusion6 < Cask
version '6.0.4-1887983'
sha256 'fe392850cd3578b101b3601f19704485fbb66ce1c5fa1367e464a0cf91e41a68'

url 'https://download3.vmware.com/software/fusion/file/VMware-Fusion-6.0.4-1887983-light.dmg'
homepage 'http://www.vmware.com/products/fusion/'

binary 'VMware Fusion.app/Contents/Library/vmrun'
app 'VMware Fusion.app'
uninstall_preflight do
system '/usr/bin/sudo', '-E', '--',
'/usr/sbin/chown', '-R', '--', "#{Etc.getpwuid(Process.euid).name}:staff", "#{destination_path}/VMware Fusion.app"
end
end

0 comments on commit ba26097

Please sign in to comment.