cask "tev" do version "1.23" sha256 "bac400214628594c03c31cc4838415b3ab3929da91b83a067ad2a2078abe39bc" url "https://github.com/Tom94/tev/releases/download/v#{version}/tev.dmg" name "tev" desc "HDR image comparison tool with an emphasis on OpenEXR images" homepage "https://github.com/Tom94/tev" livecheck do regex(/^v?(\d+(?:\.\d+)+)$/i) end depends_on macos: ">= :catalina" app "tev.app" zap trash: "~/Library/Preferences/org.tom94.tev.plist" end