aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/lame.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lame.rb b/Library/Formula/lame.rb
index 36c3ae006..38003c850 100644
--- a/Library/Formula/lame.rb
+++ b/Library/Formula/lame.rb
@@ -2,8 +2,8 @@ require 'formula'
class Lame < Formula
homepage 'http://lame.sourceforge.net/'
- url 'http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.3.tar.gz'
- md5 '5ad31e33e70455eb3a7b79a5dd934fce'
+ url 'http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.4.tar.gz'
+ md5 'e54d7847bfd01f18d56c07e65147d75a'
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}", "--enable-nasm"