Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / v / vrew.rb
blobd389b55dea004d1f3c2f53cea1b54627be3aac6d
1 cask "vrew" do
2   version "2.10.2"
3   sha256 "4094fb40f5af325e32f22c527b6580a90a4ea731e9bd0fcaa1640a00f69badc4"
5   url "https://vrew-files.voyagerx.com/Vrew-#{version}.dmg"
6   name "Vrew"
7   desc "Video editor"
8   homepage "https://vrew.voyagerx.com/"
10   livecheck do
11     url "https://s3-ap-northeast-2.amazonaws.com/vrew-files.voyagerx.com/latest-mac.yml"
12     strategy :electron_builder
13   end
15   auto_updates true
16   depends_on macos: ">= :big_sur"
18   app "Vrew.app"
20   zap trash: [
21     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.voyagerx.vrew.sfl*",
22     "~/Library/Application Support/vrew",
23     "~/Library/Preferences/com.voyagerx.vrew.plist",
24     "~/Library/Saved Application State/com.voyagerx.vrew.savedState",
25   ]
26 end