mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
463 B
Ruby
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
|