Files
homebrew-cask/Casks/t/tabtopus.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
519 B
Ruby

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
app "TabTopus.app"
zap trash: "~/Library/Preferences/com.mariogt.tabtopus.plist"
end