homebrew-cask/Casks/a/alfaview.rb

21 lines
584 B
Ruby

cask "alfaview" do
version "9.1.0"
sha256 "fd2498601b9b5647797ed589e2ca84bae7c30bfadc2caea0239aefa319babd7e"
url "https://assets.alfaview.com/stable/mac/alfaview-mac-production-#{version}.dmg"
name "Alfaview"
desc "Audio video conferencing"
homepage "https://alfaview.com/"
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"
zap trash: "~/Library/Application Support/alfaview"
end