diff options
| author | David Holm | 2013-02-01 22:05:52 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-01 13:12:21 -0800 |
| commit | a0ee86d90631ddcf7829a4242fcd54b222d58a92 (patch) | |
| tree | 29ffb03d913cb39ad2994f36e54f59f7058fc5c4 /Library | |
| parent | de5b7c0fe715323c4427efcb5db3ea62bbca4d22 (diff) | |
| download | homebrew-a0ee86d90631ddcf7829a4242fcd54b222d58a92.tar.bz2 | |
Wine --devel 1.5.23
Closes #17514.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wine.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 8b738a3b6..ac652b0d1 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.22.tar.bz2' - sha256 'db08a40a5e6fce050b5cca7782d396ed3a9b1dfb23b9915dad93efb886fc6739' + url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.5.23.tar.bz2' + sha1 '8c99ea994fc76bdcce95ea377a6f68e6f1c0cdf9' end env :std @@ -49,7 +49,7 @@ class Wine < Formula # Wine tests CFI support by calling clang, but then attempts to use as, which # does not work. Use clang for assembling too. def patches - DATA if ENV.compiler == :clang + DATA if ENV.compiler == :clang and !build.devel? end # the following libraries are currently not specified as dependencies, or not built as 32-bit: |
