homebrew-cask/Casks/trinity.rb

23 lines
877 B
Ruby
Raw Normal View History

cask 'trinity' do
version '1.0.0'
sha256 '60779eeb643881197939f61125dcc6611828568f4241a3c462421ac6f4e8e00d'
# github.com/iotaledger/trinity-wallet was verified as official when first introduced to the cask
url "https://github.com/iotaledger/trinity-wallet/releases/download/desktop-#{version}/trinity-desktop-#{version}.dmg"
appcast 'https://github.com/iotaledger/trinity-wallet/releases.atom'
name 'IOTA Trinity Wallet'
homepage 'https://trinity.iota.org/'
app 'Trinity.app'
uninstall quit: 'org.iota.trinity'
2018-09-27 04:37:28 +08:00
zap trash: [
'~/Library/Application Support/Trinity',
'~/Library/Logs/Trinity',
'~/Library/Preferences/org.iota.trinity.helper.plist',
'~/Library/Preferences/org.iota.trinity.plist',
'~/Library/Saved Application State/org.iota.trinity.savedState',
]
end