homebrew-cask/Casks/exodus.rb

21 lines
795 B
Ruby
Raw Normal View History

2017-05-21 04:44:57 +08:00
cask 'exodus' do
2018-02-02 17:21:07 +08:00
version '1.44.0'
sha256 '1982f72dfc67312175bdb4efb291fb2d78e2456ce0325c12f538c0d1a8861b34'
2017-05-21 04:44:57 +08:00
# exodusbin.azureedge.net was verified as official when first introduced to the cask
2017-09-02 19:30:46 +08:00
url "https://exodusbin.azureedge.net/releases/exodus-macos-#{version}.dmg"
2017-05-21 04:44:57 +08:00
appcast 'https://www.exodus.io/releases/',
2018-02-02 17:21:07 +08:00
checkpoint: '05e22800f98e10a4b71386a88337af7f67255b7772102aff67053e2472e8111a'
2017-05-21 04:44:57 +08:00
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',
]
2017-05-21 04:44:57 +08:00
end