aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpg123.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mpg123.rb b/Library/Formula/mpg123.rb
index b5899392d..b1ba77211 100644
--- a/Library/Formula/mpg123.rb
+++ b/Library/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