diff --git a/Casks/hearthstone-ko.rb b/Casks/hearthstone-ko.rb new file mode 100644 index 000000000..77ae04c57 --- /dev/null +++ b/Casks/hearthstone-ko.rb @@ -0,0 +1,10 @@ +cask :v1 => 'hearthstone-ko' do + version :latest + sha256 :no_check + + url 'http://dist.blizzard.com/downloads/hs-installers/a6029a1d625c79252defff3914fb6e67/retail.1/Hearthstone-Setup-koKR.zip' + homepage 'http://kr.battle.net/hearthstone/ko/' + license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + + installer :manual => 'Hearthstone-Setup-koKR.app' +end