aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-02 10:29:53 +0000
committerJack Nagel2015-01-03 21:37:16 -0500
commita2c7996c1b17d6d1c5a353ef56c82ac3ca2d4a38 (patch)
tree460a06370164454cbfe74bec54f305ce47b73f73 /Library/Formula
parent14c9a1dc3baf7598cbf452f58baf6e7a3d3ccc2f (diff)
downloadhomebrew-a2c7996c1b17d6d1c5a353ef56c82ac3ca2d4a38.tar.bz2
mp3val: add 0.1.8 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mp3val.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mp3val.rb b/Library/Formula/mp3val.rb
index b60e2fca8..2ccab009c 100644
--- a/Library/Formula/mp3val.rb
+++ b/Library/Formula/mp3val.rb
@@ -3,6 +3,13 @@ class Mp3val < Formula
url "https://downloads.sourceforge.net/mp3val/mp3val-0.1.8-src.tar.gz"
sha1 "19f7506d387f72def2861ec271c5cb4135bd8f5e"
+ bottle do
+ cellar :any
+ sha1 "a6fbb7ba9e3138c0badf0f4c8448193b4136b5a0" => :yosemite
+ sha1 "0b07e20f77de64a0071899f49e329bf11fb29367" => :mavericks
+ sha1 "997a608c91946b239e878c830a4be6336dbc5cb9" => :mountain_lion
+ end
+
def install
system "gnumake", "-f", "Makefile.gcc"
bin.install "mp3val.exe" => "mp3val"