Files
homebrew-cask/Casks/u/unexpectedly.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

19 lines
463 B
Ruby

cask "unexpectedly" do
version "1.0b"
sha256 :no_check
url "http://s.sudre.free.fr/Software/files/Unexpectedly.dmg"
name "Unexpectedly"
desc "Browse and visualize the reports from crashes"
homepage "http://s.sudre.free.fr/Software/Unexpectedly/about.html"
livecheck do
url :homepage
regex(%r{Version</b>:</td><td>(\d+(?:\.\d+)*\w)}i)
end
app "Unexpectedly.app"
zap trash: "~/Library/Preferences/fr.whitebox.unexpectedly.plist"
end