cask "sloth" do version "3.4" sha256 "2bc0f078114020b110caaae2e8d3bea79a916a6f811e3224d6d978de072c78db" url "https://sveinbjorn.org/files/software/sloth/sloth-#{version}.zip" name "Sloth" desc "Displays all open files and sockets in use by all running processes" homepage "https://sveinbjorn.org/sloth" livecheck do url "https://sveinbjorn.org/files/appcasts/SlothAppcast.xml" strategy :sparkle, &:short_version end no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :high_sierra" app "Sloth.app" zap trash: [ "~/Library/Caches/org.sveinbjorn.Sloth", "~/Library/Preferences/org.sveinbjorn.Sloth.plist", "~/Library/Saved Application State/org.sveinbjorn.Sloth.savedState", ] end