From 107961afebd067d8f4385d7355c92419f7f39a6f Mon Sep 17 00:00:00 2001 From: MHC12 Date: Thu, 15 Mar 2012 23:08:29 +0100 Subject: [PATCH] mpg123 1.13.6 Closes Homebrew/homebrew#10968. Signed-off-by: Adam Vandenberg --- Formula/mpg123.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/mpg123.rb b/Formula/mpg123.rb index b5899392d17..b1ba7721119 100644 --- a/Formula/mpg123.rb +++ b/Formula/mpg123.rb @@ -1,12 +1,12 @@ require 'formula' class Mpg123 < Formula - url 'http://downloads.sourceforge.net/project/mpg123/mpg123/1.13.5/mpg123-1.13.5.tar.bz2' homepage 'http://www.mpg123.de/' - sha1 '4dd627d36fce9d4be1268ac2ec4af04040af4385' + url 'http://downloads.sourceforge.net/project/mpg123/mpg123/1.13.6/mpg123-1.13.6.tar.bz2' + sha1 '61ae9edb105d4051858fe636fb2e54bd275cdfd9' + # mpg123 can't find its plugins if there are no la files def skip_clean? path - # mpg123 can't find its plugins if there are no la files path.extname == '.la' end