Files
homebrew-cask/Casks/a/alfaview.rb
2023-11-27 09:25:39 -05:00

21 lines
584 B
Ruby

cask "alfaview" do
version "9.6.0"
sha256 "70c370d0ec1651e375ddfebb4555bcc28458fbb670b94a4349d1849366d0c40d"
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