From ab449c308278af8fced72ad42176a8dc3bd54722 Mon Sep 17 00:00:00 2001 From: Camillo Lugaresi Date: Sat, 9 Jun 2012 02:27:07 +0200 Subject: [PATCH] wine devel 1.5.6 and update winetricks Closes Homebrew/homebrew#12685. Signed-off-by: Jack Nagel --- Formula/wine.rb | 4 ++-- Formula/winetricks.rb | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/wine.rb b/Formula/wine.rb index 7de4e11a5e..c468e4baed 100644 --- a/Formula/wine.rb +++ b/Formula/wine.rb @@ -17,8 +17,8 @@ class Wine < Formula head 'git://source.winehq.org/git/wine.git' devel do - url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.5.5.tar.bz2' - sha256 'e7d5ba716d2ac47193fa31eff66cc179145ddcb453c6923eaea70596a82b084e' + url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.5.6.tar.bz2' + sha256 'b178bc34a69341a8f0a7ff73f7dadf2562ed2e5eb03dc0522b7c4d6002e53994' end depends_on 'jpeg' diff --git a/Formula/winetricks.rb b/Formula/winetricks.rb index a517c51636..b0f980a46f 100644 --- a/Formula/winetricks.rb +++ b/Formula/winetricks.rb @@ -2,17 +2,17 @@ require 'formula' class Winetricks < ScriptFileFormula homepage 'http://code.google.com/p/winetricks/' - url 'http://winetricks.googlecode.com/svn-history/r798/trunk/src/winetricks', :using => :curl - version '20120308-r798' + url 'http://winetricks.googlecode.com/svn-history/r832/trunk/src/winetricks', :using => :curl + version '20120308-r832' # 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 depends_on 'cabextract' - # Don't provide an md5 for the HEAD build + # Don't provide a hash for the HEAD build unless ARGV.build_head? - sha256 'cc71fbe6ada29a76693694a232cc4df49a9183f76d3e20eaf8123f94814d0126' + sha256 '3ca2eb2afb09d895a3689cce24b78e76254f86c7b60b3cb582dc14fd89212e97' end def caveats; <<-EOS.undent