wine --devel 1.7.17
Closes Homebrew/homebrew#28573. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6cd2fdb2c1
commit
6a75bac97c
1 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
# NOTE: When updating Wine, please check Wine-Gecko and Wine-Mono for updates too:
|
||||
# http://wiki.winehq.org/Gecko
|
||||
# http://wiki.winehq.org/Mono
|
||||
# NOTE: When updating Wine, please check Wine-Gecko and Wine-Mono for updates
|
||||
# too:
|
||||
# - http://wiki.winehq.org/Gecko
|
||||
# - http://wiki.winehq.org/Mono
|
||||
class Wine < Formula
|
||||
homepage 'http://winehq.org/'
|
||||
|
||||
|
@ -23,8 +24,8 @@ class Wine < Formula
|
|||
end
|
||||
|
||||
devel do
|
||||
url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.16.tar.bz2"
|
||||
sha256 "071ed89d9c76219aa73df6472b99f9f0b35e4977235e2b8e388c11416a2d1c6a"
|
||||
url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.17.tar.bz2"
|
||||
sha256 "bb6fbd7fd70f9aafba557995d9ce537ded56e750e0a89a062e3318d584a8abef"
|
||||
|
||||
# http://bugs.winehq.org/show_bug.cgi?id=34166
|
||||
patch do
|
||||
|
|
Loading…
Reference in a new issue