aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 7bf831dfb..36c3ae006 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.2.tar.gz'
- md5 'd049cc1c6b2be16805d5765cc0b23737'
+ url 'http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.3.tar.gz'
+ md5 '5ad31e33e70455eb3a7b79a5dd934fce'
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}", "--enable-nasm"