homebrew-cask/Casks/exodus.rb

22 lines
727 B
Ruby
Raw Normal View History

2017-05-21 04:44:57 +08:00
cask 'exodus' do
version '19.3.31'
sha256 'be295402ce35ffab0ec718945daef21f0c537f2f705b1fb00a0bdbbe7b313223'
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"
2018-06-12 22:37:26 +08:00
appcast 'https://www.exodus.io/releases/'
2017-05-21 04:44:57 +08:00
name 'Exodus'
homepage 'https://www.exodus.io/'
2018-09-01 12:30:32 +08:00
auto_updates true
2017-05-21 04:44:57 +08:00
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