league-of-legends.rb: added vendor host comment

This commit is contained in:
Vítor Galvão 2015-01-18 00:46:47 +00:00
parent 08ba44a8aa
commit 85b811919a
1 changed files with 3 additions and 2 deletions

View File

@ -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