homebrew-cask/Casks/exodus.rb

21 lines
795 B
Ruby

cask 'exodus' do
version '1.44.0'
sha256 '1982f72dfc67312175bdb4efb291fb2d78e2456ce0325c12f538c0d1a8861b34'
# 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: '05e22800f98e10a4b71386a88337af7f67255b7772102aff67053e2472e8111a'
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