-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathanydo.rb
More file actions
25 lines (20 loc) · 615 Bytes
/
anydo.rb
File metadata and controls
25 lines (20 loc) · 615 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
cask "anydo" do
version "5.0.68"
sha256 "3906b4b436d23105988c22a1ba7936f7ede08be9747256a2e622338c1c846c4a"
url "https://electron-app.any.do/Anydo-#{version}-universal.dmg"
name "Any.do"
desc "Reminder, planner & calendar"
homepage "https://www.any.do/"
livecheck do
url "https://electron-app.any.do/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on :macos
app "Anydo.app"
zap trash: [
"~/Library/Application Support/@anydo",
"~/Library/Preferences/com.anydo.mac.plist",
"~/Library/Saved Application State/com.anydo.mac.savedState",
]
end