homebrew-cask/Casks/marta.rb

20 lines
694 B
Ruby
Raw Normal View History

2017-10-01 04:23:28 +08:00
cask 'marta' do
2018-02-02 05:43:33 +08:00
version '0.4.6'
sha256 '3ca5ac09f598cc63ef56b3b770f770602e74ba19f7f79dcab406e108f991e02d'
2017-10-01 04:23:28 +08:00
url "https://marta.yanex.org/updates/Marta-#{version}.dmg"
appcast 'https://marta.yanex.org/updates/appcast.xml',
2018-02-02 05:43:33 +08:00
checkpoint: '6da25ee66e0885d4c9e61a75d0d429dd3877be662436dadb6bc07820445aea63'
2017-10-01 04:23:28 +08:00
name 'Marta File Manager'
homepage 'https://marta.yanex.org/'
app 'Marta.app'
2017-11-18 18:19:20 +08:00
zap trash: [
'~/Library/Application Support/org.yanex.marta',
'~/Library/Caches/org.yanex.marta',
'~/Library/Preferences/org.yanex.marta.plist',
'~/Library/Saved Application State/org.yanex.marta.savedState',
]
2017-10-01 04:23:28 +08:00
end