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

19 lines
520 B
Ruby

cask "dcp-o-matic" do
version "2.16.63"
sha256 "6fbb74ad0e38654759fa7be7c097570c58983f02f415e3d199e80396f46bddc4"
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