-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathmissive.rb
More file actions
26 lines (21 loc) · 689 Bytes
/
missive.rb
File metadata and controls
26 lines (21 loc) · 689 Bytes
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
cask "missive" do
version "11.12.4"
sha256 "d4cfc97624a02f38844d2d28dba14f92299ba546359236f59e322d571a5fbd4e"
url "https://downloads.missiveapp.com/#{version}/Missive-#{version}.dmg"
name "Missive"
desc "Team inbox and chat tool"
homepage "https://missiveapp.com/"
livecheck do
url "https://missiveapp.com/update/stable/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on macos: :monterey
app "Missive.app"
zap trash: [
"~/Library/Application Support/Missive",
"~/Library/Logs/Missive",
"~/Library/Preferences/com.missiveapp.osx.plist",
"~/Library/Saved Application State/com.missiveapp.osx.savedState",
]
end