Files
homebrew-cask/Casks/s/smplayer.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
614 B
Ruby

cask "smplayer" do
version "23.6.0"
sha256 "9820ae370d2d695eaa6fdaa4313ec9f791d42a4ead1b5ef3ca4eec78e04bddb3"
url "https://github.com/smplayer-dev/smplayer/releases/download/v#{version}/smplayer-#{version}.dmg",
verified: "github.com/smplayer-dev/smplayer/"
name "SMPlayer"
desc "Media player with built-in codecs"
homepage "https://www.smplayer.info/"
livecheck do
url :url
strategy :github_latest
end
app "SMPlayer.app"
zap trash: [
"~/Library/Preferences/info.smplayer.SMPlayer.plist",
"~/Library/Saved Application State/info.smplayer.SMPlayer.savedState",
]
end