diff options
| author | Brett Koonce | 2014-09-20 17:58:53 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-09-20 21:11:20 -0700 |
| commit | be1b71d18e0ab6ac3ad6f16e4a1df34c23b831f6 (patch) | |
| tree | c0b91c121aaa26d4cfdbbcf72df2fb2610cdc5cd /Library/Formula/wxpython.rb | |
| parent | 5f68aeb0d53a663d78c498eed31a3f0c677d6378 (diff) | |
| download | homebrew-be1b71d18e0ab6ac3ad6f16e4a1df34c23b831f6.tar.bz2 | |
wxPython 3.0.1.1
Diffstat (limited to 'Library/Formula/wxpython.rb')
| -rw-r--r-- | Library/Formula/wxpython.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/wxpython.rb b/Library/Formula/wxpython.rb index 9c5341bc2..633c0d56b 100644 --- a/Library/Formula/wxpython.rb +++ b/Library/Formula/wxpython.rb @@ -1,4 +1,4 @@ -require 'formula' +require "formula" class FrameworkPython < Requirement fatal true @@ -15,8 +15,8 @@ end class Wxpython < Formula homepage "http://www.wxwidgets.org" - url "https://downloads.sourceforge.net/project/wxpython/wxPython/3.0.0.0/wxPython-src-3.0.0.0.tar.bz2" - sha1 "48451763275cfe4e5bbec49ccd75bc9652cba719" + url "https://downloads.sourceforge.net/project/wxpython/wxPython/3.0.1.1/wxPython-src-3.0.1.1.tar.bz2" + sha1 "d2c4719015d7c499a9765b1e5107fdf37a32abfb" bottle do sha1 "43df795e1d7511dbc9464c9f92360535b158cc69" => :mavericks |
