cask "dcp-o-matic" do version "2.18.20" sha256 "6c464f1933f97c593d52879ff762d09348d320325b5373a4531cbe94c2cfd219" 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 Package)" 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