You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
cask 'hearthstone-en-gb' do
|
|
|
|
version :latest
|
|
|
|
sha256 :no_check
|
|
|
|
|
|
|
|
url 'https://eu.battle.net/download/getInstaller?os=mac&installer=Hearthstone-Setup-enGB.zip'
|
|
|
|
name 'Hearthstone'
|
|
|
|
homepage 'http://eu.battle.net/hearthstone/en/'
|
|
|
|
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
|
|
|
|
installer manual: 'Hearthstone-Setup-enGB.app'
|
|
|
|
end
|