From 8ced0b75456ea95546cb03d4b65a809b51b6f569 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sat, 1 Mar 2014 04:32:32 +0000 Subject: wxmac: add 3.0.0 bottle. --- Library/Formula/wxmac.rb | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb index d2a439c9b..1bb903dda 100644 --- a/Library/Formula/wxmac.rb +++ b/Library/Formula/wxmac.rb @@ -1,13 +1,20 @@ require 'formula' class Wxmac < Formula - homepage 'http://www.wxwidgets.org' - url 'http://downloads.sourceforge.net/project/wxwindows/3.0.0/wxWidgets-3.0.0.tar.bz2' - sha1 '756a9c54d1f411e262f03bacb78ccef085a9880a' + homepage "http://www.wxwidgets.org" + url "http://downloads.sourceforge.net/project/wxwindows/3.0.0/wxWidgets-3.0.0.tar.bz2" + sha1 "756a9c54d1f411e262f03bacb78ccef085a9880a" + + bottle do + sha1 "6a5b2ff59a3f7b4c78658ed4f3cda543bfc7f325" => :mavericks + sha1 "fed5982d493eb7881a253c09d80f47a34fe06bb7" => :mountain_lion + 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 + {:p2 => "http://trac.wxwidgets.org/changeset/75142/wxWidgets/trunk/src/osx/cocoa/utils.mm?format=diff&new=75142"} end def install -- cgit v1.2.3