aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorXiyue Deng2013-12-29 22:10:44 -0800
committerXiyue Deng2013-12-30 15:44:49 -0800
commite7dbfdd4e4522fc4244e3b9868de1dde2497f7e5 (patch)
treeab4c16f19738c4ac35d4cc36ac8cc1912be30e3f /Library/Formula
parent2672f0c8c9107aecfe1b4ddc01c402cc24f85b59 (diff)
downloadhomebrew-e7dbfdd4e4522fc4244e3b9868de1dde2497f7e5.tar.bz2
wxwidgets 3.0.0.0
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wxmac.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb
index c4b114095..0a331dc7c 100644
--- a/Library/Formula/wxmac.rb
+++ b/Library/Formula/wxmac.rb
@@ -15,8 +15,8 @@ end
class Wxmac < Formula
homepage 'http://www.wxwidgets.org'
- url 'http://downloads.sourceforge.net/project/wxpython/wxPython/2.9.5.0/wxPython-src-2.9.5.0.tar.bz2'
- sha1 '9183b2ffc6631cb2551c51b655a9d08904aa7b52'
+ url 'http://downloads.sourceforge.net/project/wxpython/wxPython/3.0.0.0/wxPython-src-3.0.0.0.tar.bz2'
+ sha1 '48451763275cfe4e5bbec49ccd75bc9652cba719'
option 'disable-monolithic', "Build a non-monolithic library (split into multiple files)"
depends_on :python => :recommended