homebrew-cask/Casks/exodus.rb

22 lines
727 B
Ruby

cask 'exodus' do
version '19.2.20'
sha256 '2ee76c59bbdba1ca08b1ca3fc63e2e128335b9fdb41323677a6fc50482fcf04b'
# 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