aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamillo Lugaresi2012-06-09 02:27:07 +0200
committerJack Nagel2012-06-08 20:58:00 -0500
commit17c7328f6ee9cd64efdd8e05c48663d721c774b4 (patch)
tree6f69f1086f5e9eaabb0b7463fe7321cd194e3c3c
parentff8d33d2b59e53655093bc309ca2069276543b19 (diff)
downloadhomebrew-17c7328f6ee9cd64efdd8e05c48663d721c774b4.tar.bz2
wine devel 1.5.6 and update winetricks
Closes #12685. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/wine.rb4
-rw-r--r--Library/Formula/winetricks.rb8
2 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index 7de4e11a5..c468e4bae 100644
--- a/Library/Formula/wine.rb
+++ b/Library/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/Library/Formula/winetricks.rb b/Library/Formula/winetricks.rb
index a517c5163..b0f980a46 100644
--- a/Library/Formula/winetricks.rb
+++ b/Library/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