aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorjamesyc2014-05-02 05:48:02 -0700
committerAdam Vandenberg2014-05-02 07:07:17 -0700
commit017e7d171a09e9a3f2621558b3fa49e6971d96cf (patch)
tree2d5df1840e679660420c06405fb9349e28dedada /Library
parentca8a34da1b25ea3c3cc2de9e0e195dab06af530a (diff)
downloadhomebrew-017e7d171a09e9a3f2621558b3fa49e6971d96cf.tar.bz2
winetricks 20140415-r1187
Update winetricks formula Winetricks formula was pretty out of date. This makes me sad, because it caused winetricks to not install some libraries correctly, and thus I had to manually install it, instead of a simple brew install winetricks. This updates the formula to the (current latest) version. Closes #28913. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/winetricks.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/winetricks.rb b/Library/Formula/winetricks.rb
index f2ec91ed0..69e99f31a 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/r1034/trunk/src/winetricks', :using => :curl
+ url 'http://winetricks.googlecode.com/svn-history/r1187/trunk/src/winetricks', :using => :curl
# since the version stated in the field is seldom updated, we append the revision number
- version '20130707-r1034'
- sha256 '00eb1a454815fa31061f762a819e2c4ae95b14c6507a9fff5485bc9f07719da5'
+ version '20140415-r1187'
+ sha256 '8284dab0574ae68a0351d924a603f4c96d1b726dd05007172313d1855088b1d0'
head 'http://winetricks.googlecode.com/svn/trunk/src/winetricks', :using => :curl