aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCamillo Lugaresi2012-03-27 13:44:09 -0500
committerJack Nagel2012-04-15 15:40:23 -0500
commitfb069e70775ccfe6e90bcfa7c8c6ff20fa3217d2 (patch)
tree7574406bf9f492a83ac7cc2e117677fc5a21c9d8 /Library
parent985ba51eccb0950ff4a2ac0fa6a789fba7c04a35 (diff)
downloadhomebrew-fb069e70775ccfe6e90bcfa7c8c6ff20fa3217d2.tar.bz2
winetricks r798
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/winetricks.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/winetricks.rb b/Library/Formula/winetricks.rb
index f6ed04fda..a517c5163 100644
--- a/Library/Formula/winetricks.rb
+++ b/Library/Formula/winetricks.rb
@@ -2,9 +2,9 @@ require 'formula'
class Winetricks < ScriptFileFormula
homepage 'http://code.google.com/p/winetricks/'
- url 'http://winetricks.googlecode.com/svn-history/r795/trunk/src/winetricks', :using => :curl
- version '20120308'
- # this is the version stated in the file, but note that it is not always updated
+ url 'http://winetricks.googlecode.com/svn-history/r798/trunk/src/winetricks', :using => :curl
+ version '20120308-r798'
+ # since the version stated in the field is seldom updated, we append the revision number
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 'c6df4d7a8c0d4218507edd12607cec677378d6cf7371324d9cd4a07c923e1bae'
+ sha256 'cc71fbe6ada29a76693694a232cc4df49a9183f76d3e20eaf8123f94814d0126'
end
def caveats; <<-EOS.undent