diff options
| author | David Holm | 2013-11-16 12:44:00 -0800 |
|---|---|---|
| committer | Jack Nagel | 2013-11-16 16:52:50 -0600 |
| commit | 4f3976323d88b2421387020cb987cbc15e7bb6d6 (patch) | |
| tree | c6244c0b553899749728c6f036500120284ddcd1 /Library/Formula | |
| parent | 82c6fa17b050d380c9d82f647833e19706323276 (diff) | |
| download | homebrew-4f3976323d88b2421387020cb987cbc15e7bb6d6.tar.bz2 | |
wine 1.6.1
Closes #24382.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wine.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 9237a8aa6..087a7b270 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -7,8 +7,8 @@ class Wine < Formula homepage 'http://winehq.org/' stable do - url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.6.tar.bz2' - sha256 'e1f130efbdcbfa211ca56ee03357ccd17a31443889b4feebdcb88248520b42ae' + url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.6.1.tar.bz2' + sha256 'd5bc2c088b555caa60a7ba1156e6ed74d791ba3c438129c75ab53805215a384c' depends_on 'little-cms' end @@ -63,12 +63,6 @@ class Wine < Formula def patches p = [] - if build.stable? - # http://bugs.winehq.org/show_bug.cgi?id=34188 - p << 'http://bugs.winehq.org/attachment.cgi?id=45507' - # http://bugs.winehq.org/show_bug.cgi?id=34162 - p << 'http://bugs.winehq.org/attachment.cgi?id=45562' if MacOS.version >= :mavericks - end if build.devel? # http://bugs.winehq.org/show_bug.cgi?id=34166 p << 'http://bugs.winehq.org/attachment.cgi?id=46394' |
