lame 3.99.4
update LAME to 3.99.4 (minor bugfix release) Closes Homebrew/homebrew#9777. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7db0a4a69f
commit
fb398cad03
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue