excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / alfaview.rb
blob254708c9357d1a81cae0925c01f945cfaf6285dc
1 cask "alfaview" do
2   version "9.18.1"
3   sha256 "c849574ff2badedbf2ffc427fe7c04f50a782453ab99fabc2d4974a86488a57f"
5   url "https://assets.alfaview.com/stable/mac/alfaview-mac-production-#{version}.dmg"
6   name "Alfaview"
7   desc "Audio video conferencing"
8   homepage "https://alfaview.com/"
10   livecheck do
11     url "https://production-alfaview-assets.alfaview.com/stable/mac/version.info"
12     regex(/alfaview[._-]mac[._-]production[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
13   end
15   depends_on macos: ">= :high_sierra"
17   app "alfaview.app"
19   zap trash: "~/Library/Application Support/alfaview"
20 end