forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblitz.rb
24 lines (19 loc) · 789 Bytes
/
blitz.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cask 'blitz' do
version '1.3.5'
sha256 '7182d5b72396bca988396bb31c6a2a7fad4ea31a6f31b0cc7da4e52c66b1d3bc'
url "https://dl.blitz.gg/download/Blitz-#{version}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_filename.cgi?url=https://dl.blitz.gg/download/mac'
name 'Blitz'
homepage 'https://blitz.gg/'
auto_updates true
app 'Blitz.app'
uninstall quit: 'com.blitz.app'
zap trash: [
'~/Library/Application Support/Blitz',
'~/Library/Caches/com.blitz.app.ShipIt',
'~/Library/Cookies/com.blitz.app.binarycookies',
'~/Library/Logs/Blitz',
'~/Library/Preferences/com.blitz.app.plist',
'~/Library/Saved Application State/com.blitz.app.savedState',
]
end