aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 21:35:24 -0500
committerJack Nagel2014-03-16 23:09:22 -0500
commitfb61ef26c6a88018fd670787bfe6bcb9bb902006 (patch)
tree01e64f89012c1f9556df38dab2cb1bd5606b7605 /Library/Formula
parentc3bf6d25043e38ca397c57338b29f812b0b8c719 (diff)
downloadhomebrew-fb61ef26c6a88018fd670787bfe6bcb9bb902006.tar.bz2
wxmac: use checksummed patches
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wxmac.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb
index 3ad3d782b..35ed737b8 100644
--- a/Library/Formula/wxmac.rb
+++ b/Library/Formula/wxmac.rb
@@ -11,10 +11,11 @@ class Wxmac < Formula
sha1 "a1d9c9c5698d7459d2dce266647b04312dcc12e5" => :lion
end
- def patches
- # Upstream patch for starting non-bundled apps like gnuplot, see:
- # http://trac.wxwidgets.org/ticket/15613
- {:p2 => "http://trac.wxwidgets.org/changeset/75142/wxWidgets/trunk/src/osx/cocoa/utils.mm?format=diff&new=75142"}
+ # Upstream patch for starting non-bundled apps like gnuplot, see:
+ # http://trac.wxwidgets.org/ticket/15613
+ patch :p2 do
+ url "http://trac.wxwidgets.org/changeset/75142/wxWidgets/trunk/src/osx/cocoa/utils.mm?format=diff&new=75142"
+ sha1 "f8f09838a8ac8ca9c16b2ac1bd8f938a7974f5f1"
end
def install