homebrew-cask/Casks/exodus.rb

21 lines
795 B
Ruby

cask 'exodus' do
version '1.43.4'
sha256 'a96f02cfe42591c10de74c8340711a78546bf79609c0855476c2f487312429e1'
# 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/',
checkpoint: '434ab2e27d97706877e0972bb5925d29fc45fce1d0b9f9607d206c7a2309aac2'
name 'Exodus'
homepage 'https://www.exodus.io/'
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