Files
homebrew-cask/Casks/d/doubletwist.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

23 lines
527 B
Ruby

cask "doubletwist" do
version "3.2.0,11870"
sha256 :no_check
url "http://download.doubletwist.com/mac/doubleTwist.dmg"
name "doubleTwist"
desc "Sync your music, videos and pictures over USB or WiFi"
homepage "https://www.doubletwist.com/desktop"
livecheck do
url :url
strategy :extract_plist
end
app "doubleTwist.app"
zap trash: [
"~/Library/Application Support/doubleTwist",
"~/Library/Caches/com.doubleTwist.desktop",
"~/Library/Preferences/com.doubleTwist.desktop.plist",
]
end