From 7e32b582cc158656a0df139686b05201715f8676 Mon Sep 17 00:00:00 2001 From: uyjulian Date: Fri, 31 Mar 2017 16:46:54 -0500 Subject: [PATCH] wine 2.5 (devel) Closes #11911. Signed-off-by: Alex Dunn --- Formula/wine.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/wine.rb b/Formula/wine.rb index 34d1032928..272c446638 100644 --- a/Formula/wine.rb +++ b/Formula/wine.rb @@ -35,9 +35,9 @@ class Wine < Formula end devel do - url "https://dl.winehq.org/wine/source/2.x/wine-2.4.tar.xz" - mirror "https://downloads.sourceforge.net/project/wine/Source/wine-2.4.tar.xz" - sha256 "87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e" + url "https://dl.winehq.org/wine/source/2.x/wine-2.5.tar.xz" + mirror "https://downloads.sourceforge.net/project/wine/Source/wine-2.5.tar.xz" + sha256 "13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2" # Patch to fix screen-flickering issues. Still relevant on 2.3. # https://bugs.winehq.org/show_bug.cgi?id=34166