aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-03-01 04:32:32 +0000
committerAdam Vandenberg2014-03-04 18:20:21 -0800
commit8ced0b75456ea95546cb03d4b65a809b51b6f569 (patch)
treebaffd911aa9775d5c752976bdcec442c36296dd6 /Library
parent87fcd58c665f62a126b259af4e0f5472fc70c192 (diff)
downloadhomebrew-8ced0b75456ea95546cb03d4b65a809b51b6f569.tar.bz2
wxmac: add 3.0.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wxmac.rb17
1 files changed, 12 insertions, 5 deletions
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