-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathvrew.rb
More file actions
26 lines (21 loc) · 784 Bytes
/
vrew.rb
File metadata and controls
26 lines (21 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cask "vrew" do
version "4.1.1"
sha256 "01ee224ce0cbd84a109d1165658f2a6ccfc09ebff586e9ddaebd91ba72809132"
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
depends_on macos: :big_sur
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