aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruyjulian2014-11-28 14:23:27 -0600
committerJack Nagel2014-11-28 16:42:22 -0500
commit9b221381bb7f2d46d038dd66d3401d0ac992e863 (patch)
treed9ae3c183ad090f99dfb4693703c121bae82d18c
parenta32bea2f4a0bc94de517099ff58c3d13d91fdee8 (diff)
downloadhomebrew-9b221381bb7f2d46d038dd66d3401d0ac992e863.tar.bz2
wine 1.7.32 and winetricks r1217
Closes #34531. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/wine.rb8
-rw-r--r--Library/Formula/winetricks.rb6
2 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index 77f42ab0a..4602be61d 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -30,8 +30,8 @@ class Wine < Formula
end
devel do
- url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.31.tar.bz2"
- sha256 "3c6e62cb3bfab8505f8b9cbde0fe81072043875c4e655bd1dedd2a5f613ce490"
+ url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.32.tar.bz2"
+ sha256 "66a9c26089ad3b300aac1ac52e9515c69a7e6f26aff3250a7f1401e3f14de4db"
depends_on "samba" => :optional
depends_on "gnutls"
@@ -75,8 +75,8 @@ class Wine < Formula
end
resource 'mono' do
- url 'https://downloads.sourceforge.net/wine/wine-mono-4.5.2.msi', :using => :nounzip
- sha256 'd9124edb41ba4418af10eba519dafb25ab4338c567d25ce0eb4ce1e1b4d7eaad'
+ url 'https://downloads.sourceforge.net/wine/wine-mono-4.5.4.msi', :using => :nounzip
+ sha256 '20bced7fee01f25279edf07670c5033d25c2c9834a839e7a20410ce1c611d6f2'
end
fails_with :llvm do
diff --git a/Library/Formula/winetricks.rb b/Library/Formula/winetricks.rb
index 038d04c36..c44938982 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/r1199/trunk/src/winetricks', :using => :curl
+ url 'http://winetricks.googlecode.com/svn-history/r1217/trunk/src/winetricks', :using => :curl
# since the version stated in the field is seldom updated, we append the revision number
- version '20140609-r1199'
- sha256 '25a039e7182797d77d9c8901220a2d30da36bbd6558ade3f7a82bf3b5ee02bc8'
+ version '20141125-r1217'
+ sha256 'b2317fbac4282412cc7f6d8f1d387da73dac6d4f5580a8ef8d8f2a2ae8df34b8'
head 'http://winetricks.googlecode.com/svn/trunk/src/winetricks', :using => :curl