diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/id3ed.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/id3ed.rb b/Library/Formula/id3ed.rb index f18d3c3a7..d1a1d0288 100644 --- a/Library/Formula/id3ed.rb +++ b/Library/Formula/id3ed.rb @@ -3,6 +3,13 @@ class Id3ed < Formula url "http://code.fluffytapeworm.com/projects/id3ed/id3ed-1.10.4.tar.gz" sha1 "b699e645fcea2fa42658886621eb10531d24008a" + bottle do + cellar :any + sha1 "ef017f7b0b088be78071487e6c39f3a3e0d43cca" => :yosemite + sha1 "c40ca26c9c0e89f78c21f852340342063f5b82f9" => :mavericks + sha1 "b49bc15f4ed27f61c12bc903cf2a7eb60293c65e" => :mountain_lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
