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

19 lines
520 B
Ruby

cask "dcp-o-matic" do
version "2.16.64"
sha256 "e45cbd15040a7217ac9a313b12c86bb56fbd6dd7e95e9942ae2f7fb990537939"
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