homebrew-cask/Casks/intel-haxm.rb

28 lines
1.1 KiB
Ruby

cask 'intel-haxm' do
version '7.2.0'
sha256 'dc3e7c7fe94a7981fb8f8eb520e0bd500bb52e0c0438e8b6881ddf425e2cb0f6'
# github.com/intel/haxm was verified as official when first introduced to the cask
url "https://github.com/intel/haxm/releases/download/v#{version}/haxm-macosx_v#{version.dots_to_underscores}.zip"
appcast 'https://github.com/intel/haxm/releases.atom',
checkpoint: '82fb6937eef3bce1ae7456b6894568d3d598af7d1ead2da8e2c12f076089b0ea'
name 'Intel HAXM'
homepage 'https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager'
installer script: {
executable: 'silent_install.sh',
sudo: true,
}
uninstall script: {
sudo: true,
must_succeed: true,
executable: 'silent_install.sh',
args: ['-u'],
}
caveats do
license 'https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement-macosx'
end
end