excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / sloth.rb
blob1b6e15cbf6bbb5966d932b98417bd30b2a676a29
1 cask "sloth" do
2   version "3.3"
3   sha256 "2c668befe36aa0fa9765d616abdc7ec8d1191656599ac670faa7042c2e2b7636"
5   url "https://sveinbjorn.org/files/software/sloth/sloth-#{version}.zip"
6   name "Sloth"
7   desc "Displays all open files and sockets in use by all running processes"
8   homepage "https://sveinbjorn.org/sloth"
10   livecheck do
11     url "https://sveinbjorn.org/files/appcasts/SlothAppcast.xml"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
17   app "Sloth.app"
19   zap trash: [
20     "~/Library/Caches/org.sveinbjorn.Sloth",
21     "~/Library/Preferences/org.sveinbjorn.Sloth.plist",
22     "~/Library/Saved Application State/org.sveinbjorn.Sloth.savedState",
23   ]
24 end