From 39d3af276011273bf0d3278ad890702d4cfe8a17 Mon Sep 17 00:00:00 2001 From: Minho Ryang Date: Wed, 24 Jun 2015 22:25:22 +0900 Subject: [PATCH] Added Hearthstone-ko.rb --- Casks/hearthstone-ko.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Casks/hearthstone-ko.rb 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