From c5cc2e90ddd8a595b30e30e5164dc0fa4a075bc4 Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Sat, 6 Jul 2013 14:56:15 -0700 Subject: [PATCH] Winetricks: Update to 20130629 release, r1026 Closes Homebrew/homebrew#21045. Signed-off-by: Jack Nagel --- Formula/winetricks.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/winetricks.rb b/Formula/winetricks.rb index 49c76c3a47..0d758c50e7 100644 --- a/Formula/winetricks.rb +++ b/Formula/winetricks.rb @@ -2,10 +2,10 @@ require 'formula' class Winetricks < ScriptFileFormula homepage 'http://code.google.com/p/winetricks/' - url 'http://winetricks.googlecode.com/svn-history/r913/trunk/src/winetricks', :using => :curl + url 'http://winetricks.googlecode.com/svn-history/r1026/trunk/src/winetricks', :using => :curl # since the version stated in the field is seldom updated, we append the revision number - version '20120912-r913' - sha256 'b7b9a53ca507cec75efbd263c5dad1aaa80f8751469a62d9e68ed44e58050d3c' + version '20130629-r1026' + sha256 'd0906097e6bd9b3f52715abb2e8d6ae70d20184d46ba004fa9f0bd537e786c1d' head 'http://winetricks.googlecode.com/svn/trunk/src/winetricks', :using => :curl