diff options
| author | Dominyk Tiller | 2014-06-17 04:33:27 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-06-17 01:02:08 -0500 |
| commit | 1259c5153f35214ec712642af2d04d6bc00b690a (patch) | |
| tree | fe6758c86c6cc113aff82bcc66052c49acae638f | |
| parent | 1fe28f863ae1fd16c45fe1ff4983d07e0633556b (diff) | |
| download | homebrew-1259c5153f35214ec712642af2d04d6bc00b690a.tar.bz2 | |
wxmac 3.0.1
Closes #30211.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/wxmac.rb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb index a7ffe8834..720efdff3 100644 --- a/Library/Formula/wxmac.rb +++ b/Library/Formula/wxmac.rb @@ -2,8 +2,8 @@ require 'formula' class Wxmac < Formula homepage "http://www.wxwidgets.org" - url "https://downloads.sourceforge.net/project/wxwindows/3.0.0/wxWidgets-3.0.0.tar.bz2" - sha1 "756a9c54d1f411e262f03bacb78ccef085a9880a" + url "https://downloads.sourceforge.net/project/wxwindows/3.0.1/wxWidgets-3.0.1.tar.bz2" + sha1 "73e58521d6871c9f4d1e7974c6e3a81629fddcf8" bottle do revision 4 @@ -16,13 +16,6 @@ class Wxmac < Formula depends_on "libpng" depends_on "libtiff" - # Upstream patch for starting non-bundled apps like gnuplot, see: - # http://trac.wxwidgets.org/ticket/15613 - patch :p2 do - url "http://trac.wxwidgets.org/changeset/75142/wxWidgets/trunk/src/osx/cocoa/utils.mm?format=diff&new=75142" - sha1 "de67a8f8da479a5ab553d1c5444fc093975ff818" - end - def install # need to set with-macosx-version-min to avoid configure defaulting to 10.5 # need to enable universal binary build in order to build all x86_64 |
