cask "timemachinestatus" do version "0.2.6" sha256 "f3a58386965fdcfe261172c0167a41b887fa635e42e1ed908c337d2f48562627" url "https://github.com/lukepistrol/TimeMachineStatus/releases/download/#{version}/TimeMachineStatus.dmg" name "TimeMachineStatus" desc "Menu bar app to show Time Machine information" homepage "https://github.com/lukepistrol/TimeMachineStatus" livecheck do url "https://github.com/lukepistrol/TimeMachineStatus/releases/latest/download/appcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :sonoma" app "TimeMachineStatus.app" uninstall launchctl: "com.lukepistrol.TimeMachineStatusHelper" zap trash: [ "~/Library/Application Scripts/com.lukepistrol.TimeMachineStatus*", "~/Library/Preferences/com.lukepistrol.TimeMachineStatus*.plist", ] end