aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lame.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/lame.rb')
-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 338bc8e39..7bf831dfb 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.1.tar.gz'
- md5 '2576a7368b5c90a87adc9de6b9f0628c'
+ url 'http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.2.tar.gz'
+ md5 'd049cc1c6b2be16805d5765cc0b23737'
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}", "--enable-nasm"