Files
homebrew-cask/Casks/d/diagnostics.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

17 lines
513 B
Ruby

cask "diagnostics" do
version "1.4.1"
sha256 "dac94f1e6b32224648d8d4a902acfb50e4b75a0cf295b508589858594899ef8f"
url "https://github.com/macmade/Diagnostics/releases/download/#{version}/Diagnostics.app.zip"
name "Diagnostics"
desc "Diagnostic (crash) reports viewer"
homepage "https://github.com/macmade/Diagnostics"
app "Diagnostics.app"
zap trash: [
"~/Library/Preferences/com.xs-labs.Diagnostics.plist",
"~/Library/Saved Application State/com.xs-labs.Diagnostics.savedState",
]
end