-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathtabtopus.rb
More file actions
26 lines (20 loc) · 687 Bytes
/
tabtopus.rb
File metadata and controls
26 lines (20 loc) · 687 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 "tabtopus" do
version "4.2.5"
sha256 "0e23b5a33821ac1c72e5cd4b8b979144e48754f3c3d222b81f458ebd139fe01a"
url "https://www.mariogt.com/appsChest/TabTopus#{version.dots_to_hyphens}.zip"
name "TabTopus"
desc "Web browser tabs URL exporter"
homepage "https://www.mariogt.com/tabtopus.html"
livecheck do
url "https://www.mariogt.com/appsChest/tabtopusAppCast.xml"
strategy :sparkle, &:short_version
end
disable! date: "2026-09-01", because: :fails_gatekeeper_check
auto_updates true
depends_on :macos
app "TabTopus.app"
zap trash: [
"~/Library/HTTPStorages/com.mariogt.tabtopus",
"~/Library/Preferences/com.mariogt.tabtopus.plist",
]
end