aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wine.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-21 21:00:22 -0700
committerAdam Vandenberg2010-10-21 21:00:22 -0700
commit6eaf3012b1adaa52982ec249cceb70965b03d356 (patch)
tree73d46db11de71c710b148f69d8a5fb6505dd278c /Library/Formula/wine.rb
parent841b6aacac235e61e929bdb10bee0592998a85a8 (diff)
downloadhomebrew-6eaf3012b1adaa52982ec249cceb70965b03d356.tar.bz2
wine 1.2.1
Diffstat (limited to 'Library/Formula/wine.rb')
-rw-r--r--Library/Formula/wine.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index b89ceac0a..19489e06b 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -1,8 +1,8 @@
require 'formula'
class Wine <Formula
- url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.2.tar.bz2'
- sha1 'dc37a32edb274167990ca7820f92c2d85962e37d'
+ url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.2.1.tar.bz2'
+ sha1 '02df427698de8a6d937e722923c8ac1cf886ca27'
homepage 'http://www.winehq.org/'
head 'git://source.winehq.org/git/wine.git'
@@ -59,8 +59,8 @@ EOS
You may also want to get winetricks:
brew install winetricks
- If you plan to use 3D applications, like games, you will need
- to check "Emulate a virtual desktop" in winecfg's "Graphics" tab.
+ To use 3D applications, like games, check "Emulate a virtual desktop" in
+ winecfg's "Graphics" tab.
EOS
end
end