homebrew-cask/Casks/exodus.rb

22 lines
727 B
Ruby

cask 'exodus' do
version '19.3.31'
sha256 'be295402ce35ffab0ec718945daef21f0c537f2f705b1fb00a0bdbbe7b313223'
# exodusbin.azureedge.net was verified as official when first introduced to the cask
url "https://exodusbin.azureedge.net/releases/exodus-macos-#{version}.dmg"
appcast 'https://www.exodus.io/releases/'
name 'Exodus'
homepage 'https://www.exodus.io/'
auto_updates true
app 'Exodus.app'
zap trash: [
'~/Library/Application Support/Exodus',
'~/Library/Preferences/com.electron.exodus.helper.plist',
'~/Library/Preferences/com.electron.exodus.plist',
'~/Library/Saved Application State/com.electron.exodus.savedState',
]
end