diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/re2.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/re2.rb b/Library/Formula/re2.rb index 0ff77d57d..8045ae69d 100644 --- a/Library/Formula/re2.rb +++ b/Library/Formula/re2.rb @@ -7,6 +7,13 @@ class Re2 < Formula head 'https://re2.googlecode.com/hg' + bottle do + cellar :any + sha1 "77343fcc302fa0f85e1ed1483d64a449585386a0" => :mavericks + sha1 "b45275dc3b6a80d3e6eae881c5c238f28334167e" => :mountain_lion + sha1 "08805163f83f7e7c42316e4c2dd733548b8d7bb3" => :lion + end + def install # https://code.google.com/p/re2/issues/detail?id=99 if ENV.compiler != :clang || MacOS.version < :mavericks |
