forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepic-games.rb
23 lines (19 loc) · 1.03 KB
/
epic-games.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cask 'epic-games' do
version '10.5.4'
sha256 'b595ca784cfeeff9199d1a57a9594136e2115c9206fe534e821291561bdf40fd'
# epicgames-download1.akamaized.net was verified as official when first introduced to the cask
url "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Mac/EpicInstaller-#{version}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncher.dmg'
name 'Epic Games Launcher'
homepage 'https://www.epicgames.com/'
auto_updates true
depends_on macos: '>= :sierra'
app 'Epic Games Launcher.app'
zap trash: [
'~/Library/Caches/com.epicgames.EpicGamesLauncher',
'~/Library/Application Support/Epic',
'~/Library/Cookies/com.epicgames.EpicGamesLauncher.binarycookies',
'~/Library/Logs/Unreal Engine/EpicGamesLauncher',
'~/Library/Preferences/Unreal Engine/EpicGamesLauncher',
]
end