homebrew-cask/Casks/vrew.rb

22 lines
527 B
Ruby

cask "vrew" do
version "0.13.30"
sha256 "8bbce7999e683be7e750fb89ba5f82f1482002d3bf226e34f9bc45b366891312"
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