From 85b811919a8c6d60ce9c3b50bcc98d7e6fca44d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sun, 18 Jan 2015 00:46:47 +0000 Subject: [PATCH] league-of-legends.rb: added vendor host comment --- Casks/league-of-legends.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Casks/league-of-legends.rb b/Casks/league-of-legends.rb index afd59749243..97cb809eb34 100644 --- a/Casks/league-of-legends.rb +++ b/Casks/league-of-legends.rb @@ -2,9 +2,10 @@ cask :v1 => 'league-of-legends' do version :latest sha256 :no_check + # riotgames.com is the official download host per the vendor homepage url 'http://l3cdn.riotgames.com/Installer/NA_Mac_Installer/League%20of%20Legends%20NA.dmg' - homepage 'http://signup.leagueoflegends.com/' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + homepage 'http://leagueoflegends.com/' + license :gratis app 'League of Legends.app' end