diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mpg123.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mpg123.rb b/Library/Formula/mpg123.rb index 895ffe65f..f2ea735fa 100644 --- a/Library/Formula/mpg123.rb +++ b/Library/Formula/mpg123.rb @@ -6,6 +6,13 @@ class Mpg123 < Formula mirror "http://mpg123.orgis.org/download/mpg123-1.20.1.tar.bz2" sha1 "5d7f9c27cbf258f258cb3ad7c17ebe5cda292bce" + bottle do + cellar :any + sha1 "30a095c10283c8344e89fe7014b2ab7858a49844" => :yosemite + sha1 "38109b9978996107392423313751c9c5c31a0077" => :mavericks + sha1 "d5dd10fcc5342bdeaf737b2e24cd5c1e70682585" => :mountain_lion + end + def install args = ["--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", |
