aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Höppner2010-08-29 18:14:57 +0200
committerDavid Höppner2010-08-29 18:14:57 +0200
commitda95710f0115115e03883eedc38ddea166face96 (patch)
tree4cd45336cd2f7eb54906ed2327993211cf479c03 /Library/Formula
parentf5e9104f63956090895263430b9c64510a5ef1f1 (diff)
downloadhomebrew-da95710f0115115e03883eedc38ddea166face96.tar.bz2
scummvm: update version to 1.1.1 + fluidsynth
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/scummvm.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/scummvm.rb b/Library/Formula/scummvm.rb
index 10d48ba3f..d485a26c6 100644
--- a/Library/Formula/scummvm.rb
+++ b/Library/Formula/scummvm.rb
@@ -1,9 +1,9 @@
require 'formula'
class Scummvm <Formula
- url 'http://downloads.sourceforge.net/project/scummvm/scummvm/1.0.0/scummvm-1.0.0.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/scummvm/scummvm/1.1.1/scummvm-1.1.1.tar.bz2'
homepage 'http://www.scummvm.org/'
- md5 '11b911937e0fc73c94a7bdc374ab617c'
+ md5 'ed9098a78022d07fa1482f14325e3ab8'
def caveats
<<-EOS
@@ -17,6 +17,7 @@ prefer to use theirs. If so type `brew home scummvm' to visit their site.
depends_on 'flac' => :recommended
depends_on 'libvorbis' => :recommended
depends_on 'libogg' => :recommended
+ depends_on 'fluid-synth' => :optional
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug"