mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
526 B
Ruby
22 lines
526 B
Ruby
cask "vrew" do
|
|
version "1.10.2"
|
|
sha256 "8fc4af261ee9ae8a16735397475f108c5edb71b9d65eb3eb6607e7adae6b9832"
|
|
|
|
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
|
|
|
|
app "Vrew.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/vrew",
|
|
"~/Library/Preferences/com.voyagerx.vrew.plist",
|
|
]
|
|
end
|