diff options
| author | David Holm | 2013-06-16 12:55:34 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-16 08:11:06 -0700 |
| commit | 2690e4020d72f734d18773f3e1c9e213d0d51385 (patch) | |
| tree | b138263aa91367d45f162448fd70718db0b07148 /Library/Formula | |
| parent | 1ab927dc8115c436cf0ad5597b1aae6975c187b9 (diff) | |
| download | homebrew-2690e4020d72f734d18773f3e1c9e213d0d51385.tar.bz2 | |
Wine --devel 1.6-rc2
Closes #20539.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wine.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 455e2a015..854fa7a1f 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -27,8 +27,8 @@ class Wine < Formula # updating too # * http://wiki.winehq.org/Gecko # * http://wiki.winehq.org/Mono - url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.5.31.tar.bz2' - sha1 '37a647c9f2448bb756f2e1fb4a431dcc370e14ec' + url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.6-rc2.tar.bz2' + sha1 'b4bf142b956d62da68a9babfc9385781e7dcff6d' end env :std |
