forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathferdi.rb
29 lines (24 loc) · 1.13 KB
/
ferdi.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
25
26
27
28
29
cask 'ferdi' do
version '5.3.3'
sha256 '6d8c6f6d836dd09892a1a9f69f91138881a68072e9ac326b6ecf6c6e501ca7fc'
url "https://github.com/kytwb/ferdi/releases/download/v#{version}/Ferdi-#{version}.dmg"
appcast 'https://github.com/kytwb/ferdi/releases.atom'
name 'Ferdi'
homepage 'https://github.com/kytwb/ferdi'
auto_updates true
app 'Ferdi.app'
uninstall quit: 'com.kytwb.ferdi',
delete: '/Library/Logs/DiagnosticReports/Ferdi Helper_.*wakeups_resource.diag'
zap trash: [
'~/Library/Application Support/Caches/ferdi-updater',
'~/Library/Application Support/Ferdi',
'~/Library/Caches/com.kytwb.ferdi',
'~/Library/Caches/com.kytwb.ferdi.ShipIt',
'~/Library/Logs/Ferdi',
'~/Library/Preferences/ByHost/com.kytwb.ferdi.ShipIt.*.plist',
'~/Library/Preferences/com.electron.ferdi.helper.plist',
'~/Library/Preferences/com.electron.ferdi.plist',
'~/Library/Preferences/com.kytwb.ferdi.plist',
'~/Library/Saved Application State/com.electron.ferdi.savedState',
]
end