Files
homebrew-cask/Casks/i/ifunbox.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

22 lines
580 B
Ruby

cask "ifunbox" do
version "1.8"
sha256 "19bef7c6079cb3d13dc109478c473e420643e3164ed02b668f76220f60884a11"
url "http://dl.i-funbox.com/updates/ifunbox.mac/#{version}/ifunboxmac.dmg"
name "iFunBox"
desc "File management software for iPhone and other Apple products"
homepage "https://www.i-funbox.com/"
livecheck do
url "http://dl.i-funbox.com/updates/ifunbox.mac/update.xml"
strategy :sparkle
end
app "iFunBox.app"
zap trash: [
"~/Library/Caches/com.iFunBoxDevTeam.iFunBox",
"~/Library/Preferences/com.iFunBoxDevTeam.iFunBox.plist",
]
end