homebrew-cask/Casks/elmedia-player.rb

19 lines
689 B
Ruby

cask 'elmedia-player' do
version '7.4,1816'
sha256 '28cd4cf08961ca81e7ccac22baf11cfeedb9a3840e3caad38854e17e8fc8830c'
url 'https://cdn.eltima.com/download/elmediaplayer.dmg'
appcast 'https://cdn.eltima.com/download/elmediaplayer-update/elmediaplayer.xml'
name 'Elmedia Player'
homepage 'https://mac.eltima.com/media-player.html'
app 'Elmedia Player.app'
zap trash: [
'~/Library/Caches/com.Eltima.ElmediaPlayer',
'~/Library/Preferences/com.Eltima.ElmediaPlayer.LSSharedFileList.plist',
'~/Library/Preferences/com.Eltima.ElmediaPlayer.plist',
'~/Library/Preferences/com.eltima.activator.xml',
]
end