Wine devel 1.5.31
Closes Homebrew/homebrew#20058. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0c2ef560cb
commit
a3b11f23bc
1 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ class WineGecko < Formula
|
|||
sha1 'c30aa99621e98336eb4b7e2074118b8af8ea2ad5'
|
||||
|
||||
devel do
|
||||
url 'http://downloads.sourceforge.net/wine/wine_gecko-1.9-x86.msi', :using => :nounzip
|
||||
sha1 'd2553224848a926eacfa8685662ff1d7e8be2428'
|
||||
url 'http://downloads.sourceforge.net/wine/wine_gecko-2.21-x86.msi', :using => :nounzip
|
||||
sha1 'a514fc4d53783a586c7880a676c415695fe934a3'
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -27,8 +27,8 @@ class Wine < Formula
|
|||
# updating too
|
||||
# * http://wiki.winehq.org/Gecko
|
||||
# * http://wiki.winehq.org/Mono
|
||||
url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.5.29.tar.bz2'
|
||||
sha1 '19c2ee4e44d9ef4db32cb2c16e5603c195c8f42d'
|
||||
url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.5.31.tar.bz2'
|
||||
sha1 '37a647c9f2448bb756f2e1fb4a431dcc370e14ec'
|
||||
end
|
||||
|
||||
env :std
|
||||
|
|
Loading…
Reference in a new issue