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

19 lines
498 B
Ruby

cask "m3unify" do
version "2.2.0"
sha256 "f46192615beff9572e1c0438a9f75bc73540352e1a7a85a4844e20aa10a3215d"
url "https://dougscripts.com/itunes/scrx/m3unifyv#{version.no_dots}.zip"
name "M3Unify"
desc "File exporter and M3U playlist creator"
homepage "https://dougscripts.com/apps/m3unifyapp.php"
livecheck do
url "https://dougscripts.com/itunes/itinfo/m3unify_appcast.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :mojave"
app "M3Unify.app"
end