homebrew-cask/Casks/league-of-legends.rb

13 lines
352 B
Ruby

cask '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'
name 'League of Legends'
homepage 'http://leagueoflegends.com/'
license :gratis
app 'League of Legends.app'
end