wine 1.9.7 (devel)

Closes Homebrew/homebrew#50620.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
uyjulian 2016-04-01 17:22:30 -05:00 committed by Andrew Janke
parent e20b56fb29
commit 3c1df1127b

View file

@ -27,9 +27,9 @@ class Wine < Formula
end
devel do
url "https://dl.winehq.org/wine/source/1.9/wine-1.9.6.tar.bz2"
mirror "https://downloads.sourceforge.net/project/wine/Source/wine-1.9.6.tar.bz2"
sha256 "3d2b862feefd89eca954c1cbc16a28e0ce851aeea1555bc1842ffc9aab2c1557"
url "https://dl.winehq.org/wine/source/1.9/wine-1.9.7.tar.bz2"
mirror "https://downloads.sourceforge.net/project/wine/Source/wine-1.9.7.tar.bz2"
sha256 "49705fe02505e26ef8022c662dda702cfcd5c4fd73886e00b43d32dc2f8887ec"
end
# note that all wine dependencies should declare a --universal option in their formula,