uncrustify: add 0.61 bottle.
This commit is contained in:
parent
894fafa19b
commit
0c70e903be
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Uncrustify < Formula
|
|||
|
||||
head "https://github.com/bengardner/uncrustify.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "82e6f950648e0a04411e84a563ff96a50b2b8efc" => :yosemite
|
||||
sha1 "9040d701020412937138be6e1521d136d44961b3" => :mavericks
|
||||
sha1 "999421447b999f73f5850e3275e5f47775e0cc27" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue