wine 1.9.2 (devel)
Closes Homebrew/homebrew#48375. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
4bbdf6e7e2
commit
243bedcbc5
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ class Wine < Formula
|
|||
end
|
||||
|
||||
devel do
|
||||
url "https://dl.winehq.org/wine/source/1.9/wine-1.9.1.tar.bz2"
|
||||
mirror "https://downloads.sourceforge.net/project/wine/Source/wine-1.9.1.tar.bz2"
|
||||
sha256 "0b3265fb9ae82ddf1b3629bac61bd2340b7b4cfa7210f696c679e8e4a5b80bb6"
|
||||
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"
|
||||
end
|
||||
|
||||
# note that all wine dependencies should declare a --universal option in their formula,
|
||||
|
|
Loading…
Reference in a new issue