wine devel 1.5.6 and update winetricks
Closes Homebrew/homebrew#12685. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4e00580807
commit
ab449c3082
2 changed files with 6 additions and 6 deletions
|
@ -17,8 +17,8 @@ class Wine < Formula
|
|||
head 'git://source.winehq.org/git/wine.git'
|
||||
|
||||
devel do
|
||||
url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.5.5.tar.bz2'
|
||||
sha256 'e7d5ba716d2ac47193fa31eff66cc179145ddcb453c6923eaea70596a82b084e'
|
||||
url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.5.6.tar.bz2'
|
||||
sha256 'b178bc34a69341a8f0a7ff73f7dadf2562ed2e5eb03dc0522b7c4d6002e53994'
|
||||
end
|
||||
|
||||
depends_on 'jpeg'
|
||||
|
|
|
@ -2,17 +2,17 @@ require 'formula'
|
|||
|
||||
class Winetricks < ScriptFileFormula
|
||||
homepage 'http://code.google.com/p/winetricks/'
|
||||
url 'http://winetricks.googlecode.com/svn-history/r798/trunk/src/winetricks', :using => :curl
|
||||
version '20120308-r798'
|
||||
url 'http://winetricks.googlecode.com/svn-history/r832/trunk/src/winetricks', :using => :curl
|
||||
version '20120308-r832'
|
||||
# since the version stated in the field is seldom updated, we append the revision number
|
||||
|
||||
head 'http://winetricks.googlecode.com/svn/trunk/src/winetricks', :using => :curl
|
||||
|
||||
depends_on 'cabextract'
|
||||
|
||||
# Don't provide an md5 for the HEAD build
|
||||
# Don't provide a hash for the HEAD build
|
||||
unless ARGV.build_head?
|
||||
sha256 'cc71fbe6ada29a76693694a232cc4df49a9183f76d3e20eaf8123f94814d0126'
|
||||
sha256 '3ca2eb2afb09d895a3689cce24b78e76254f86c7b60b3cb582dc14fd89212e97'
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue