forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharound.rb
27 lines (22 loc) · 797 Bytes
/
around.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cask "around" do
version "0.48.15"
sha256 :no_check
url "https://downloads.around.co/Around-mac-installer.zip"
name "Around"
desc "Video calls designed for energy, ideas and action"
homepage "https://www.around.co/"
livecheck do
url "https://meet.around.co/versions.json"
regex(/"desktopappMinVersion":"(\d\.\d{2}\.\d{2})"/i)
end
installer manual: "Install Around.app"
uninstall quit: "co.teamport.around",
delete: "/Applications/Around.app"
zap trash: [
"~/Library/Application Support/Around",
"~/Library/Caches/co.around.installer",
"~/Library/Preferences/co.teamport.around.plist",
"~/Library/Saved Application State/co.around.installer.savedState",
"~/Library/Saved Application State/co.teamport.around.savedState",
]
end