diff options
| author | Birger J. Nordølum | 2012-03-07 21:05:38 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-07 20:10:49 -0800 |
| commit | 2c451dcb8122ff25584c95c293181c57f381e01b (patch) | |
| tree | 886447390cc79168d1333a58ee7b03e346209abd /Library | |
| parent | f4b6ef03522fb7d8a2d68620b09a3bd45f73d965 (diff) | |
| download | homebrew-2c451dcb8122ff25584c95c293181c57f381e01b.tar.bz2 | |
Winetricks 20120503
Closes #10762.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/winetricks.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/winetricks.rb b/Library/Formula/winetricks.rb index 5f0ac459f..1b4482e10 100644 --- a/Library/Formula/winetricks.rb +++ b/Library/Formula/winetricks.rb @@ -2,8 +2,8 @@ require 'formula' class Winetricks < ScriptFileFormula homepage 'http://code.google.com/p/winetricks/' - url 'http://winetricks.googlecode.com/svn-history/r781/trunk/src/winetricks', :using => :curl - version '20111115' + url 'http://winetricks.googlecode.com/svn-history/r782/trunk/src/winetricks', :using => :curl + version '20120503' # this is the version stated in the file, but note that it is not always updated head 'http://winetricks.googlecode.com/svn/trunk/src/winetricks', :using => :curl @@ -12,7 +12,7 @@ class Winetricks < ScriptFileFormula # Don't provide an md5 for the HEAD build unless ARGV.build_head? - sha256 '83614fe242671da7e44adac52dc94c8272dd253b37d404417696a90862a40d53' + sha256 '9d0c519811f63807832af747fa65147aacdafe17be4a567fc716af4d87a80070' end def caveats; <<-EOS.undent |
