excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / linphone.rb
blob9a89fc5e741a919b12d3d661d03380a20f762e46
1 cask "linphone" do
2   version "5.2.6"
3   sha256 "52bae07b0daf8f0e8cd8bba4ce7a2e38a9dc41d1ff8069e727fc4afd221dfc1f"
5   url "https://download.linphone.org/releases/macosx/app/Linphone-#{version}-mac.dmg"
6   name "Linphone"
7   desc "Software for communication systems developers"
8   homepage "https://www.linphone.org/"
10   livecheck do
11     url "https://download.linphone.org/releases/macosx/app/"
12     regex(/Linphone[._-]v?(\d+(?:\.\d+)+)[._-]mac\.dmg/i)
13   end
15   app "Linphone.app"
17   zap trash: [
18     "~/Documents/linphone",
19     "~/Library/Application Support/linphone",
20     "~/Library/Preferences/com.belledonnecommunications.linphone.plist",
21     "~/Library/Preferences/com.linphone.linphone.plist",
22     "~/Library/Preferences/linphone",
23     "~/Library/Saved Application State/com.belledonnecommunications.linphone.savedState",
24   ]
26   caveats do
27     requires_rosetta
28   end
29 end