aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-12 22:35:26 +0000
committerMike McQuaid2015-01-13 10:51:09 +0000
commita46809bf669560d1807bda22b68a5d9a78907e55 (patch)
tree993c5169868f0d42e86112459f2409f43a60792c /Library/Formula
parent08e363cd65a20f27cc2980a9f75c2db1f7c11723 (diff)
downloadhomebrew-a46809bf669560d1807bda22b68a5d9a78907e55.tar.bz2
clang-format: add 2014-12-03 bottle.
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