homebrew-cask/Casks/epic-games-launcher.rb

13 lines
435 B
Ruby
Raw Normal View History

2015-03-08 21:24:56 +08:00
cask :v1 => 'epic-games-launcher' do
2015-04-14 05:45:29 +08:00
version '2.1.1-2502673'
sha256 'f67e513d90fc10af68234b0fdd0b287343adb248a93885ea664d1f3a86250dac'
2015-03-08 21:24:56 +08:00
url "https://download.epicgames.com/Builds/UnrealEngineLauncher/Installers/EpicGamesLauncher-#{version}.dmg"
2015-03-30 00:05:24 +08:00
name 'Epic Games Launcher'
2015-03-08 21:24:56 +08:00
homepage 'https://www.unrealengine.com/what-is-unreal-engine-4'
license :commercial
tags :vendor => 'EpicGames'
app 'Epic Games Launcher.app'
end