cask "backuploupe" do version "3.13.1.2" sha256 "689c859f1e1fb21e4eeca1634f9d40f221d5f47b3b68cb7d16d59f7f7d6338bc" url "https://www.soma-zone.com/download/files/BackupLoupe-#{version}.tar.xz" name "BackupLoupe" desc "Alternative GUI for Time Machine" homepage "https://www.soma-zone.com/BackupLoupe/" livecheck do url "https://www.soma-zone.com/BackupLoupe/a/appcast-update-#{version.major}.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :high_sierra" app "BackupLoupe.app" uninstall delete: [ "/Library/LaunchDaemons/com.soma-zone.BackupLoupe.Helper.plist", "/Library/PrivilegedHelperTools/com.soma-zone.BackupLoupe.Helper", ] zap trash: [ "~/Library/Application Support/BackupLoupe", "~/Library/Caches/com.apple.helpd/Generated/BackupLoupe*", "~/Library/Preferences/com.soma-zone.BackupLoupe.plist", ] end