-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathno-ip-duc.rb
More file actions
26 lines (20 loc) · 663 Bytes
/
no-ip-duc.rb
File metadata and controls
26 lines (20 loc) · 663 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 "no-ip-duc" do
version "4.0.12"
sha256 "8c631c1c0c6b82b063c634f11c8b8d3ab2dd8dfb6b439f419055afc291ea42a0"
url "https://www.noip.com/client/macos/No-IP_DUC_v#{version}.dmg"
name "No-IP DUC"
desc "Keeps current IP address in sync"
homepage "https://www.noip.com/download?page=mac"
deprecate! date: "2025-03-31", because: :unmaintained
disable! date: "2026-04-01", because: :unmaintained
depends_on :macos
app "No-IP DUC.app"
zap trash: [
"~/Library/Caches/com.noip.No-IP-DUC",
"~/Library/HTTPStorages/com.noip.No-IP-DUC",
"~/Library/Preferences/com.noip.No-IP-DUC.plist",
]
caveats do
requires_rosetta
end
end