diff options
| author | Adam Vandenberg | 2010-08-24 07:51:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-24 07:51:49 -0700 |
| commit | 46864e1cdd58345e53d37f1ade0e5850f20d665d (patch) | |
| tree | 91052b60890198b781b65834b4f18f4bc10e6ed1 /Library/Formula | |
| parent | 1e130479aa9033b7b987aecf1232bfef31a5f868 (diff) | |
| download | homebrew-46864e1cdd58345e53d37f1ade0e5850f20d665d.tar.bz2 | |
Winetricks - fixes # 2270
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/winetricks.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/winetricks.rb b/Library/Formula/winetricks.rb index 32113a8bf..838b30532 100644 --- a/Library/Formula/winetricks.rb +++ b/Library/Formula/winetricks.rb @@ -2,13 +2,13 @@ require 'formula' class Winetricks < ScriptFileFormula url 'http://winezeug.googlecode.com/svn-history/r1019/trunk/winetricks', - :using => curl + :using => :curl version '20100316' md5 '79ab153ae51289ec7c25c7b7ed5d68ff' homepage 'http://wiki.winehq.org/winetricks' head 'http://winezeug.googlecode.com/svn/trunk/winetricks', - :using => curl + :using => :curl def caveats; <<-EOS.undent winetricks is a set of utilities for wine, which is installed separately: |
