ccextractor: add 0.75 bottle.
This commit is contained in:
parent
4a71e310f6
commit
3c42f2149f
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Ccextractor < Formula
|
|||
sha1 "c36f8eadb2074d88782d6628e07c762e80e4c31c"
|
||||
head "https://github.com/ccextractor/ccextractor.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "12fc81b745160eaf4d664907defe87230ffa022e" => :yosemite
|
||||
sha1 "4e4775826383cc891cb63f9f33f5d5a0f74ff5ac" => :mavericks
|
||||
sha1 "9eefc9ce1714e675a9ef01841e79b6b72170173d" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
cd "mac" do
|
||||
system "bash", "./build.command"
|
||||
|
|
Loading…
Reference in a new issue