aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lame.rb
diff options
context:
space:
mode:
authorPieter Nicolai2011-11-26 15:03:51 +0100
committerJack Nagel2011-11-26 09:16:55 -0600
commit1f8abacf98bc8732c4d933e0201b23f3874f7079 (patch)
tree06a1ff19b9e275d7172ec66537a081e0cc93dea7 /Library/Formula/lame.rb
parentd10d3cb393187ba5fd6031eccd7d7e09ab49a283 (diff)
downloadhomebrew-1f8abacf98bc8732c4d933e0201b23f3874f7079.tar.bz2
lame 3.99.2
Fixed in 3.99.2: Due to some bugs in 3rd party HW/SW decoders, those were not be able to make use of LAME's extended info tag anymore, resulting in problems with things like gapless playback. Closes #8803. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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"