diff options
| author | Adam Vandenberg | 2010-04-01 13:57:03 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-01 13:57:03 -0700 |
| commit | d3be8f64427a2f6c3a09dc23e50448628fcdc16a (patch) | |
| tree | 4ea01843f15c385d3b003d7703285b2dfd6e9510 /Library/Formula | |
| parent | ad86a1623c980ab68a92ee6bec60a50f31a0248f (diff) | |
| download | homebrew-d3be8f64427a2f6c3a09dc23e50448628fcdc16a.tar.bz2 | |
Update winetricks to newer version.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/winetricks.rb | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Library/Formula/winetricks.rb b/Library/Formula/winetricks.rb index d8d9a64eb..2d2fb0347 100644 --- a/Library/Formula/winetricks.rb +++ b/Library/Formula/winetricks.rb @@ -1,15 +1,20 @@ require 'formula' class Winetricks < ScriptFileFormula - url 'http://winezeug.googlecode.com/svn-history/r969/trunk/winetricks' - version 'r969' - md5 '1b8187bd3735cf36e486a28526650d4a' + url 'http://winezeug.googlecode.com/svn-history/r1019/trunk/winetricks' + version '20100316' + md5 '79ab153ae51289ec7c25c7b7ed5d68ff' + homepage 'http://wiki.winehq.org/winetricks' head 'http://winezeug.googlecode.com/svn/trunk/winetricks' - homepage 'http://wiki.winehq.org/winetricks' - - # depends_on 'wine' # Don't actually force Wine to install first! + + def caveats + <<-EOS.undent + winetricks is a set of utilities for wine, which is installed separately: + brew install wine + EOS + end def download_strategy CurlDownloadStrategy |
