Update Intel HAXM to version 1.1.1

This commit is contained in:
Lorenzo Villani 2014-11-23 16:43:02 +01:00
parent da21456e73
commit 0a3c853971
1 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,17 @@
cask :v1 => 'intel-haxm' do
version '1.0.8'
sha256 'cee233cf1a0293d9e19b15c375f2c4cb7cf0c6948b7fd579bec28719e0b51d35'
version '1.1.1'
sha256 'dd6dabfc34ebf73a19bc34eecfb5d8c4269773e3108ee6ef71ae2a5eacfd37d2'
url 'https://software.intel.com/sites/default/files/managed/68/45/haxm-macosx_r04.zip'
url 'https://software.intel.com/sites/default/files/managed/21/5f/haxm-macosx_r05.zip'
homepage 'https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager'
license :unknown
container :nested => "haxm-macosx_r04/IntelHAXM_#{version}.dmg"
if MacOS.version < :mavericks then
container :nested => "haxm-macosx_r05/IntelHAXM_#{version}_for_below_10_9.dmg"
else
container :nested => "haxm-macosx_r05/IntelHAXM_#{version}_for_10_9_and_above.dmg"
end
pkg "IntelHAXM_#{version}.mpkg"
uninstall :script => {