aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clang-format.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/clang-format.rb b/Library/Formula/clang-format.rb
index 602e82807..391c8503b 100644
--- a/Library/Formula/clang-format.rb
+++ b/Library/Formula/clang-format.rb
@@ -2,6 +2,13 @@ class ClangFormat < Formula
homepage "http://clang.llvm.org/docs/ClangFormat.html"
version "2014-12-03"
+ bottle do
+ cellar :any
+ sha1 "109a8ffc7237fccf1c404c9333de2c4fd5a2715f" => :yosemite
+ sha1 "ee71ece0c82ef48088dcba82bd126531f5e7c9c7" => :mavericks
+ sha1 "d3ef2c3eeab0e5366ade06272e693ebf0659878c" => :mountain_lion
+ end
+
stable do
url "http://llvm.org/svn/llvm-project/llvm/tags/google/testing/2014-12-03/", :using => :svn