mp3val: add 0.1.8 bottle.
This commit is contained in:
parent
1a09b19514
commit
824563ec0a
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue