diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wine.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index e9562a594..cd61b5937 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -24,12 +24,13 @@ class Wine < Formula end devel do - url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.22.tar.bz2" - sha256 "60374c94c64110d58939e716c3ef4916059c691a2953d8340a9a140a208a7c63" + url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.23.tar.bz2" + sha256 "db9c7b3b87edde7c63b2c5ae81631771b03650d7435461139fca2b177de05c04" - # http://bugs.winehq.org/show_bug.cgi?id=34166 + # Patch to fix screen-flickering issues. Still relevant on 1.7.23. + # https://bugs.winehq.org/show_bug.cgi?id=34166 patch do - url "http://bugs.winehq.org/attachment.cgi?id=47639" + url "https://bugs.winehq.org/attachment.cgi?id=47639" sha1 "c195f4b9c0af450c7dc3f396e8661ea5248f2b01" end end |
