cask "vrew" do version "2.7.7" sha256 "a24b0278ca57af5a4012730d731f618d72fb1ef1e0effbf847a7da59187d18e0" url "https://vrew-files.voyagerx.com/Vrew-#{version}.dmg" name "Vrew" desc "Video editor" homepage "https://vrew.voyagerx.com/" livecheck do url "https://s3-ap-northeast-2.amazonaws.com/vrew-files.voyagerx.com/latest-mac.yml" strategy :electron_builder end auto_updates true app "Vrew.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.voyagerx.vrew.sfl*", "~/Library/Application Support/vrew", "~/Library/Preferences/com.voyagerx.vrew.plist", "~/Library/Saved Application State/com.voyagerx.vrew.savedState", ] end