From 2c451dcb8122ff25584c95c293181c57f381e01b Mon Sep 17 00:00:00 2001 From: Birger J. Nordølum Date: Wed, 7 Mar 2012 21:05:38 +0100 Subject: Winetricks 20120503 Closes #10762. Signed-off-by: Adam Vandenberg --- Library/Formula/winetricks.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3