aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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