From cde7784b19dc6bb077164a03f64a5dbd25fc9ae5 Mon Sep 17 00:00:00 2001 From: uyjulian Date: Fri, 5 Feb 2016 15:49:04 -0600 Subject: [PATCH] =?UTF-8?q?wine=201.9.3=EF=BC=88devel)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes Homebrew/homebrew#48917. Closes Homebrew/homebrew#48894. Signed-off-by: Dominyk Tiller --- Formula/wine.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/wine.rb b/Formula/wine.rb index 5db553d89b..70abbc5414 100644 --- a/Formula/wine.rb +++ b/Formula/wine.rb @@ -21,9 +21,9 @@ class Wine < Formula end devel do - url "https://dl.winehq.org/wine/source/1.9/wine-1.9.2.tar.bz2" - mirror "https://downloads.sourceforge.net/project/wine/Source/wine-1.9.2.tar.bz2" - sha256 "334d4d6a71ef2e4a385e01d05d66c1727cbe52646299378d19d203e645044e7a" + url "https://dl.winehq.org/wine/source/1.9/wine-1.9.3.tar.bz2" + mirror "https://downloads.sourceforge.net/project/wine/Source/wine-1.9.3.tar.bz2" + sha256 "475f54855534c8ec45bb4be70d84fb98e7fe8467fb1a35f66b3c0e92f4ea090d" end # note that all wine dependencies should declare a --universal option in their formula,