aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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