homebrew-cask/Casks/alfaview.rb

21 lines
577 B
Ruby
Raw Normal View History

cask "alfaview" do
version "8.33.0"
sha256 "afcaa8880f4f9ca83804424f056a6d5b85111e52a5e7f9f643e19081586d6dca"
2018-08-02 05:44:11 +08:00
url "https://assets.alfaview.com/stable/mac/alfaview-mac-production-#{version}.dmg"
name "Alfaview"
desc "Audio video conferencing"
homepage "https://alfaview.com/"
2018-08-02 05:44:11 +08:00
livecheck do
url "https://production-alfaview-assets.alfaview.com/stable/mac/version.info"
regex(/alfaview-mac-production[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
end
depends_on macos: ">= :high_sierra"
app "alfaview.app"
2018-08-02 05:44:11 +08:00
zap trash: "~/Library/Application Support/alfaview"
2018-08-02 05:44:11 +08:00
end