homebrew-cask/Casks/elmedia-player.rb

24 lines
651 B
Ruby

cask "elmedia-player" do
version "8.2,2985"
sha256 :no_check
url "https://cdn.eltima.com/download/elmediaplayer.dmg"
name "Elmedia Player"
desc "Video and audio player"
homepage "https://mac.eltima.com/media-player.html"
livecheck do
url "https://cdn.eltima.com/download/elmediaplayer-update/elmediaplayer.xml"
strategy :sparkle
end
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