Files
homebrew-cask/Casks/c/cantata.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

18 lines
408 B
Ruby

cask "cantata" do
version "2.3.2"
sha256 "c9eb8a1102d0a68cafc93f22df73445b8f69706f3322285f9a2f623a28df0176"
url "https://github.com/CDrummond/cantata/releases/download/v#{version}/Cantata-#{version}.dmg"
name "Cantata"
desc "Qt5 Graphical MPD Client"
homepage "https://github.com/cdrummond/cantata"
depends_on macos: ">= :sierra"
app "Cantata.app"
caveats do
discontinued
end
end