aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCamillo Lugaresi2013-10-01 22:29:56 -0500
committerAdam Vandenberg2013-10-01 21:14:16 -0700
commit5e4b40bba057ae6b77b92280fd53e408cc828534 (patch)
treeb57acde7f76633022e11b5b4046fedd0ce8886ce /Library/Formula
parentcbce32c05b73c82e821149e9b000114149eacdaf (diff)
downloadhomebrew-5e4b40bba057ae6b77b92280fd53e408cc828534.tar.bz2
Wine 1.7.3
Closes #22982. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wine.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index 95c6420ac..a3d6b6a0f 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -13,8 +13,8 @@ class Wine < Formula
end
devel do
- url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.7.2.tar.bz2'
- sha256 '0bfc4276c93de1fdd5989f91807c7362b11995efdf581d60601fec789665b7f1'
+ url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.7.3.tar.bz2'
+ sha256 'c66c93c2ffec8d1d9922fbaa226b169d62deb77fcbfd0fbd7379b77dbd97d47f'
depends_on 'little-cms2'
end
@@ -41,9 +41,9 @@ class Wine < Formula
depends_on 'libgsm' => :optional
resource 'gecko' do
- url 'http://downloads.sourceforge.net/wine/wine_gecko-2.21-x86.msi', :using => :nounzip
- version '2.21'
- sha1 'a514fc4d53783a586c7880a676c415695fe934a3'
+ url 'http://downloads.sourceforge.net/wine/wine_gecko-2.24-x86.msi', :using => :nounzip
+ version '2.24'
+ sha1 'b4923c0565e6cbd20075a0d4119ce3b48424f962'
end
resource 'mono' do
@@ -93,8 +93,8 @@ class Wine < Formula
ENV.append "CFLAGS", build32
ENV.append "LDFLAGS", build32
- # Still miscompiles at v1.6
- if ENV.compiler == :clang
+ # The clang that comes with Xcode 5 no longer miscompiles wine. Tested with 1.7.3.
+ if ENV.compiler == :clang and Compiler.new(:clang).build < 500
opoo <<-EOS.undent
Clang currently miscompiles some parts of Wine. If you have gcc, you
can get a more stable build with: