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

16 lines
299 B
Ruby

cask "ibackupbot" do
version "5.6.0"
sha256 :no_check
url "https://www.icopybot.com/iBackupBot-Setup.dmg"
name "iBackupBot"
homepage "https://www.icopybot.com/itunes-backup-manager.htm"
livecheck do
url :homepage
regex(/V\s+(\d+(?:\.\d+)+)/i)
end
app "iBackupBot.app"
end