homebrew-cask/Casks/d/dcp-o-matic.rb

19 lines
520 B
Ruby

cask "dcp-o-matic" do
version "2.16.70"
sha256 "c6b26f823af2eda15e5c2d1a75d6270cea9965ed1d804b114d1ff485d5a002b8"
url "https://dcpomatic.com/dl.php?id=osx-10.10-main&version=#{version}"
name "DCP-o-matic"
desc "Convert video, audio and subtitles into DCP (Digital Cinema Democratized)"
homepage "https://dcpomatic.com/"
livecheck do
url "https://dcpomatic.com/download"
regex(/stable\s*release:\s*(\d+(?:\.\d+)+)/i)
end
app "DCP-o-matic #{version.major}.app"
# No zap stanza required
end