diff options
| author | Camillo Lugaresi | 2012-02-17 19:22:13 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-24 20:47:19 -0800 |
| commit | 5f8d262281b2feec4771df63df7fd73201e74157 (patch) | |
| tree | 7e7ab837ed695b951e1b655cf2932683146514ba /Library/Formula | |
| parent | 3ffc57772999ce176a2f29340d15d31424c0bc49 (diff) | |
| download | homebrew-5f8d262281b2feec4771df63df7fd73201e74157.tar.bz2 | |
winetricks 20111115
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/winetricks.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/winetricks.rb b/Library/Formula/winetricks.rb index 02dae1068..5f0ac459f 100644 --- a/Library/Formula/winetricks.rb +++ b/Library/Formula/winetricks.rb @@ -2,8 +2,9 @@ require 'formula' class Winetricks < ScriptFileFormula homepage 'http://code.google.com/p/winetricks/' - url 'http://winetricks.googlecode.com/svn-history/r689/trunk/src/winetricks', :using => :curl - version '20110812' + url 'http://winetricks.googlecode.com/svn-history/r781/trunk/src/winetricks', :using => :curl + version '20111115' + # 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 @@ -11,7 +12,7 @@ class Winetricks < ScriptFileFormula # Don't provide an md5 for the HEAD build unless ARGV.build_head? - sha256 '2e136facf2b8756ee2e908233da6467d669fdec47f62d5663b3256d6ad22636e' + sha256 '83614fe242671da7e44adac52dc94c8272dd253b37d404417696a90862a40d53' end def caveats; <<-EOS.undent |
