Files
homebrew-cask/Casks/m/mellowplayer.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

24 lines
691 B
Ruby

cask "mellowplayer" do
version "3.4.0"
sha256 "0d7801211951de5ca3d3e8ce4c301bc2b3e29c18bdd90ec0a763f26b2bb1bafc"
url "https://github.com/ColinDuquesnoy/MellowPlayer/releases/download/#{version}/MellowPlayer.dmg",
verified: "github.com/ColinDuquesnoy/MellowPlayer/"
name "MellowPlayer"
desc "Moved to gitlab"
homepage "https://colinduquesnoy.github.io/MellowPlayer/"
app "MellowPlayer.app"
zap trash: [
"~/Library/Application Support/MellowPlayer",
"~/Library/Caches/MellowPlayer",
"~/Library/Preferences/com.mellowplayer.3.plist",
"~/Library/Preferences/com.mellowplayer.mellowplayer.MellowPlayer.plist",
]
caveats do
discontinued
end
end