mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
584 B
Ruby
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
|