Files
homebrew-cask/Casks/s/sloth.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

25 lines
680 B
Ruby

cask "sloth" do
version "3.2"
sha256 "f3fc7c23bebd57c906c6cb43b975d468cb46be0d379f6be1acabe66a5b52212a"
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
auto_updates true
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