diff options
Diffstat (limited to 'Library/Formula')
| -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 78013cd25..49c76c3a4 100644 --- a/Library/Formula/winetricks.rb +++ b/Library/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/r832/trunk/src/winetricks', :using => :curl + url 'http://winetricks.googlecode.com/svn-history/r913/trunk/src/winetricks', :using => :curl # since the version stated in the field is seldom updated, we append the revision number - version '20120308-r832' - sha256 '3ca2eb2afb09d895a3689cce24b78e76254f86c7b60b3cb582dc14fd89212e97' + version '20120912-r913' + sha256 'b7b9a53ca507cec75efbd263c5dad1aaa80f8751469a62d9e68ed44e58050d3c' head 'http://winetricks.googlecode.com/svn/trunk/src/winetricks', :using => :curl |
