excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / v / vrew.rb
blob26e6e821c023b9997d15fa862b86d50537d8f1c5
1 cask "vrew" do
2   version "2.8.3"
3   sha256 "c91eea7f1a15850daece99a94a94d89af2f93c1f405fc7ad823256a0393207cd"
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
17   app "Vrew.app"
19   zap trash: [
20     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.voyagerx.vrew.sfl*",
21     "~/Library/Application Support/vrew",
22     "~/Library/Preferences/com.voyagerx.vrew.plist",
23     "~/Library/Saved Application State/com.voyagerx.vrew.savedState",
24   ]
25 end