Files
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

27 lines
652 B
Ruby

cask "xdm" do
version "7.2.7"
sha256 "aa3c3df48894ec1e28f3089d93da68085ada43b715eb0f3e31fdda71da021057"
url "https://github.com/subhra74/xdm/releases/download/#{version}/XDMSetup.dmg",
verified: "github.com/subhra74/xdm/"
name "Xtreme Download Manager"
desc "Tool to increase download speed"
homepage "https://xtremedownloadmanager.com/"
livecheck do
skip "No reliable way to get version info"
end
installer script: {
executable: "#{staged_path}/install",
sudo: true,
}
uninstall delete: [
"/Applications/xdm.app",
"~/Library/LaunchAgents/org.sdg.xdman.plist",
]
zap trash: "~/.xdman"
end