hack broken character in intel-power-gadget.rb

fixes #3791
This commit is contained in:
Roland Walker 2014-05-21 12:20:59 -04:00
parent 63af3579e6
commit fcce81241b
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
# encoding: UTF-8
class IntelPowerGadget < Cask
url 'http://software.intel.com/sites/default/files/IntelPowerGadget3.0.1.zip'
homepage 'http://software.intel.com/en-us/articles/intel-power-gadget-20'
version '3.0.1'
sha256 '538a792721604e2155b3a48caa4084db751a91b170e5fa62bf0331d3147f2239'
nested_container 'Intel%AE Power Gadget.dmg'
# this bogus-looking character accurately reflects an upstream error
nested_container 'IntelÆ Power Gadget.dmg'
install 'Install Intel Power Gadget.pkg'
uninstall :pkgutil => 'com.intel.pkg.PowerGadget.*'
end