cask "lrtimelapse" do version "7.3.2" sha256 "bcb159f3bedd7fec0443835eadd48b2ea8ed079269499744e7f317822fcae7af" url "https://lrtimelapse.com/files/lrtimelapse-#{version.major}-mac/?version=#{version}" name "LRTimelapse" desc "Time lapse editing, keyframing, grading and rendering" homepage "https://lrtimelapse.com/" livecheck do url "https://lrtimelapse.com/download/" regex(/LRTimelapse[._-]?v?(\d+(?:\.\d+)+)[._-]mac\.dmg/i) end pkg "LRTimelapse #{version} Installer.pkg" uninstall script: { executable: "/usr/local/LRTimelapse/uninstall.sh", input: "\n", sudo: true, }, pkgutil: [ "com.lrtimelapse.LRAddons", "com.lrtimelapse.LRTimelapse#{version.major}", "com.lrttimelapse.LRTTools", ] zap trash: "~/Library/Application Support/LRTimelapse" caveats do files_in_usr_local end end