10 lines
322 B
10 lines
322 B
cask :v1 => 'hearthstone-eu' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://dist.blizzard.com/downloads/hs-installers/a6029a1d625c79252defff3914fb6e67/retail.1/Hearthstone-Setup-enGB.zip'
|
|
homepage 'http://eu.battle.net/hearthstone/en/'
|
|
license :unknown
|
|
|
|
installer :manual => 'Hearthstone-Setup-enGB.app'
|
|
end
|
|
|