homebrew-cask/Casks/marta.rb

20 lines
692 B
Ruby

cask 'marta' do
version '0.5'
sha256 '5ac09cf6080323c079ab508bbd90bf436f219c5e87b65d5155e2d9fe3d99d61e'
url "https://marta.yanex.org/updates/Marta-#{version}.dmg"
appcast 'https://marta.yanex.org/updates/appcast.xml',
checkpoint: '135450f4ad83557eeff268709141e7d4778d02f2fe7d7ebe824a99a8dce14f18'
name 'Marta File Manager'
homepage 'https://marta.yanex.org/'
app 'Marta.app'
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',
]
end