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

13 lines
359 B
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => 'league-of-legends' do
2014-09-17 19:42:50 +08:00
version :latest
2014-05-08 20:51:31 +08:00
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'
2015-01-30 04:57:26 +08:00
name 'League of Legends'
homepage 'http://leagueoflegends.com/'
license :gratis
2014-09-16 00:05:50 +08:00
app 'League of Legends.app'
end